summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-02-05 22:02:12 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-05 22:02:12 +0400
commit1c85118414d91bc0b881f03ad7fac20454ec43a0 (patch)
tree58a96dc1a853a4f17da7469396d884bf8cdcb852 /editeng
parentRemove unused code (diff)
downloadcore-1c85118414d91bc0b881f03ad7fac20454ec43a0.tar.gz
core-1c85118414d91bc0b881f03ad7fac20454ec43a0.zip
fix debug build
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/edtspell.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/editeng/edtspell.cxx b/editeng/source/editeng/edtspell.cxx
index eda0d6143d5a..a2340aa5499b 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
//////////////////////////////////////////////////////////////////////