]> git.lyx.org Git - lyx.git/blobdiff - src/KeySequence.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / KeySequence.h
index 7774f0a0ab6140233fd41f01de1ba70078266eae..7882902d018dbf1699685f80b879cf000bb49a03 100644 (file)
@@ -63,8 +63,8 @@ public:
 
        /**
         * Return the current sequence as a string.
-        * @param forgui true if the string should use translations and 
-        *   special characters. 
+        * @param forgui true if the string should use translations and
+        *   special characters.
         * @see parse()
         */
        docstring const print(bool forgui) const;
@@ -72,8 +72,8 @@ public:
        /**
         * Return the current sequence and available options as
         * a string. No options are added if no curmap kb map exists.
-        * @param forgui true if the string should use translations and 
-        *   special characters. 
+        * @param forgui true if the string should use translations and
+        *   special characters.
         */
        docstring const printOptions(bool forgui) const;