[Libreoffice-commits] core.git: sd/source
Maxim Monastirsky
momonasmon at gmail.com
Sun Jan 24 13:03:32 PST 2016
sd/source/ui/view/drviews7.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 12f11aa2ff0fd2ec8ecccf47501b9a6b1636b4ba
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
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 6ae5994..a4d3366 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -618,6 +618,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