diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-20 22:34:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-20 22:35:04 +0200 |
commit | 61d95972ffb4cdb72e6edea082db100c5ffdb7a7 (patch) | |
tree | efa251f95e33c0b29407cc233a175de706192111 /svtools/source | |
parent | 88739efc126b2191070ab408cbed068100798da0 (diff) |
WaE: 'DBG_UTIL' is not defined, evaluates to 0
Change-Id: Ib902f3f4b428d5c23347a31773011ddf74f28e99
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/table/tablecontrol_impl.cxx | 6 | ||||
-rw-r--r-- | svtools/source/table/tablecontrol_impl.hxx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx index 7e4e5cd3db75..59048054771f 100644 --- a/svtools/source/table/tablecontrol_impl.cxx +++ b/svtools/source/table/tablecontrol_impl.cxx @@ -233,7 +233,7 @@ namespace svt { namespace table //==================================================================== DBG_NAME( TableControl_Impl ) -#if DBG_UTIL +#ifdef DBG_UTIL //==================================================================== //= SuspendInvariants //==================================================================== @@ -263,7 +263,7 @@ namespace svt { namespace table #define DBG_SUSPEND_INV( flags ) #endif -#if DBG_UTIL +#ifdef DBG_UTIL //==================================================================== const char* TableControl_Impl_checkInvariants( const void* _pInstance ) { @@ -448,7 +448,7 @@ namespace svt { namespace table ,m_nAnchor ( -1 ) ,m_bUpdatingColWidths ( false ) ,m_pAccessibleTable ( NULL ) -#if DBG_UTIL +#ifdef DBG_UTIL ,m_nRequiredInvariants ( INV_SCROLL_POSITION ) #endif { diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx index 8018d0ccbb8b..21b43ae73535 100644 --- a/svtools/source/table/tablecontrol_impl.hxx +++ b/svtools/source/table/tablecontrol_impl.hxx @@ -147,7 +147,7 @@ namespace svt { namespace table AccessibleFactoryAccess m_aFactoryAccess; IAccessibleTableControl* m_pAccessibleTable; -#if DBG_UTIL +#ifdef DBG_UTIL #define INV_SCROLL_POSITION 1 /** represents a bitmask of invariants to check @@ -178,7 +178,7 @@ namespace svt { namespace table TableControl_Impl( TableControl& _rAntiImpl ); ~TableControl_Impl(); -#if DBG_UTIL +#ifdef DBG_UTIL const sal_Char* impl_checkInvariants() const; #endif /** to be called when the anti-impl instance has been resized |