summaryrefslogtreecommitdiffstats
path: root/include/xmloff/styleexp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-28 11:15:14 +0200
committerNoel Grandin <noel@peralex.com>2014-03-31 12:37:25 +0200
commitba6cfaaa6b5012875bc68d24519f4e658f7fe0e0 (patch)
tree83fc5d6880af1e62f87f48a7822bec73c945fd74 /include/xmloff/styleexp.hxx
parentxmloff: sal_Bool->bool (diff)
downloadcore-ba6cfaaa6b5012875bc68d24519f4e658f7fe0e0.tar.gz
core-ba6cfaaa6b5012875bc68d24519f4e658f7fe0e0.zip
xmloff: sal_Bool->bool
Change-Id: Idc7b0ef2591e65e82903d55af68434acbeca0e55
Diffstat (limited to 'include/xmloff/styleexp.hxx')
-rw-r--r--include/xmloff/styleexp.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/xmloff/styleexp.hxx b/include/xmloff/styleexp.hxx
index 95ad053e7ae6..c58fc7f2d2c3 100644
--- a/include/xmloff/styleexp.hxx
+++ b/include/xmloff/styleexp.hxx
@@ -69,7 +69,7 @@ private:
protected:
- virtual sal_Bool exportStyle(
+ virtual bool exportStyle(
const ::com::sun::star::uno::Reference<
::com::sun::star::style::XStyle > & rStyle,
const OUString& rXMLFamily,
@@ -94,16 +94,16 @@ public:
// void exportStyleFamily(
// const OUString& rFamily, const OUString& rXMLFamily,
// const UniReference < XMLPropertySetMapper >& rPropMapper,
-// sal_Bool bUsed, sal_uInt16 nFamily = 0,
+// bool bUsed, sal_uInt16 nFamily = 0,
// const OUString* pPrefix = 0L);
// void exportStyleFamily(
// const sal_Char *pFamily, const OUString& rXMLFamily,
// const UniReference < XMLPropertySetMapper >& rPropMapper,
-// sal_Bool bUsed, sal_uInt16 nFamily = 0,
+// bool bUsed, sal_uInt16 nFamily = 0,
// const OUString* pPrefix = 0L);
- virtual sal_Bool exportDefaultStyle(
+ virtual bool exportDefaultStyle(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > & xPropSet,
const OUString& rXMLFamily,
@@ -112,13 +112,13 @@ public:
void exportStyleFamily(
const OUString& rFamily, const OUString& rXMLFamily,
const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
- sal_Bool bUsed, sal_uInt16 nFamily = 0,
+ bool bUsed, sal_uInt16 nFamily = 0,
const OUString* pPrefix = 0L);
void exportStyleFamily(
const sal_Char *pFamily, const OUString& rXMLFamily,
const UniReference < SvXMLExportPropertyMapper >& rPropMapper,
- sal_Bool bUsed, sal_uInt16 nFamily = 0,
+ bool bUsed, sal_uInt16 nFamily = 0,
const OUString* pPrefix = 0L);
};