]> git.lyx.org Git - features.git/blobdiff - src/client/gettext.cpp
Fix bug #5204: Undo removes text selection
[features.git] / src / client / gettext.cpp
index 013daf967f41b3001c4a5257e5f3094d1919e280..d74960254623ca0574696a624e8811beb1f5982b 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
  * Full author contact details are available in file CREDITS.
@@ -15,7 +15,6 @@
 #include "Messages.h"
 
 using namespace std;
-using namespace lyx::support;
 
 namespace lyx {
 
@@ -27,7 +26,7 @@ namespace lyx {
 
 namespace {
 
-Messages & getLyXMessages()
+Messages const & getLyXMessages()
 {
        static Messages lyx_messages;