summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsolenv/gbuild/platform/com_MSC_defs.mk2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar.ui2
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui2
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui4
-rw-r--r--xmloff/source/draw/sdpropls.cxx2
-rw-r--r--xmloff/source/text/txtprhdl.cxx2
7 files changed, 8 insertions, 8 deletions
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;
}