[Libreoffice-commits] core.git: solenv/gbuild sw/qa sw/uiconfig xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Apr 24 11:38:55 UTC 2017


 solenv/gbuild/platform/com_MSC_defs.mk                   |    2 +-
 sw/qa/extras/uiwriter/uiwriter.cxx                       |    2 +-
 sw/uiconfig/swriter/ui/notebookbar.ui                    |    2 +-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui |    2 +-
 sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui    |    4 ++--
 xmloff/source/draw/sdpropls.cxx                          |    2 +-
 xmloff/source/text/txtprhdl.cxx                          |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 8648cfe64ad55caf5af8974bbbe3057c8a9eab1e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Apr 24 01:00:15 2017 +0200

    Fix typos
    
    Change-Id: I3e130b68c18ebe24c072d317d59b4854608a222f
    Reviewed-on: https://gerrit.libreoffice.org/36870
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index f79432793999..5c9b86618516 100755
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -155,7 +155,7 @@ gb_CFLAGS := \
 
 ifneq ($(COM_IS_CLANG),TRUE)
 
-# clang-cl doesn't suport -Wv:18 for now
+# clang-cl doesn't support -Wv:18 for now
 gb_CFLAGS += \
 	-Wv:18 \
 
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 43f5856540ec..83a3e8398531 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -4583,7 +4583,7 @@ void SwUiWriterTest::testCreateDocxAnnotation()
     uno::Reference<container::XEnumeration> xFields(xFieldsAccess->createEnumeration());
     uno::Reference<beans::XPropertySet> xField(xFields->nextElement(), uno::UNO_QUERY);
 
-    // this was empty insetad of "some text"
+    // this was empty instead of "some text"
     CPPUNIT_ASSERT_EQUAL(aSomeText, xField->getPropertyValue("Content").get<OUString>());
 }
 
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index 62300dfd6dc2..1ae754d6c47d 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -6252,7 +6252,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="vcllo-SmallButton" id="BringToFont">
+                  <object class="vcllo-SmallButton" id="BringToFront">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
index 584543bcbaed..4950e1502016 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui
@@ -4415,7 +4415,7 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="sfxlo-DropdownBox" id="ReviewSectio">
+                      <object class="sfxlo-DropdownBox" id="ReviewSection">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="baseline_position">bottom</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
index e0379cdbbad0..942edb1907bf 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui
@@ -139,7 +139,7 @@
                                 <property name="can_focus">False</property>
                                 <property name="orientation">vertical</property>
                                 <child>
-                                  <object class="sfxlo-NotebookbarToolBox" id="OpneGroup1">
+                                  <object class="sfxlo-NotebookbarToolBox" id="OpenGroup1">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="has_tooltip">True</property>
@@ -167,7 +167,7 @@
                                   </packing>
                                 </child>
                                 <child>
-                                  <object class="sfxlo-NotebookbarToolBox" id="SavGroup1">
+                                  <object class="sfxlo-NotebookbarToolBox" id="SaveGroup1">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="has_tooltip">True</property>
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx
index 83462fd3089f..aaddd74d94b8 100644
--- a/xmloff/source/draw/sdpropls.cxx
+++ b/xmloff/source/draw/sdpropls.cxx
@@ -869,7 +869,7 @@ bool XMLSdRotationAngleTypeHdl::importXML(
             nAngle = 0;
         else if (nValue < 180)
             nAngle = 9000;
-        else /* if nValalue <= 315 ) */
+        else /* if nValue <= 315 ) */
             nAngle = 27000;
 
         rValue <<= nAngle;
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 7fd0f65479f2..0eab8b5937c6 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -1056,7 +1056,7 @@ bool XMLTextRotationAnglePropHdl_Impl::importXML(
             nAngle = 0;
         else if( nValue < 180 )
             nAngle = 900;
-        else /* if nValalue <= 315 ) */
+        else /* if nValue <= 315 ) */
             nAngle = 2700;
         rValue <<= nAngle;
     }


More information about the Libreoffice-commits mailing list