]> git.lyx.org Git - lyx.git/blobdiff - src/support/numpunct_lyx_char_type.h
Use more informative descriptions fro Springer layouts
[lyx.git] / src / support / numpunct_lyx_char_type.h
index 6ef22e61e4f7f375fb2b0720af4fb3cbb60526c7..9e4dbe2d75ffade1dc1c2e503444b60d823ded6d 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Peter Kümmel
+ * \author Peter Kümmel
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -41,11 +41,9 @@ namespace std
                string grouping() const
                { return numpunct<char>::grouping(); }
 
-               string_type truename() const
-               { return lyx::from_ascii(numpunct<char>::truename()); }
-
-               string_type falsename() const
-               { return lyx::from_ascii(numpunct<char>::falsename()); }
+               // Implementation can be found in docstream.cpp
+               string_type truename() const;
+               string_type falsename() const;
 
 
        protected:
@@ -56,5 +54,5 @@ namespace std
        // Fixed in VC11:
        // http://connect.microsoft.com/VisualStudio/feedback/details/572376/msvc10-c-std-numpunct-has-a-hardcoded-dllimport-in-definition
 
-}
+} // namespace std
 #endif