[Libreoffice-commits] core.git: dbaccess/source solenv/bin svx/source sw/source udkapi/com unotest/source writerfilter/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat Apr 14 06:09:37 UTC 2018


 dbaccess/source/ui/relationdesign/RTableConnectionData.cxx |    2 +-
 solenv/bin/modules/installer.pm                            |    2 +-
 svx/source/sdr/properties/groupproperties.cxx              |    2 +-
 sw/source/filter/ww8/ww8par6.cxx                           |    4 ++--
 udkapi/com/sun/star/util/XMacroExpander.idl                |    2 +-
 unotest/source/python/org/libreoffice/unotest.py           |    2 +-
 writerfilter/source/dmapper/GraphicImport.cxx              |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 40cb28a7d564653e90cb1377e98c0c6f7a0eff6b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Apr 1 01:03:58 2018 +0200

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

diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
index 8c4a56d41348..741c36adebf6 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
@@ -248,7 +248,7 @@ bool ORelationTableConnectionData::Update()
             return false;
     }
 
-    // reassign the keys because the orientaion could be changed
+    // reassign the keys because the orientation could be changed
     Reference<XPropertySet> xTableProp(getReferencingTable()->getTable());
     Reference< XIndexAccess> xKeys ( getReferencingTable()->getKeys());
 
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index b11e55b09077..fff1d90155d9 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -654,7 +654,7 @@ sub run {
         # 1. Looking for all destination paths in the files array
         # 2. Looking for directories with CREATE flag in the directory array
         # Advantage: Many paths are hidden in zip files, they are not defined in the setup script.
-        # It will be possible, that in the setup script only those directoies have to be defined,
+        # It will be possible, that in the setup script only those directories have to be defined,
         # that have a CREATE flag. All other directories are created, if they contain at least one file.
 
         my ($directoriesforepmarrayref, $alldirectoryhash) = installer::scriptitems::collect_directories_from_filesarray($filesinproductlanguageresolvedarrayref, $unixlinksinproductlanguageresolvedarrayref);
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx
index 857eea1fed73..39130e8b5326 100644
--- a/svx/source/sdr/properties/groupproperties.cxx
+++ b/svx/source/sdr/properties/groupproperties.cxx
@@ -107,7 +107,7 @@ namespace sdr
                 }
             }
 
-            // For group proerties, do not call parent since groups do
+            // For group properties, do not call parent since groups do
             // not have local ItemSets.
             return *mpItemSet;
         }
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 353e0226dad5..7431cd52e110 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1792,7 +1792,7 @@ bToggelPos(false)
         eSurround = css::text::WrapTextMode_PARALLEL;
 
     /*
-     #95905#, #83307# seems to have gone away now, so reenable parallel
+     #95905#, #83307# seems to have gone away now, so re-enable parallel
      wrapping support for frames in headers/footers. I don't know if we truly
      have an explicitly specified behaviour for these circumstances.
     */
@@ -2242,7 +2242,7 @@ SwTwips SwWW8ImplReader::MoveOutsideFly(SwFrameFormat *pFlyFormat,
                                 aSize.SetHeight(MINLAY);
                                 pFlyFormat->SetFormatAttr(aSize);
                                 SwFormatHoriOrient aHori = pTableFormat->GetHoriOrient();
-                                // passing the table orientaion of
+                                // passing the table orientation of
                                 // LEFT_AND_WIDTH to the frame seems to
                                 // work better than FULL, especially if the
                                 // table width exceeds the page width, however
diff --git a/udkapi/com/sun/star/util/XMacroExpander.idl b/udkapi/com/sun/star/util/XMacroExpander.idl
index a52fd449fb7c..3fdc598981f5 100644
--- a/udkapi/com/sun/star/util/XMacroExpander.idl
+++ b/udkapi/com/sun/star/util/XMacroExpander.idl
@@ -27,7 +27,7 @@
 module com {  module sun {  module star {  module util {
 
 
-/** Expands macro in expressions, i.e. substitudes macro names.
+/** Expands macro in expressions, i.e. substitutes macro names.
 
     @since OOo 1.1.2
 */
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 222389af9e05..000a148b353f 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -75,7 +75,7 @@ class OfficeConnection(object):
         except KeyError:
             self.verbose = False
         try:
-            prog = self.args["programm"]
+            prog = self.args["program"]
         except KeyError:
             prog = os.getenv("SOFFICE_BIN")
         if not (prog):
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 48c620c54296..fa91d74cfae4 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -1160,7 +1160,7 @@ uno::Reference<text::XTextContent> GraphicImport::createGraphicObject(uno::Refer
             for(PropertyIds const & rBorderProp : aBorderProps)
                 xGraphicObjectProperties->setPropertyValue(getPropertyName(rBorderProp), uno::makeAny(aBorderLine));
 
-            // setting graphic object shadow proerties
+            // setting graphic object shadow properties
             if (m_pImpl->bShadow)
             {
                 // Shadow width is approximated by average of X and Y


More information about the Libreoffice-commits mailing list