]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
whitespace only
[lyx.git] / src / Thesaurus.cpp
index a7dbca0d79b36bf0d4fbdfe2aba8e053b0e58f31..4bfaf86dc4190ffa7e83758060b72284f308e460 100644 (file)
@@ -265,7 +265,7 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const & t, docstring const & lan
 }
 
 #else
-#ifndef HAVE_AIKSAURUS
+#ifndef HAVE_LIBAIKSAURUS
 Thesaurus::Thesaurus()
 {
 }
@@ -281,6 +281,12 @@ Thesaurus::Meanings Thesaurus::lookup(docstring const &, docstring const &)
        return Meanings();
 }
 
+
+bool Thesaurus::thesaurusAvailable(docstring const &) const
+{
+       return false;
+}
+
 #endif
 #endif // HAVE_LIBMYTHES