summaryrefslogtreecommitdiffstats
path: root/include/xmloff/SinglePropertySetInfoCache.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-27 16:42:51 +0200
committerNoel Grandin <noel@peralex.com>2014-03-31 12:35:53 +0200
commit3f60a32aa2413ca67eb243a3ba91abd3327a07b3 (patch)
tree0ca0517f15f0eab898b8fe1c1e8bbcef51e5b40b /include/xmloff/SinglePropertySetInfoCache.hxx
parentxmloff: sal_Bool->bool (diff)
downloadcore-3f60a32aa2413ca67eb243a3ba91abd3327a07b3.tar.gz
core-3f60a32aa2413ca67eb243a3ba91abd3327a07b3.zip
xmloff: sal_Bool->bool
Change-Id: If694d16088ae0dcdc8b99797eed575c90d646fe5
Diffstat (limited to 'include/xmloff/SinglePropertySetInfoCache.hxx')
-rw-r--r--include/xmloff/SinglePropertySetInfoCache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/SinglePropertySetInfoCache.hxx b/include/xmloff/SinglePropertySetInfoCache.hxx
index 85ff232be964..28ed54698556 100644
--- a/include/xmloff/SinglePropertySetInfoCache.hxx
+++ b/include/xmloff/SinglePropertySetInfoCache.hxx
@@ -39,13 +39,13 @@ public:
inline SinglePropertySetInfoCache( const OUString& rName );
~SinglePropertySetInfoCache() {};
- sal_Bool hasProperty(
+ bool hasProperty(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet >& rPropSet,
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySetInfo >& rPropSetInfo );
- inline sal_Bool hasProperty(
+ inline bool hasProperty(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet>& rPropSet );
};
@@ -56,7 +56,7 @@ inline SinglePropertySetInfoCache::SinglePropertySetInfoCache(
{
}
-inline sal_Bool SinglePropertySetInfoCache::hasProperty(
+inline bool SinglePropertySetInfoCache::hasProperty(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet>& rPropSet )
{