summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_ucb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_ucb.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_ucb.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/misc/dp_ucb.cxx b/desktop/source/deployment/misc/dp_ucb.cxx
index 01e7de0d1d0b..170a403ddc74 100644
--- a/desktop/source/deployment/misc/dp_ucb.cxx
+++ b/desktop/source/deployment/misc/dp_ucb.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -280,7 +280,7 @@ bool readProperties( ::std::list< ::std::pair< ::rtl::OUString, ::rtl::OUString>
OUString file( reinterpret_cast<sal_Char const *>(bytes.getConstArray()),
bytes.getLength(), RTL_TEXTENCODING_UTF8);
sal_Int32 pos = 0;
-
+
for (;;)
{
@@ -303,7 +303,7 @@ bool readProperties( ::std::list< ::std::pair< ::rtl::OUString, ::rtl::OUString>
pos++;
}
OUString aLine = buf.makeStringAndClear();
-
+
sal_Int32 posEqual = aLine.indexOf('=');
if (posEqual > 0 && (posEqual + 1) < aLine.getLength())
{