summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:59:33 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:18 +0200
commit4c2c4e36ed7788fdd09a8e91d8337cc408a887ea (patch)
treebc0bb0fe22c81e97265a8339fa62a3c1b6f0382d /sd
parentfbd23c2e73de3e686c7acbef59b28c0895643278 (diff)
typo: styte -> style
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/drawdoc3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index ca34cf1c33e0..272db5d30237 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -1594,7 +1594,7 @@ void SdDrawDocument::SetMasterPage(sal_uInt16 nSdPageNum,
aReplData.nFamily = pMySheet->GetFamily();
aReplData.aNewName = pMySheet->GetName();
- // #i121863# re-create original name of styte used at page where to replace with
+ // #i121863# re-create original name of style used at page where to replace with
// this new style
OUString aTemp(pMySheet->GetName());
const sal_Int32 nPos(aTemp.indexOf(SD_LT_SEPARATOR));