diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-22 17:08:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-23 07:32:47 +0100 |
commit | 8ff4d23ef33647991df9068bde2cccfe87a4a200 (patch) | |
tree | 1985535f076ddc45a56fd5ede58a793de6f8fe27 | |
parent | 2abb72999df2b188ff174e4f7d639a3d0ecb602d (diff) |
fix DBG_UTIL macro block
ever since
commit cef4c601d825027e807236a5b364edddb39be809
Date: Mon May 27 12:52:19 2002 +0000
#98405#: more debugging code for macro recording
Change-Id: I7e7f4d917e4efabc7bd3bdef824f389c4f715b7a
Reviewed-on: https://gerrit.libreoffice.org/66741
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 57bc154ad891..5fbb3094d0d2 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -876,7 +876,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert } } } -#ifdef DB_UTIL +#ifdef DBG_UTIL if ( nFoundArgs == nCount ) { // except for the "special" slots: assure that every argument was convertible |