summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/StyleOASISTContext.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-09-12 17:57:44 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-09-12 17:58:12 +0900
commit3bba060388fde3272c93f96050a56f62d364256c (patch)
tree73844c6f2bdd113f3994c4e0f58701096434259b /xmloff/source/transform/StyleOASISTContext.hxx
parent9ab5bb0cc20cbc56657b77419fb47fdfb8752e7b (diff)
sal_Bool to bool
Change-Id: I826911bdf06b8047ca8e3bd256687e10fb51962d
Diffstat (limited to 'xmloff/source/transform/StyleOASISTContext.hxx')
-rw-r--r--xmloff/source/transform/StyleOASISTContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/StyleOASISTContext.hxx b/xmloff/source/transform/StyleOASISTContext.hxx
index a037c58655ac..fd5464f89bc6 100644
--- a/xmloff/source/transform/StyleOASISTContext.hxx
+++ b/xmloff/source/transform/StyleOASISTContext.hxx
@@ -31,7 +31,7 @@ class XMLStyleOASISTContext : public XMLPersElemContentTContext
::rtl::Reference< XMLPropertiesTContext_Impl > m_xPropContext;
sal_Bool m_bPersistent;
- sal_Bool m_bControlStyle;
+ bool m_bControlStyle;
OUString m_aStyleFamily;
public: