diff options
Diffstat (limited to 'uui/source/secmacrowarnings.cxx')
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index e36101bc0e5a..e7533e82dac6 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -49,7 +49,7 @@ namespace if( nContStart != -1 ) { nContStart = nContStart + _rPartId.getLength(); - ++nContStart; // now it's start of content, directly after Id + ++nContStart; // now its start of content, directly after Id sal_Int32 nContEnd = _rRawString.indexOf( ',', nContStart ); |