summaryrefslogtreecommitdiff
path: root/svtools/source/misc/ownlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/ownlist.cxx')
-rw-r--r--svtools/source/misc/ownlist.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/ownlist.cxx b/svtools/source/misc/ownlist.cxx
index 8a972595ad65..346b4ff7251e 100644
--- a/svtools/source/misc/ownlist.cxx
+++ b/svtools/source/misc/ownlist.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ownlist.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.136.1 $
*
* This file is part of OpenOffice.org.
*
@@ -53,7 +53,7 @@ static String parseString(const String & rCmd, USHORT * pIndex)
USHORT begin = *pIndex;
- while(*pIndex < rCmd.Len() && rCmd.GetChar((*pIndex) ++) != '\"');
+ while(*pIndex < rCmd.Len() && rCmd.GetChar((*pIndex) ++) != '\"') ;
result = String(rCmd.Copy(begin, *pIndex - begin - 1));
}