summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:37:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:37:11 +0200
commit5378963b262ade09f5a55ecb185164b2eac8c782 (patch)
tree5343d825fbcf6a27b023e95e1d17122cad117c24 /oox
parentNotebookBar: Initial "Home" tab for Writer (diff)
downloadcore-5378963b262ade09f5a55ecb185164b2eac8c782.tar.gz
core-5378963b262ade09f5a55ecb185164b2eac8c782.zip
Turns out this was a non-debug build
Change-Id: Ica14ca0cb2320f9787d48e93a2fb81910601ce70
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ole/vbaexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx
index cf28e64b7fec..a30c32c3113d 100644
--- a/oox/source/ole/vbaexport.cxx
+++ b/oox/source/ole/vbaexport.cxx
@@ -413,7 +413,7 @@ sal_uInt8 VBAEncryption::calculateProjKey(const OUString& rProjectKey)
sal_uInt32 nProjKey = 0;
// use sal_uInt32 instead of sal_uInt8 to avoid miscompilation at least
// under "Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101
- // for x64" with --enable-64-bit and --enable-dbgutil, causing
+ // for x64" with --enable-64-bit and non-debug, causing
// CppunitTest_oox_vba_encryption's TestVbaEncryption::testProjKey1 to
// fail with actual 53 vs. expected 223
sal_Int32 n = rProjectKey.getLength();