summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
commit2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch)
treec43eb54c32924b919ad2ad7e653d0eaa47800d39 /sw
parent928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff)
fix typos (wich instead of which)
Diffstat (limited to 'sw')
-rw-r--r--sw/sdi/docsh.sdi2
-rw-r--r--sw/sdi/viewsh.sdi2
-rw-r--r--sw/source/core/layout/frmtool.cxx2
-rw-r--r--sw/source/filter/xml/xmlitmap.hxx4
-rw-r--r--sw/source/ui/wrtsh/delete.cxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/sw/sdi/docsh.sdi b/sw/sdi/docsh.sdi
index 83253dc99166..9085bdf43128 100644
--- a/sw/sdi/docsh.sdi
+++ b/sw/sdi/docsh.sdi
@@ -21,7 +21,7 @@ interface TextDocument : BaseTextDocument
uuid = "0D960120-111C-101D-9757-6E74207A7520"
]
{
- // Slots, wich are not needed in the WebDocShell
+ // Slots, which are not needed in the WebDocShell
FN_OUTLINE_TO_IMPRESS
[
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index e6b4bc39fc84..be91750350ba 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -43,7 +43,7 @@ interface TextEditView : BaseTextEditView
uuid = "09782660-111A-101D-9757-6E74207A7520"
]
{
- // Slots, wich are not needed in the WebDocShell
+ // Slots, which are not needed in the WebDocShell
FN_INSERT_OBJ_CTRL
[
ExecMethod = Execute ;
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 6fcef9bfeb1d..a45fcaa8c69c 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1206,7 +1206,7 @@ void _InsertCnt( SwLayoutFrm *pLay, SwDoc *pDoc,
//immediately.
//The advantage is, that on one hand already a nearly realistic number of
//pages are created, but above all there are no almost endless long chain
- //of paragraphs, wich must be moved expensively until it reaches a tolarable
+ //of paragraphs, which must be moved expensively until it reaches a tolarable
//reduced level.
//We'd like to think that 20 Paragraphs fit on one page.
//So that it does not become in extremly situations so violent we calculate depending
diff --git a/sw/source/filter/xml/xmlitmap.hxx b/sw/source/filter/xml/xmlitmap.hxx
index ed19adb58601..2c0ced4e90fc 100644
--- a/sw/source/filter/xml/xmlitmap.hxx
+++ b/sw/source/filter/xml/xmlitmap.hxx
@@ -43,14 +43,14 @@
struct SvXMLItemMapEntry
{
- sal_uInt16 nNameSpace; // declares the Namespace in wich this item
+ sal_uInt16 nNameSpace; // declares the Namespace in which this item
// exists
enum ::xmloff::token::XMLTokenEnum eLocalName;
// the local name for the item inside
// the Namespace (as an XMLTokenEnum)
sal_uInt16 nWhichId; // the WichId to identify the item
// in the pool
- sal_uInt32 nMemberId; // the memberid specifies wich part
+ sal_uInt32 nMemberId; // the memberid specifies which part
// of the item should be imported or
// exported with this Namespace
// and localName
diff --git a/sw/source/ui/wrtsh/delete.cxx b/sw/source/ui/wrtsh/delete.cxx
index f95e8ddb4033..a97d422e73fd 100644
--- a/sw/source/ui/wrtsh/delete.cxx
+++ b/sw/source/ui/wrtsh/delete.cxx
@@ -179,7 +179,7 @@ long SwWrtShell::DelLeft()
EnterStdMode();
}
- // JP 29.06.95: never erase a table wich standing in front of.
+ // JP 29.06.95: never erase a table standing in front of it.
bool bSwap = false;
const SwTableNode * pWasInTblNd = SwCrsrShell::IsCrsrInTbl();