[Libreoffice-commits] core.git: include/comphelper

Stephan Bergmann sbergman at redhat.com
Wed Jul 2 08:59:09 PDT 2014


 include/comphelper/accimplaccess.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ffef410b1251a5daceb9d8cdeed2b8b2eedb8f32
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jul 2 17:58:38 2014 +0200

    No need for these functions to be virtual
    
    Change-Id: I1f01d07fea397e686609f49b909f5898c7f412e1

diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx
index 2027772..f416e14 100644
--- a/include/comphelper/accimplaccess.hxx
+++ b/include/comphelper/accimplaccess.hxx
@@ -81,11 +81,11 @@ namespace comphelper
         sal_Int64   implGetForeignControlledStates( ) const;
 
         /// sets the accessible parent component
-        virtual void    setAccessibleParent(
+        void setAccessibleParent(
             const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _rxAccParent );
 
         /// sets or resets a bit of the foreign controlled states
-        virtual void    setStateBit( const sal_Int16 _nState, const sal_Bool _bSet );
+        void setStateBit( const sal_Int16 _nState, const sal_Bool _bSet );
 
     protected:
         OAccessibleImplementationAccess( );


More information about the Libreoffice-commits mailing list