summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/StyleOASISTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/StyleOASISTContext.hxx')
-rw-r--r--xmloff/source/transform/StyleOASISTContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/StyleOASISTContext.hxx b/xmloff/source/transform/StyleOASISTContext.hxx
index 0874cf73d80b..1671cf036091 100644
--- a/xmloff/source/transform/StyleOASISTContext.hxx
+++ b/xmloff/source/transform/StyleOASISTContext.hxx
@@ -37,12 +37,12 @@ class XMLStyleOASISTContext : public XMLPersElemContentTContext
public:
XMLStyleOASISTContext( XMLTransformerBase& rTransformer,
const OUString& rQName,
- bool bPersistent=false );
+ bool bPersistent );
XMLStyleOASISTContext( XMLTransformerBase& rTransformer,
const OUString& rQName,
sal_uInt16 nPrefix,
::xmloff::token::XMLTokenEnum eToken,
- bool bPersistent=false );
+ bool bPersistent );
virtual ~XMLStyleOASISTContext() override;