[Libreoffice-commits] core.git: include/comphelper
Stephan Bergmann
sbergman at redhat.com
Tue Mar 11 06:13:12 PDT 2014
include/comphelper/propagg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c7b09e0ed626fad4c4d70ed1a6e431bfff8451b8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 11 14:12:33 2014 +0100
No need for fillAggregatePropertyInfoByHandle to be virtual
Change-Id: If002dede857ecff300f57b73b26234d737ba98c9
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 64bb205..7765b6c 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -149,7 +149,7 @@ public:
@return sal_True, if _nHandle marks an aggregate property, otherwise sal_False
*/
- virtual bool SAL_CALL fillAggregatePropertyInfoByHandle(OUString* _pPropName, sal_Int32* _pOriginalHandle,
+ bool fillAggregatePropertyInfoByHandle(OUString* _pPropName, sal_Int32* _pOriginalHandle,
sal_Int32 _nHandle) const;
/** returns information about a property given by handle
More information about the Libreoffice-commits
mailing list