summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
commit506e1efab370626dae5e3122b6876f5a1e0b1029 (patch)
treec4e72abc875b1e1ea5d6f9b156368a9fe1313571 /sd
parent3991eaf5569c7039ea20000e70aac775b7899432 (diff)
trailing whitespaces
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
Diffstat (limited to 'sd')
-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 6796c67f717b..bb0e55806559 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -404,11 +404,11 @@ SdStyleSheet* SdStyleSheet::GetRealStyleSheet() const
{
aRealStyle = pPage->GetLayoutName();
// cut after seperator string
-
+
if( aRealStyle.indexOf(aSep) >= 0)
{
aRealStyle = aRealStyle.copy(0,(aRealStyle.indexOf(aSep) + aSep.getLength()));
- }
+ }
}
}
if (aRealStyle.isEmpty())