[Libreoffice-commits] .: editeng/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Sun Feb 5 10:03:25 PST 2012


 editeng/source/editeng/edtspell.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1c85118414d91bc0b881f03ad7fac20454ec43a0
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Sun Feb 5 22:02:12 2012 +0400

    fix debug build

diff --git a/editeng/source/editeng/edtspell.cxx b/editeng/source/editeng/edtspell.cxx
index eda0d61..a2340aa 100644
--- a/editeng/source/editeng/edtspell.cxx
+++ b/editeng/source/editeng/edtspell.cxx
@@ -505,7 +505,6 @@ bool WrongList::operator==(const WrongList& rCompare) const
     return true;
 }
 
-#ifdef DBG_UTIL
 sal_Bool WrongList::DbgIsBuggy() const
 {
     // Check if the ranges overlap.
@@ -524,7 +523,6 @@ sal_Bool WrongList::DbgIsBuggy() const
     }
     return bError;
 }
-#endif
 
 //////////////////////////////////////////////////////////////////////
 


More information about the Libreoffice-commits mailing list