[Libreoffice-commits] core.git: cli_ure/source sd/source

Tor Lillqvist tml at iki.fi
Thu Feb 21 23:40:14 PST 2013


 cli_ure/source/uno_bridge/cli_data.cxx       |    2 +-
 sd/source/ui/inc/ViewShellImplementation.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 13ed66c9ce46d7f9ec9f670544e6fdf440412c72
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Feb 22 09:39:47 2013 +0200

    s/Whith/With/
    
    Change-Id: I098290a33a3d455594bd200034b279eef02c792b

diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx
index 48ad72c..d5d17ba 100644
--- a/cli_ure/source/uno_bridge/cli_data.cxx
+++ b/cli_ure/source/uno_bridge/cli_data.cxx
@@ -1640,7 +1640,7 @@ void Bridge::map_to_cli(
                 }
                 OSL_ASSERT (nPos != -1);
                 int offset = pCTD->pMemberOffsets[nPos];
-                //Whith the offset within the exception we can get the message string
+                //With the offset within the exception we can get the message string
                 System::String^ sMessage = mapUnoString(*(rtl_uString**)
                                                         ((char*) uno_data + offset));
                 //We need to find a constructor for the exception that takes the message string
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx
index cfdb98c..28c5ec2 100644
--- a/sd/source/ui/inc/ViewShellImplementation.hxx
+++ b/sd/source/ui/inc/ViewShellImplementation.hxx
@@ -55,7 +55,7 @@ public:
 
     /** This update lock for the ToolBarManager exists in order to avoid
         problems with tool bars being displayed while the mouse button is
-        pressed.  Whith docked tool bars this can lead to a size change of
+        pressed.  With docked tool bars this can lead to a size change of
         the view.  This would change the relative mouse coordinates and thus
         interpret every mouse click as move command.
     */


More information about the Libreoffice-commits mailing list