include/comphelper/propagg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7b09e0ed626fad4c4d70ed1a6e431bfff8451b8
Author: Stephan Bergmann <sberg...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to