summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-21 01:47:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-21 03:08:26 +0200
commit051731bbcaa79b6428c8ebee6c114c9b28220cc8 (patch)
tree9d3b1a4cf3a7360bf5c1e39f0e3acec1679197fd /include/svl
parent41d521e965d26822afecb7a3a46cf825c657ec00 (diff)
post String conversion cleanup
Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zformat.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 6e06a83cce02..7b7eca08e73e 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -371,8 +371,7 @@ public:
/**
Return the position of a matching closing cQuote if the character at
- position nPos is between two matching cQuote, otherwise return
- STRING_NOTFOUND.
+ position nPos is between two matching cQuote, otherwise return -1.
If nPos points to an opening cQuote the position of the matching
closing cQuote is returned.
If nPos points to a closing cQuote nPos is returned.