diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-21 11:15:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-21 12:11:35 +0100 |
commit | d581ef6ee2d448ff30b77236006b6355f41f7449 (patch) | |
tree | 44a197fd9a335b446749b995ae69d6151345ce3e /include | |
parent | 26930dfffe791de7d0c88d1a6dcb15498d6f6883 (diff) |
restore copy/paste menu entries
Change-Id: Ie1dab6857dd6efdb816a11997ef32f0cc3497047
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/galtheme.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index 3659e68b1d70..003c013fe365 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -198,8 +198,11 @@ public: SAL_DLLPRIVATE bool InsertTransferable( const css::uno::Reference< css::datatransfer::XTransferable >& rxTransferable, sal_uIntPtr nInsertPos ); + SAL_DLLPRIVATE void CopyToClipboard( vcl::Window* pWindow, sal_uIntPtr nPos ); SAL_DLLPRIVATE void StartDrag( vcl::Window* pWindow, sal_uIntPtr nPos ); +public: + SAL_DLLPRIVATE SvStream& WriteData( SvStream& rOut ) const; SAL_DLLPRIVATE SvStream& ReadData( SvStream& rIn ); static void InsertAllThemes( ListBox& rListBox ); |