This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 7bddffd  Fixed some typos
7bddffd is described below

commit 7bddffd6e297efeaf410ea9e5d9f69d9ce071ed4
Author: mseidel <msei...@apache.org>
AuthorDate: Wed Sep 30 00:23:22 2020 +0200

    Fixed some typos
    
    (cherry picked from commit b87166d3cb10b9831861467250cdee5892590547)
---
 main/basctl/source/basicide/baside2.cxx    | 2 +-
 main/basctl/source/basicide/moduldl2.cxx   | 4 ++--
 main/svgio/inc/svgio/svgreader/svgnode.hxx | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/basctl/source/basicide/baside2.cxx 
b/main/basctl/source/basicide/baside2.cxx
index 1f2098f..b5bf8e9 100644
--- a/main/basctl/source/basicide/baside2.cxx
+++ b/main/basctl/source/basicide/baside2.cxx
@@ -209,7 +209,7 @@ SbModuleRef ModulWindow::XModule()
     // elementInserted event from the BasicLibrary container.
     // However the SbModule is also created from a different listener to 
     // the same event ( in basmgr ) Therefore it is possible when we look
-    // for xModule it may not yet be available, here we keep tring to access
+    // for xModule it may not yet be available, here we keep trying to access
     // the module until such time as it exists
 
     if ( !xModule.Is() )
diff --git a/main/basctl/source/basicide/moduldl2.cxx 
b/main/basctl/source/basicide/moduldl2.cxx
index 16cc6c6..e0c016d 100644
--- a/main/basctl/source/basicide/moduldl2.cxx
+++ b/main/basctl/source/basicide/moduldl2.cxx
@@ -328,7 +328,7 @@ sal_Bool __EXPORT BasicCheckBox::EditingEntry( SvLBoxEntry* 
pEntry, Selection& )
 
     // TODO: check if library is reference/link
 
-    // Prueffen, ob Referenz...
+    // Check if reference...
     /*
        sal_uInt16 nLib = pBasMgr->GetLibId( GetEntryText( pEntry, 0 ) );
        DBG_ASSERT( nLib != LIB_NOTFOUND, "LibId ?!" );
@@ -1201,7 +1201,7 @@ void LibPage::Export( void )
                        else
                                ExportAsBasic( aLibName );
                }
-               catch( util::VetoException& ) // user cancled operation
+               catch( util::VetoException& ) // user canceled operation
                {
                }
        }
diff --git a/main/svgio/inc/svgio/svgreader/svgnode.hxx 
b/main/svgio/inc/svgio/svgreader/svgnode.hxx
index 9c2cd04..44c40c4 100644
--- a/main/svgio/inc/svgio/svgreader/svgnode.hxx
+++ b/main/svgio/inc/svgio/svgreader/svgnode.hxx
@@ -83,7 +83,7 @@ namespace svgio
         };
 
         // helper to convert a string associated with a token of type 
SVGTokenDisplay
-        // to the enum Display. Empty trings return the default 
'Display_inline' with
+        // to the enum Display. Empty strings return the default 
'Display_inline' with
         // which members should be initialized
         Display getDisplayFromContent(const rtl::OUString& aContent);
 

Reply via email to