diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index b9ff1d7665a0..8d04419ed2ef 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -189,8 +189,10 @@ public: m_pMark = m_pPoint; } } -#ifndef DBG_UTIL +#if OSL_DEBUG_LEVEL > 1 + void Exchange(); +#else void Exchange() { if (m_pPoint != m_pMark) @@ -200,8 +202,6 @@ public: m_pMark = pTmp; } } -#else - void Exchange(); #endif /** A PaM marks a selection if Point and Mark are distinct positions. |