]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Selection.h
Keep dialog connected to cross-ref inset after Apply.
[lyx.git] / src / frontends / Selection.h
index 9f8af37f2d25b965e29cabe6ea522f451be84491..10d16988f8046ff74bb016c3084aa2c903fd9a93 100644 (file)
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef BASE_SELECTION_H
-#define BASE_SELECTION_H
+#ifndef SELECTION_H
+#define SELECTION_H
 
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 namespace lyx {
 namespace frontend {
@@ -49,7 +49,7 @@ public:
         * Fill the X selection.
         * The format is plain text.
         * Does nothing on systems that don't have a selection.
-        * Since the X selection protocol is asyncronous this should never be
+        * Since the X selection protocol is asynchronous this should never be
         * called from the kernel.
         * If another application requests the current selection a
         * SelectionRequest XEvent will be triggered. The response of the
@@ -73,4 +73,4 @@ extern frontend::Selection & theSelection();
 } // namespace lyx
 
 
-#endif // BASE_SELECTION_H
+#endif // SELECTION_H