[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sd/source
Maxim Monastirsky
momonasmon at gmail.com
Tue Feb 2 09:01:05 UTC 2016
sd/source/ui/view/drviews7.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0086461be280ee1d77d7811c6d930812f6adb33a
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Sun Jan 24 22:36:46 2016 +0200
tdf#86609 sd: Fill Paste Special on initial update too
Regression of:
commit d51d59296d65e8ace8f2d898e757267d25f871b2
Date: Tue Nov 8 08:06:05 2005 +0000
INTEGRATION: CWS impress73 (1.59.32); FILE MERGED
Change-Id: I1a10957d36c38d559d69224ec744dbd8d446b8c2
(cherry picked from commit 12f11aa2ff0fd2ec8ecccf47501b9a6b1636b4ba)
Reviewed-on: https://gerrit.libreoffice.org/21772
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 1740fa6..c916960 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -619,6 +619,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
// get initial state
TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( GetActiveWindow() ) );
mbPastePossible = ( aDataHelper.GetFormatCount() != 0 );
+ mpCurrentClipboardFormats = GetSupportedClipboardFormats( aDataHelper );
}
else
mbPastePossible = false;
More information about the Libreoffice-commits
mailing list