summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2010-01-06 14:37:09 +0100
committerKai Sommerfeld <kso@openoffice.org>2010-01-06 14:37:09 +0100
commitca5ed72ceb4ec26d5867b7e1abfc7a2f176cf181 (patch)
tree450dbcaa59a2d05d030a3b53ecdec904fa65d1a6
parent27de29dffaebf44791da30e656907a7cd3023555 (diff)
whitespace cleanup.
-rw-r--r--sfx2/source/doc/doctempl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx
index f1b117f6a1c9..e43da0b0bacc 100644
--- a/sfx2/source/doc/doctempl.cxx
+++ b/sfx2/source/doc/doctempl.cxx
@@ -794,12 +794,12 @@ String SfxDocumentTemplates::GetDefaultTemplatePath
INetURLObject aTemplateObj( pImp->GetRootURL() );
aTemplateObj.insertName( aGroupName, false,
- INetURLObject::LAST_SEGMENT, true,
- INetURLObject::ENCODE_ALL );
+ INetURLObject::LAST_SEGMENT, true,
+ INetURLObject::ENCODE_ALL );
aTemplateObj.insertName( aTitle, false,
- INetURLObject::LAST_SEGMENT, true,
- INetURLObject::ENCODE_ALL );
+ INetURLObject::LAST_SEGMENT, true,
+ INetURLObject::ENCODE_ALL );
::rtl::OUString aResult;