diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-12 02:29:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-14 06:14:37 +0200 |
commit | 0e916b4143b2c46fec6df25cce6f14b595d5b023 (patch) | |
tree | 58d08e17766b6b6eaca62abec6a49e2b41824c80 /oox | |
parent | 41007842ed9bb5d6165792a197769f72dae55a2c (diff) |
don't use VBA_EXPORT_DEBUG in master
Change-Id: I89ae01c34f6a7faf62b97cf28220f7700a7241b7
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ole/vbaexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx index 88f74b4ce02b..a0fb91a384d8 100644 --- a/oox/source/ole/vbaexport.cxx +++ b/oox/source/ole/vbaexport.cxx @@ -39,7 +39,7 @@ #define CODEPAGE RTL_TEXTENCODING_MS_1252 #endif -#define VBA_EXPORT_DEBUG 1 +#define VBA_EXPORT_DEBUG 0 namespace { |