diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-19 00:51:10 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-19 15:51:01 +0200 |
commit | 55b823c6f9638194ec81e23faf9e131138636d32 (patch) | |
tree | c6b0cd0f17b734235cbea16a5c245bbe7a78f256 /chart2 | |
parent | 54e2c44a0cb20f265e3703f898c7e99e0ee77692 (diff) |
don't use the debug mode for normal tests
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 250332f08b78..a893062c769e 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -3028,7 +3028,7 @@ uno::Sequence< ::rtl::OUString > ChartView::getAvailableServiceNames() throw (un namespace { -#define DEBUG_DUMPER 1 +#define DEBUG_DUMPER 0 int writeCallback(void* pContext, const char* sBuffer, int nLen) { |