summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8attributeoutput.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-06 12:49:17 +0200
committerMichael Stahl <mstahl@redhat.com>2016-06-06 20:10:19 +0200
commit2a11499583cfc8c65e2fa99fbcdfdd7b94e966c1 (patch)
treef8df3592c32458b3d8bbbecdcf182d3b96e1fdb5 /sw/source/filter/ww8/ww8attributeoutput.hxx
parent62d270116bf34778bf581f21b27fa9cdbff7de0e (diff)
sw: simplify identical branches in WW8AttributeOutput::DefaultStyle
Change-Id: I0d500ecbcd0bc0d6b9f772304345acd4ddb5df11
Diffstat (limited to 'sw/source/filter/ww8/ww8attributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/ww8attributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx
index f48eb3816b51..68216d26bfa6 100644
--- a/sw/source/filter/ww8/ww8attributeoutput.hxx
+++ b/sw/source/filter/ww8/ww8attributeoutput.hxx
@@ -120,7 +120,7 @@ public:
virtual void EndStyles( sal_uInt16 nNumberOfStyles ) override;
/// Write default style.
- virtual void DefaultStyle( sal_uInt16 nStyle ) override;
+ virtual void DefaultStyle() override;
/// Start of a style in the styles table.
virtual void StartStyle( const OUString& rName, StyleType eType,