summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-07 11:15:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-07 12:21:18 +0000
commit40661d3fcec5f50abcd79975e565cd61cba67f0c (patch)
treefbadc66868dfd792779432e92fc8b0d21355ac0c /sw/source/filter/ww8/docxattributeoutput.cxx
parentdc025586351206f5369eeed1d9203e659d87ed04 (diff)
clang-tidy dead-store
Change-Id: Iad8dd9081966193090b0929169da199b47f949a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148380 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 15159e88e602..45121566ec24 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -9169,7 +9169,7 @@ void DocxAttributeOutput::FormatSurround( const SwFormatSurround& rSurround )
}
else if ( m_rExport.m_bOutFlyFrameAttrs )
{
- const char* sWrap( "auto" );
+ const char* sWrap;
switch ( rSurround.GetSurround( ) )
{
case css::text::WrapTextMode_NONE: