]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Another glitch ;)
[lyx.git] / src / frontends / Clipboard.h
index cdbe98b9a6d0f92ef0434939847a10e43e081720..92e7167708ae9a50adc8093726bb1af1f024f5a6 100644 (file)
@@ -39,7 +39,7 @@ public:
                LinkBackGraphicsType,
                EmfGraphicsType,
                WmfGraphicsType,
-               AnyGraphicsType,
+               AnyGraphicsType
        };
 
        /**
@@ -69,6 +69,8 @@ public:
 
        /// Does the clipboard contain LyX contents?
        virtual bool hasLyXContents() const = 0;
+       /// Does the clipboard contain text contents?
+       virtual bool hasTextContents() const = 0;
        /// Does the clipboard contain graphics contents of a certain type?
        virtual bool hasGraphicsContents(GraphicsType type = AnyGraphicsType) const = 0;
        /// state of clipboard.