diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-09-22 10:16:54 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-09-22 10:18:10 +0200 |
commit | 494a464d125a6e451eeca61894ea82454d1ed46d (patch) | |
tree | 0d126f89cd51cf7d8e66b3b3489e64c01ba5a231 /sw/source | |
parent | cfbae3c1807cc61394c9206ba5c77f401126dd79 (diff) |
wae: unused variable 'sOut'
Change-Id: I222b76a736805c795dcb9c866f1e20734d83ba84
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/html/htmlflywriter.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlflywriter.cxx b/sw/source/filter/html/htmlflywriter.cxx index a96b261296be..94b51188be83 100644 --- a/sw/source/filter/html/htmlflywriter.cxx +++ b/sw/source/filter/html/htmlflywriter.cxx @@ -805,8 +805,6 @@ OString SwHTMLWriter::OutFrmFmtOptions( const SwFrmFmt &rFrmFmt, void SwHTMLWriter::writeFrameFormatOptions(HtmlWriter& aHtml, const SwFrmFmt& rFrmFmt, const OUString& rAlternateText, sal_uInt32 nFrameOptions) { - OStringBuffer sOut; - const SfxPoolItem* pItem; const SfxItemSet& rItemSet = rFrmFmt.GetAttrSet(); |