diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-27 19:26:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-27 19:26:41 +0300 |
commit | 62219707ff063ce4d4679a3614a551b2854ffcfd (patch) | |
tree | 5f86cafcc0b05a18b7c4382f647abf920890628e /sw | |
parent | fb57e17251b819a2339e6a10a9a272f6125d1873 (diff) |
WaE: unused variable 'sBuffer'
Change-Id: I245998bec7981cecec27d377c44f22a71ef0330e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmltble.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx index d5d935ee86c4..d7825e5cf9b0 100644 --- a/sw/source/filter/xml/xmltble.cxx +++ b/sw/source/filter/xml/xmltble.cxx @@ -546,8 +546,6 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines, pTableLines->push_back( pLines ); - OUStringBuffer sBuffer( rNamePrefix.getLength() + 8L ); - // pass 2: export column styles { const SwXMLTableColumns_Impl& rCols = pLines->GetColumns(); |