summaryrefslogtreecommitdiffstats
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 14:48:41 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:06 +0200
commitf242aa85ef7f26a113b9af24bd1d4dd3bdb0839a (patch)
tree58216f95c89372b7838ec93df7e75bf7c3e202fc /sc/inc/xmlwrap.hxx
parentsal_Bool->bool (diff)
downloadcore-f242aa85ef7f26a113b9af24bd1d4dd3bdb0839a.tar.gz
core-f242aa85ef7f26a113b9af24bd1d4dd3bdb0839a.zip
sal_Bool->bool
Change-Id: I854458cb6f34976a275d479bb5d01548f7e464fd
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r--sc/inc/xmlwrap.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index 107ceb4cfdae..978c3a9e1ed1 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -60,9 +60,9 @@ class ScXMLImportWrapper
com::sun::star::xml::sax::InputSource& aParserInput,
const OUString& sComponentName, const OUString& sDocName, const OUString& sOldDocName,
com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs,
- sal_Bool bMustBeSuccessfull);
+ bool bMustBeSuccessfull);
- sal_Bool ExportToComponent(const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& xContext,
+ bool ExportToComponent(const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& xContext,
com::sun::star::uno::Reference<com::sun::star::frame::XModel>& xModel,
com::sun::star::uno::Reference<com::sun::star::xml::sax::XWriter>& xWriter,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aDescriptor,
@@ -72,8 +72,8 @@ class ScXMLImportWrapper
public:
ScXMLImportWrapper(ScDocument& rD, SfxMedium* pM, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >&);
- sal_Bool Import(sal_Bool bStylesOnly, ErrCode& );
- sal_Bool Export(sal_Bool bStylesOnly);
+ bool Import(bool bStylesOnly, ErrCode& );
+ bool Export(bool bStylesOnly);
const sc::ImportPostProcessData& GetImportPostProcessData() const;
};