summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/richstring.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/richstring.cxx b/sc/source/filter/oox/richstring.cxx
index 7f8809824caa..294fddfbc86a 100644
--- a/sc/source/filter/oox/richstring.cxx
+++ b/sc/source/filter/oox/richstring.cxx
@@ -85,7 +85,7 @@ OUString lcl_unEscapeUnicodeChars(const OUString& rSrc)
return rSrc;
sal_Int32 nStart = 0;
- bool bFound = true;
+ bool bFound = false;
const OUString aPrefix = "_x";
sal_Int32 nPrefixStart = rSrc.indexOf(aPrefix, nStart);