[Libreoffice-commits] core.git: solenv/gbuild svx/source vcl/source

Julien Nabet serval2412 at yahoo.fr
Sat Dec 12 14:34:24 PST 2015


 solenv/gbuild/ExternalProject.mk  |    2 +-
 svx/source/form/navigatortree.cxx |    2 +-
 vcl/source/gdi/pdfwriter_impl.hxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b174251ca6e8f2fd2059fdf340c38e67d1dec3b2
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Dec 12 23:33:31 2015 +0100

    Typo: strucure->structure
    
    Change-Id: I41e0731ddafc39ebcff1c3d8984f4f4f69d35aaf

diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index 92bb7df..e476b19 100644
--- a/solenv/gbuild/ExternalProject.mk
+++ b/solenv/gbuild/ExternalProject.mk
@@ -20,7 +20,7 @@
 # tarball need to be delivered.)
 #
 # An ExternalProject always uses one UnpackedTarball with the same name.
-# The dependency strucure ensures that any change on a dependency
+# The dependency structure ensures that any change on a dependency
 # of the ExternalProject will cause the UnpackedTarball to be unpacked
 # again, so the ExternalProject always does a clean build and is not at
 # the mercy of the external's build system's dubious incremental builds.
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 02a1f9c..d3c8f97 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -1706,7 +1706,7 @@ namespace svxform
         // somewhere). In case I'd first delete the structure, then the controls, the UNDO would not work
         // (since UNDO then would mean to first restore the controls, then the structure, means their parent
         // form). The other way round, the EntryDatas would be invalid, if I'd first delete the controls and
-        // then go on to the strucure. This means I have to delete the forms *after* the normal controls, so
+        // then go on to the structure. This means I have to delete the forms *after* the normal controls, so
         // that during UNDO, they're restored in the proper order.
         pFormShell->GetImpl()->EnableTrackProperties(false);
         for (SvLBoxEntrySortedArray::reverse_iterator it = m_arrCurrentSelection.rbegin();
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index 77b0d47..542b2b5 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -629,7 +629,7 @@ private:
     sal_Int32                           m_nCurrentStructElement;
     /* structure parent tree */
     std::vector< OString >         m_aStructParentTree;
-    /* emit strucure marks currently (aka. NonStructElement or not)
+    /* emit structure marks currently (aka. NonStructElement or not)
      */
     bool                                m_bEmitStructure;
     /* role map of struct tree root */


More information about the Libreoffice-commits mailing list