summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fmtuno.cxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-05-21 15:04:26 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-27 06:03:37 +0200
commit8b569e74d6b671c13a57c5ad72ed360d194b2dda (patch)
tree3c29b626bd0638fd13cfdfec0be976116de61f91 /sc/source/ui/unoobj/fmtuno.cxx
parent45df4e385910e1006d4bad4f674167c495b75673 (diff)
Replace DBG_* with OSL_* in sc/source/ui
Diffstat (limited to 'sc/source/ui/unoobj/fmtuno.cxx')
-rw-r--r--sc/source/ui/unoobj/fmtuno.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx
index 1e9e52ad5660..f5a4bd4b0b3a 100644
--- a/sc/source/ui/unoobj/fmtuno.cxx
+++ b/sc/source/ui/unoobj/fmtuno.cxx
@@ -31,7 +31,6 @@
#include <boost/bind.hpp>
-#include <tools/debug.hxx>
#include <rtl/uuid.h>
#include <vcl/svapp.hxx>
#include <comphelper/servicehelper.hxx>
@@ -237,7 +236,7 @@ void ScTableConditionalFormat::FillFormat( ScConditionalFormat& rFormat,
{
// ScConditionalFormat = Core-Struktur, muss leer sein
- DBG_ASSERT( rFormat.IsEmpty(), "FillFormat: Format nicht leer" );
+ OSL_ENSURE( rFormat.IsEmpty(), "FillFormat: Format nicht leer" );
std::vector<ScTableConditionalEntry*>::const_iterator iter;
for (iter = aEntries.begin(); iter != aEntries.end(); ++iter)