[Libreoffice-commits] core.git: svx/source
Tor Lillqvist
tml at collabora.com
Tue Dec 10 04:50:02 PST 2013
svx/source/svdraw/svdobj.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f33a5c6c737aecc6c871c63b6c5a52802c89b3e9
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Dec 10 14:48:57 2013 +0200
WaE: unused variable 'aLine' [loplugin]
Change-Id: Iddb5bd22ca5536d1de83d05b82e5d78ee39c4d56
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index d94ab71..9999a46 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -1836,7 +1836,6 @@ OString SdrObject::stringify() const
append(mnLayerID);
SvMemoryStream aStream;
- OString aLine;
SfxItemSet aSet(GetMergedItemSet());
aSet.InvalidateDefaultItems();
aSet.Store(aStream, true);
More information about the Libreoffice-commits
mailing list