]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlThesaurus.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlThesaurus.C
index 03f82ed0e1b4d5087106d0f319086dd36036ebad..c90582956199a86552d2c08bb3c925286a36995d 100644 (file)
@@ -59,7 +59,8 @@ void ControlThesaurus::replace(string const & newstr)
 }
 
 
-std::vector<string> ControlThesaurus::getEntries(string const & str, Thesaurus::POS pos)
+std::vector<string>
+ControlThesaurus::getEntries(string const & str, Thesaurus::POS pos)
 {
        if (str != laststr_)
                entries_ = thesaurus.lookup(str);