Kaydet (Commit) 9c1fa2a5 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3 clipboard support

doesn't work yet, but reports correctly what external formats
are available

Change-Id: I11cf9440ca516d4358c341fa67cc836b30ca42d6
(cherry picked from commit b461e318)
üst 1f4766d5
...@@ -94,6 +94,10 @@ public: ...@@ -94,6 +94,10 @@ public:
createFolderPicker( const com::sun::star::uno::Reference< createFolderPicker( const com::sun::star::uno::Reference<
com::sun::star::uno::XComponentContext >& ) SAL_OVERRIDE; 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); void RemoveTimer (SalTimer *pTimer);
// for managing a mirror of the in-flight un-dispatched gdk event queue // for managing a mirror of the in-flight un-dispatched gdk event queue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment