]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
UI improvement to math matrix dialog, suggested by magistere (#11888)
[lyx.git] / src / frontends / Clipboard.h
index faf4e0a8fe37d423cdcad09ce9575ab6c9783e00..af617f5aecc4af11ac5889a35a83f6ea7ac947d5 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "support/strfwd.h"
 
-using lyx::support::FileName;
-
 namespace lyx {
 namespace frontend {
 
@@ -62,7 +60,7 @@ public:
        /// Get the contents of the window system clipboard in any text format except LyxTextType.
        virtual docstring const getAsText(TextType type) const = 0;
        /// Get the contents of the window system clipboard as graphics file.
-       virtual FileName getAsGraphics(Cursor const & cur, GraphicsType type) const = 0;
+       virtual support::FileName getAsGraphics(Cursor const & cur, GraphicsType type) const = 0;
 
        /**
         * Fill the system clipboard. The format of \p lyx is as written in