diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-13 10:51:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:14 +0200 |
commit | fd3c9e16e1bf0db8cf8d549b864ae35f9ec3aa1e (patch) | |
tree | 6481c52876bb9315568c0f4b47037250d4b2ae4a /include/xmloff/XMLPageExport.hxx | |
parent | c6a526b20f6cf0738831ba38f93028cbc97e160f (diff) |
sal_Bool->bool
Change-Id: Ia453c7868e030e3f10a7f69c1e2d28244758fdef
Diffstat (limited to 'include/xmloff/XMLPageExport.hxx')
-rw-r--r-- | include/xmloff/XMLPageExport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLPageExport.hxx b/include/xmloff/XMLPageExport.hxx index 4aa19cb4e869..a9da8ec368a9 100644 --- a/include/xmloff/XMLPageExport.hxx +++ b/include/xmloff/XMLPageExport.hxx @@ -79,7 +79,7 @@ protected: virtual void exportMasterPageContent( const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & rPropSet, - sal_Bool bAutoStyles ); + bool bAutoStyles ); sal_Bool exportStyle( const ::com::sun::star::uno::Reference< |