summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-11 10:42:17 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-11 10:42:17 +0200
commit69e1370428a04f2e95cad3da02c1548f0519d3e3 (patch)
tree5f78e632dcc82d54ce3d89e5471a569f7868eb5d /sw
parent0a33e24d11938bf0f71e1a6ed1baa84100779f0e (diff)
WaE: unused variables [loplugin]
Change-Id: I7856fd7417ed2ae19774bd20d48b4a5232301728
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index f580b77f0c56..8150e1cb02d3 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1482,9 +1482,6 @@ void DocxAttributeOutput::Redline( const SwRedlineData* pRedline)
OString aAuthor( OUStringToOString( rAuthor, RTL_TEXTENCODING_UTF8 ) );
OString aDate( DateTimeToOString( pRedline->GetTimeStamp() ) );
- OUString sVal;
- OString sOVal;
-
switch( pRedline->GetType() )
{
case nsRedlineType_t::REDLINE_INSERT: