include/comphelper/accessiblecontexthelper.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a850bed771e02ddda50dbb859dd0d9ae870d2751
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Mar 11 14:47:48 2014 +0100

    Typos in comment
    
    Change-Id: I6204090cb95213e31c11d33c5e822f8abee10963

diff --git a/include/comphelper/accessiblecontexthelper.hxx 
b/include/comphelper/accessiblecontexthelper.hxx
index b49070f..18890be 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -201,9 +201,9 @@ namespace comphelper
         // helper
         /** notifies all AccessibleEventListeners of a certain event
 
-        @precond    not too be called with our mutex locked
+        @precond    not to be called with our mutex locked
         @param  _nEventId
-            the id of the even. See AccessibleEventType
+            the id of the event. See AccessibleEventType
         @param  _rOldValue
             the old value to be notified
         @param  _rNewValue
commit 33320eceb0b9207aca86b1cdc73c4755cff86f15
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Mar 11 14:47:08 2014 +0100

    No need for NotifyAccessibleEvent to be virtual
    
    Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7

diff --git a/include/comphelper/accessiblecontexthelper.hxx 
b/include/comphelper/accessiblecontexthelper.hxx
index 19f34c2..b49070f 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -209,7 +209,7 @@ namespace comphelper
         @param  _rNewValue
             the new value to be notified
         */
-        virtual void SAL_CALL   NotifyAccessibleEvent(
+        void NotifyAccessibleEvent(
                     const sal_Int16 _nEventId,
                     const ::com::sun::star::uno::Any& _rOldValue,
                     const ::com::sun::star::uno::Any& _rNewValue
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to