]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XWorkArea.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / XWorkArea.h
index 6d4903d9026ecf1ebb70e91c11781a3a4caa30d5..b1337d8a09f30ca0291c18d8e35d4de76b371fc4 100644 (file)
@@ -7,18 +7,18 @@
  * \author unknown
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XWORKAREA_H
 #define XWORKAREA_H
 
-
 #include "frontends/WorkArea.h"
 #include "XPainter.h"
 
 #include "lyx_forms.h"
 
+
 ///
 class XWorkArea : public WorkArea {
 public:
@@ -53,9 +53,9 @@ public:
        /// a selection exists
        virtual void haveSelection(bool) const;
        ///
-       virtual string const getClipboard() const;
+       virtual std::string const getClipboard() const;
        ///
-       virtual void putClipboard(string const &) const;
+       virtual void putClipboard(std::string const &) const;
 
        /// handles SelectionRequest X Event, to fill the clipboard
        int event_cb(XEvent * xev);