summaryrefslogtreecommitdiff
path: root/include/comphelper/propertycontainerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propertycontainerhelper.hxx')
-rw-r--r--include/comphelper/propertycontainerhelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx
index a70b73aea26c..821903de3639 100644
--- a/include/comphelper/propertycontainerhelper.hxx
+++ b/include/comphelper/propertycontainerhelper.hxx
@@ -85,7 +85,7 @@ private:
typedef Properties::const_iterator ConstPropertiesIterator;
Properties m_aProperties;
- sal_Bool m_bUnused;
+ bool m_bUnused;
protected:
OPropertyContainerHelper();
@@ -139,14 +139,14 @@ protected:
/// checkes whether a property with the given handle has been registered
- sal_Bool isRegisteredProperty( sal_Int32 _nHandle ) const;
+ bool isRegisteredProperty( sal_Int32 _nHandle ) const;
/// checkes whether a property with the given name has been registered
- sal_Bool isRegisteredProperty( const OUString& _rName ) const;
+ bool isRegisteredProperty( const OUString& _rName ) const;
// helper for implementing OPropertySetHelper overridables
- sal_Bool convertFastPropertyValue(
+ bool convertFastPropertyValue(
::com::sun::star::uno::Any & rConvertedValue,
::com::sun::star::uno::Any & rOldValue,
sal_Int32 nHandle,