summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/composeduiupdate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/composeduiupdate.hxx')
-rw-r--r--extensions/source/propctrlr/composeduiupdate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/composeduiupdate.hxx b/extensions/source/propctrlr/composeduiupdate.hxx
index 5b19013b0829..45ed9854a4a9 100644
--- a/extensions/source/propctrlr/composeduiupdate.hxx
+++ b/extensions/source/propctrlr/composeduiupdate.hxx
@@ -44,7 +44,7 @@ namespace pcr
class SAL_NO_VTABLE IPropertyExistenceCheck
{
public:
- virtual ::sal_Bool SAL_CALL hasPropertyByName( const OUString& _rName ) throw (::com::sun::star::uno::RuntimeException) = 0;
+ virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& _rName ) throw (::com::sun::star::uno::RuntimeException) = 0;
protected:
~IPropertyExistenceCheck() {}