]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Clarify "Save compressed by default" feature (bug 7822)
[lyx.git] / src / frontends / Clipboard.h
index 282ac1ddf130387e21452c76b87b0a2abb2b5734..faf4e0a8fe37d423cdcad09ce9575ab6c9783e00 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "Cursor.h"
 
-#include "support/FileName.h"
 #include "support/strfwd.h"
 
 using lyx::support::FileName;
@@ -76,6 +75,9 @@ public:
         */
        virtual void put(std::string const & lyx, docstring const & html, docstring const & text) = 0;
 
+       /// Put a general string on the system clipboard (not LyX text)
+       virtual void put(std::string const & text) const = 0;
+
        /// Does the clipboard contain text contents?
        virtual bool hasTextContents(TextType type = AnyTextType) const = 0;
        /// Does the clipboard contain graphics contents of a certain type?