summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
commitc27798b20097602739e3e81a5063109b8c66447d (patch)
treea091ad171d662529194661d9db3c74327535e9e6 /editeng
parentbc8adace59ab5bebb93610e0ec3b16ef2a8f5151 (diff)
Typo: emty->empty
Change-Id: I495ae28194da449ab1b31b2b5ec0d9e08fbcc291
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editdoc.cxx2
-rw-r--r--editeng/source/outliner/outlvw.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index a67add018a31..b5b2e4c8383e 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -1309,7 +1309,7 @@ void ContentNode::ExpandAttribs( sal_Int32 nIndex, sal_Int32 nNew, SfxItemPool&
// 0: Expand empty attribute, if at insertion point
else if ( pAttrib->IsEmpty() )
{
- // Do not check Index, a emty one could only be there
+ // Do not check Index, a empty one could only be there
// When later checking it anyhow:
// Special caase: Start == 0; AbsLen == 1, nNew = 1
// => Expand, because of paragraph break!
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx
index 92f967877e24..be1bc254921a 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -64,7 +64,7 @@ OutlinerView::~OutlinerView()
void OutlinerView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice )
{
- // For the first Paint/KeyInput/Drop an emty Outliner is turned into
+ // For the first Paint/KeyInput/Drop an empty Outliner is turned into
// an Outliner with exactly one paragraph.
if( pOwner->bFirstParaIsEmpty )
pOwner->Insert( OUString() );
@@ -74,7 +74,7 @@ void OutlinerView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice )
bool OutlinerView::PostKeyEvent( const KeyEvent& rKEvt, vcl::Window* pFrameWin )
{
- // For the first Paint/KeyInput/Drop an emty Outliner is turned into
+ // For the first Paint/KeyInput/Drop an empty Outliner is turned into
// an Outliner with exactly one paragraph.
if( pOwner->bFirstParaIsEmpty )
pOwner->Insert( OUString() );