diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:59:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:18 +0200 |
commit | 4c2c4e36ed7788fdd09a8e91d8337cc408a887ea (patch) | |
tree | bc0bb0fe22c81e97265a8339fa62a3c1b6f0382d | |
parent | fbd23c2e73de3e686c7acbef59b28c0895643278 (diff) |
typo: styte -> style
-rw-r--r-- | sd/source/core/drawdoc3.cxx | 2 |
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)); |