summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-17 16:50:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-18 10:47:50 +0100
commitb461e3189b9a95deef1e6c5e03b0e657b5754dfa (patch)
treeb404a5c3bad55bfe7cc4586dd9072b9f4ba32c77 /vcl/inc
parenta18c551725d7067c8bcf5b6a5ab71b2e78ba3bfa (diff)
gtk3 clipboard support
doesn't work yet, but reports correctly what external formats are available Change-Id: I11cf9440ca516d4358c341fa67cc836b30ca42d6
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/gtk/gtkinst.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx
index fa61f07f3daf..28bca3645b21 100644
--- a/vcl/inc/unx/gtk/gtkinst.hxx
+++ b/vcl/inc/unx/gtk/gtkinst.hxx
@@ -94,6 +94,10 @@ public:
createFolderPicker( const com::sun::star::uno::Reference<
com::sun::star::uno::XComponentContext >& ) SAL_OVERRIDE;
+#if GTK_CHECK_VERSION(3,0,0)
+ virtual css::uno::Reference< css::uno::XInterface > CreateClipboard( const css::uno::Sequence< css::uno::Any >& i_rArguments ) SAL_OVERRIDE;
+#endif
+
void RemoveTimer (SalTimer *pTimer);
// for managing a mirror of the in-flight un-dispatched gdk event queue