dbaccess/source/core/inc/definitioncontainer.hxx |    2 +-
 framework/inc/dispatch/interceptionhelper.hxx    |    2 +-
 framework/inc/helper/ocomponentaccess.hxx        |    2 +-
 sd/source/ui/inc/ViewShell.hxx                   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2618f21da0a8bdd8ff4f363a4f5d1cc269f8d482
Author: Andrea Gelmini <[email protected]>
Date:   Mon Jan 29 14:02:50 2018 +0100

    Fix typos
    
    Change-Id: I13b1c0f190b9ebab99e88f90026980fcb2c81c41
    Reviewed-on: https://gerrit.libreoffice.org/48833
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/dbaccess/source/core/inc/definitioncontainer.hxx 
b/dbaccess/source/core/inc/definitioncontainer.hxx
index 479cee46d684..95776bcd8518 100644
--- a/dbaccess/source/core/inc/definitioncontainer.hxx
+++ b/dbaccess/source/core/inc/definitioncontainer.hxx
@@ -130,7 +130,7 @@ protected:
 
 protected:
     /** Additionally to our own approvals which new elements must pass, 
derived classes
-        can specifiy an additional approval instance here.
+        can specify an additional approval instance here.
 
         Every time a new element is inserted into the container (or an element 
is replaced
         with a new one), this new element must pass our own internal approval, 
plus the approval
diff --git a/framework/inc/dispatch/interceptionhelper.hxx 
b/framework/inc/dispatch/interceptionhelper.hxx
index d1e6b5de235d..ac3e352d87ab 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -42,7 +42,7 @@ namespace framework{
     @descr      This helper implements the complete 
XDispatchProviderInterception interface with
                 master/slave functionality AND using of optional features like 
registration of URL pattern!
 
-    @attention  Don't use this class as direct member - use it dynamicly. Do 
not derive from this class.
+    @attention  Don't use this class as direct member - use it dynamically. Do 
not derive from this class.
                 We hold a weakreference to our owner not to our superclass.
  */
 class InterceptionHelper : public  ::cppu::WeakImplHelper<
diff --git a/framework/inc/helper/ocomponentaccess.hxx 
b/framework/inc/helper/ocomponentaccess.hxx
index 60b33b2d3013..1a9b326603a6 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -118,7 +118,7 @@ class OComponentAccess  :   public ::cppu::WeakImplHelper< 
css::container::XEnum
         
/*-****************************************************************************************************
             @short      standard destructor
             @descr      This method destruct an instance of this class and 
clear some member.
-                        Don't use an instance of this class as normal member. 
Use it dynamicly with a pointer.
+                        Don't use an instance of this class as normal member. 
Use it dynamically with a pointer.
                         We hold a weakreference to our owner and not to our 
superclass!
                         That's the reason for a protected dtor.
 
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index ece5750c5c3b..868973a78b15 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -529,7 +529,7 @@ protected:
         i.e. construct calls Show, and if a11y is enabled this
         reenters the not-fully constructed object and calls
         CreateAccessibleDocumentView, so if construct is called
-        from the ctor then if a derived class is contructed the base-case
+        from the ctor then if a derived class is constructed the base-case
         CreateAccessibleDocumentView is used, not the derived
         CreateAccessibleDocumentView. i.e. run smoketest under a11y with
         debugging assertions enabled
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to