[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Mon Nov 17 00:18:23 PST 2014
svx/source/svdraw/svdograf.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit e47b43f4c2fd2a634469b3f2797352d0e3d09ca3
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Nov 17 09:17:17 2014 +0100
-Werror,-Wunused-variable
...since 286e2f5c6ec829bc0987b1be7016699f7ef03e5e "Related fdo#82953: Forget
package URL of image after it is loaded"
Change-Id: If4cc941353b72f555dee26d158aee7b15b359a9c
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 42c33ce..585abe43 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -1347,8 +1347,6 @@ IMPL_LINK( SdrGrafObj, ImpSwapHdl, GraphicObject*, pO )
aGraphic, aUserData, *pStream,
GRFILTER_FORMAT_DONTKNOW, NULL, 0, pFilterData.get()))
{
- const OUString aNewUserData( pGraphic->GetUserData() );
-
pGraphic->SetGraphic( aGraphic );
pGraphic->SetUserData();
More information about the Libreoffice-commits
mailing list