Kaydet (Commit) a19172cb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I91ab5f87f859b855c858a41afd218f57b03ad3a2
üst 1f34909f
...@@ -2043,7 +2043,6 @@ OString SfxItemSet::stringify() const ...@@ -2043,7 +2043,6 @@ OString SfxItemSet::stringify() const
{ {
rtl::OStringBuffer aString(100); rtl::OStringBuffer aString(100);
SvMemoryStream aStream; SvMemoryStream aStream;
OString aLine;
SfxItemSet aSet(*this); SfxItemSet aSet(*this);
aSet.InvalidateDefaultItems(); aSet.InvalidateDefaultItems();
aSet.Store(aStream, true); aSet.Store(aStream, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment