summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextShapeStyleContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-28 10:53:57 +0200
committerNoel Grandin <noel@peralex.com>2014-03-31 12:37:25 +0200
commitc98a7eec7f24db4e3e7741a52463fca10156ecaf (patch)
tree4178645d542257d622b0ece8b15936cd88febbaf /include/xmloff/XMLTextShapeStyleContext.hxx
parentxmloff: sal_Bool->bool (diff)
downloadcore-c98a7eec7f24db4e3e7741a52463fca10156ecaf.tar.gz
core-c98a7eec7f24db4e3e7741a52463fca10156ecaf.zip
xmloff: sal_Bool->bool
Change-Id: I1c97da5b7bbac348150399afbf386613433e5551
Diffstat (limited to 'include/xmloff/XMLTextShapeStyleContext.hxx')
-rw-r--r--include/xmloff/XMLTextShapeStyleContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx
index f33129787371..45ddee181e05 100644
--- a/include/xmloff/XMLTextShapeStyleContext.hxx
+++ b/include/xmloff/XMLTextShapeStyleContext.hxx
@@ -56,7 +56,7 @@ public:
bool IsAutoUpdate() const { return bAutoUpdate; }
- virtual void CreateAndInsert( sal_Bool bOverwrite ) SAL_OVERRIDE;
+ virtual void CreateAndInsert( bool bOverwrite ) SAL_OVERRIDE;
virtual void Finish( bool bOverwrite ) SAL_OVERRIDE;
};