summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-21 09:18:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-21 09:18:15 +0100
commit10b8a729031f9d940344532622a2ccfdbde67fac (patch)
tree878b7c3d50dadda25dd03e52c089ccbc1755d77c /oox
parentd8ce3f60bad3ebaa0888b35f85ab1a211714bb14 (diff)
New loplugin:unicodetochar
Change-Id: I279fe1dec196b6e1e551b4f6aba77f24e3f76ab7
Diffstat (limited to 'oox')
-rw-r--r--oox/source/vml/vmlformatting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx
index 27fa0f4486e9..f8c8de8dae8d 100644
--- a/oox/source/vml/vmlformatting.cxx
+++ b/oox/source/vml/vmlformatting.cxx
@@ -398,7 +398,7 @@ void ConversionHelper::decodeVmlPath( ::std::vector< ::std::vector< Point > >& r
}
// Allow two-char commands to peek ahead to the next character
- char nextChar = '\0';
+ sal_Unicode nextChar = '\0';
if (i+1 < rPath.getLength())
nextChar = rPath[i+1];