summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-07 20:29:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-07 20:30:40 +0200
commitdd9dba52f3db38ecf9e6b5c5150219e59579d54b (patch)
treea9a41e2137da2f75accf37360089db2bf7bec4fe /sd
parentd3aa6c58d40a6516c188e85ed6ad12f1b4012a94 (diff)
typos
Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index a94519a9c37e..5f7041791f95 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -1548,7 +1548,7 @@ void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate
if((meAutoLayout == AUTOLAYOUT_NONE && maPresentationShapeList.isEmpty()) || mbMaster)
{
- // MasterPage or no layout and no presentation shapes available, noting to do
+ // MasterPage or no layout and no presentation shapes available, nothing to do
return;
}