summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextShapeStyleContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextShapeStyleContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextShapeStyleContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextShapeStyleContext.cxx b/xmloff/source/text/XMLTextShapeStyleContext.cxx
index b75d5e5f1f76..25d9a4ad2c6f 100644
--- a/xmloff/source/text/XMLTextShapeStyleContext.cxx
+++ b/xmloff/source/text/XMLTextShapeStyleContext.cxx
@@ -199,7 +199,7 @@ SvXMLImportContext *XMLTextShapeStyleContext::CreateChildContext(
return pContext;
}
-void XMLTextShapeStyleContext::CreateAndInsert( sal_Bool bOverwrite )
+void XMLTextShapeStyleContext::CreateAndInsert( bool bOverwrite )
{
XMLShapeStyleContext::CreateAndInsert( bOverwrite );
Reference < XStyle > xStyle = GetStyle();