summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-04 12:20:48 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-04 12:20:48 +0200
commit8d2f282abeb0b701f7c49000d5433462bbda8602 (patch)
tree5cb035a49643f3e41914c535aa43ff43aa2f2f7f /sw
parent39979c8f38c01f11b5223f8a5dab5b4b43ff5cc7 (diff)
typo: emtpy → empty
Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/frmedt/tblsel.cxx2
-rw-r--r--sw/source/core/inc/SwPortionHandler.hxx2
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx2
-rw-r--r--sw/source/uibase/wrtsh/wrtsh3.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index e07b72eab41e..49298ac5ddf2 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -1869,7 +1869,7 @@ void MakeSelUnions( SwSelUnions& rUnions, const SwLayoutFrame *pStart,
pRow = static_cast<const SwLayoutFrame*>(pRow->GetNext());
// #i31976#
- // A follow flow row may contain emtpy cells. These are not
+ // A follow flow row may contain empty cells. These are not
// considered by FirstCell(). Therefore we have to find
// the first cell manually:
const SwFrame* pTmpCell = nullptr;
diff --git a/sw/source/core/inc/SwPortionHandler.hxx b/sw/source/core/inc/SwPortionHandler.hxx
index 6dede18820ec..48fe4fe207da 100644
--- a/sw/source/core/inc/SwPortionHandler.hxx
+++ b/sw/source/core/inc/SwPortionHandler.hxx
@@ -43,7 +43,7 @@ class SwPortionHandler
{
public:
- SwPortionHandler() {} /// (emtpy) constructor
+ SwPortionHandler() {} /// (empty) constructor
virtual ~SwPortionHandler() {} /// (empty) destructor
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 5706694d7a2c..1ab0dff5b169 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -4186,7 +4186,7 @@ namespace {
// is set and changed after the attributes have been set
// (6) Notify list tree, if count in list - RES_PARATR_LIST_ISCOUNTED - is set
// and changed after the attributes have been set
- // (7) Set or Reset emtpy list style due to changed outline level - RES_PARATR_OUTLINELEVEL.
+ // (7) Set or Reset empty list style due to changed outline level - RES_PARATR_OUTLINELEVEL.
class HandleSetAttrAtTextNode
{
public:
diff --git a/sw/source/uibase/wrtsh/wrtsh3.cxx b/sw/source/uibase/wrtsh/wrtsh3.cxx
index 2192a32bbd4d..71b4140ec490 100644
--- a/sw/source/uibase/wrtsh/wrtsh3.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh3.cxx
@@ -166,7 +166,7 @@ sal_uInt16 SwWrtShell::CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCa
}
// If a util::URL-Button is selected, return its util::URL
- // otherwise an emtpy string.
+ // otherwise an empty string.
bool SwWrtShell::GetURLFromButton( OUString& rURL, OUString& rDescr ) const
{
bool bRet = false;