summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-09 10:18:31 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-10 19:13:31 +0000
commit3742748699cc09b04bff3d7c606f1c7a21427357 (patch)
treea15b82c225518c1688e82bb8384fb9b53974c18e /sw
parent498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b (diff)
Fix typos
Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3 Reviewed-on: https://gerrit.libreoffice.org/24760 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx2
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport5.cxx2
-rw-r--r--sw/source/ui/vba/vbaselection.cxx2
-rw-r--r--sw/source/uibase/dbui/README2
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index 49421f35ba0d..fca647b6b6d0 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -464,7 +464,7 @@ protected:
xml::AttributeData aValue;
attrsCnt->getByName(name) >>= aValue;
if (!rValue.isEmpty())
- CPPUNIT_ASSERT_EQUAL_MESSAGE("attribtes of cell does not contain expected value", rValue, aValue.Value);
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("attribute of cell does not contain expected value", rValue, aValue.Value);
return aValue;
}
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 384fe5101844..24bee007af57 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -853,7 +853,7 @@ DECLARE_OOXMLEXPORT_TEST(testfdo80898, "fdo80898.docx")
DECLARE_OOXMLEXPORT_TEST(testTableCellWithDirectFormatting, "fdo80800.docx")
{
- // Issue was Direct Foramatting for non-first Table cells was not getting preserved.
+ // Issue was Direct Formatting for non-first Table cells was not getting preserved.
xmlDocPtr pXmlDoc = parseExport("word/document.xml");
if (!pXmlDoc)
diff --git a/sw/source/ui/vba/vbaselection.cxx b/sw/source/ui/vba/vbaselection.cxx
index c22c688ba14b..610ee72658b4 100644
--- a/sw/source/ui/vba/vbaselection.cxx
+++ b/sw/source/ui/vba/vbaselection.cxx
@@ -492,7 +492,7 @@ SwVbaSelection::TypeParagraph() throw ( uno::RuntimeException, std::exception )
void SAL_CALL
SwVbaSelection::InsertParagraph() throw ( uno::RuntimeException, std::exception )
{
- // #FIME: the selection should include the new paragraph.
+ // #FIXME: the selection should include the new paragraph.
getRange()->InsertParagraph();
}
diff --git a/sw/source/uibase/dbui/README b/sw/source/uibase/dbui/README
index c89ecc1ded3d..be262b8dc160 100644
--- a/sw/source/uibase/dbui/README
+++ b/sw/source/uibase/dbui/README
@@ -24,7 +24,7 @@ implemented. But the list contains implementation proposals for both.
* Mode: FILE
** false: Saves each merged document as an individual file. The file name can
be selected from a database column!
-** true: Saves a combined file of concated documents. Each document starts
+** true: Saves a combined file of concatenated documents. Each document starts
with a new / reset page style. Depending on the page style this inserts
hidden blank pages
* Mode: PRINTER