summaryrefslogtreecommitdiff
path: root/sd/source/core/stlsheet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/stlsheet.cxx')
-rw-r--r--sd/source/core/stlsheet.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 1e23fd970384..fcb7896f7368 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -382,7 +382,7 @@ SdStyleSheet* SdStyleSheet::GetRealStyleSheet() const
if( pPage )
{
aRealStyle = pPage->GetLayoutName();
- // cut after seperator string
+ // cut after separator string
if( aRealStyle.indexOf(aSep) >= 0)
{
@@ -474,7 +474,7 @@ SdStyleSheet* SdStyleSheet::GetPseudoStyleSheet() const
SdStyleSheet* pPseudoStyle = NULL;
OUString aSep( SD_LT_SEPARATOR );
OUString aStyleName(aName);
- // without layout name and seperator
+ // without layout name and separator
if( aStyleName.indexOf(aSep) >=0 )
{