summaryrefslogtreecommitdiff
path: root/include/xmloff/SinglePropertySetInfoCache.hxx
diff options
context:
space:
mode:
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 )
{