[Libreoffice-commits] core.git: dtrans/source framework/source include/connectivity include/svtools

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 16 20:21:09 UTC 2019


 dtrans/source/win32/clipb/MtaOleClipb.hxx |    2 +-
 dtrans/source/win32/dtobj/TxtCnvtHlp.cxx  |    4 ++--
 framework/source/loadenv/loadenv.cxx      |    4 ++--
 include/connectivity/dbmetadata.hxx       |    2 +-
 include/svtools/ctrlbox.hxx               |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit fdf032c366c6c8ba854a2e922dd25ff390be66e1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 16 21:40:41 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 16 22:20:21 2019 +0200

    Fix typos
    
    Change-Id: I488908096aac319daf30875aee1e46b914cc4759
    Reviewed-on: https://gerrit.libreoffice.org/77608
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dtrans/source/win32/clipb/MtaOleClipb.hxx b/dtrans/source/win32/clipb/MtaOleClipb.hxx
index 58583ce6c7e5..bf71ac26e8f8 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.hxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.hxx
@@ -56,7 +56,7 @@ public:
 private:
     unsigned int run( );
 
-    // create a hidden window which serves as an request target; so we
+    // create a hidden window which serves as a request target; so we
     // guarantee synchronization
     void createMtaOleReqWnd( );
 
diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
index 91f26ed9f0c0..1ea9f4c9f549 100644
--- a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
+++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx
@@ -76,7 +76,7 @@ int MultiByteToWideCharEx( UINT cp_src,
     // setup a global memory pointer
     CRawHGlobalPtr ptrHGlob( refDTransHelper );
 
-    // do the conversion an return
+    // do the conversion and return
     return MultiByteToWideChar( cp_src,
                                 0,
                                 lpMultiByteString,
@@ -110,7 +110,7 @@ int WideCharToMultiByteEx( UINT cp_dest,
     // setup a global memory pointer
     CRawHGlobalPtr ptrHGlob( refDTransHelper );
 
-    // do the conversion an return
+    // do the conversion and return
     return WideCharToMultiByte( cp_dest,
                                 0,
                                 lpWideCharString,
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index ff19bdff0006..73180facd46a 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -1190,8 +1190,8 @@ css::uno::Reference< css::uno::XInterface > LoadEnv::impl_searchLoader()
         throw LoadEnvException(LoadEnvException::ID_INVALID_ENVIRONMENT);
     }
 
-    // Otherwise ...
-    // We need this type information to locate an registered frame loader
+    // Otherwise...
+    // We need this type information to locate a registered frame loader
     // Without such information we can't work!
     OUString sType = m_lMediaDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_TYPENAME(), OUString());
     if (sType.isEmpty())
diff --git a/include/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx
index 21c8d63013c6..085b30b52875 100644
--- a/include/connectivity/dbmetadata.hxx
+++ b/include/connectivity/dbmetadata.hxx
@@ -66,7 +66,7 @@ namespace dbtools
             @throws css::sdbc::SQLException
                 if obtaining the meta data from the connection throws an SQLException
             @throws css::uno::RuntimeException
-                if obtaining the meta data from the connection throws an RuntimeException
+                if obtaining the meta data from the connection throws a RuntimeException
         */
         DatabaseMetaData(
             const css::uno::Reference< css::sdbc::XConnection >& _connection );
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 06c97e2ccff3..56b7f55026e8 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -175,7 +175,7 @@ All sizes are in 1/10 typographic point (pt).
 
 The passed FontList must be retained until the next fill call.
 
-Additionally it supports an relative mod, which allows entering
+Additionally it supports a relative mod, which allows entering
 percentage values. This, eg., can be useful for template dialogs.
 This mode can only be enabled, but not disabled again.
 


More information about the Libreoffice-commits mailing list