summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-05-21 18:05:48 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-27 06:03:38 +0200
commit15a1ac94cdbe94c49e77d9420605df9803713fa0 (patch)
tree2a4fd9aea53f573e20cf6c3271abcea9230a9953 /sc/workben
parent2fdfcbfad3a6d4e85a2ffa1206d1dd06dc9699a5 (diff)
Follow-up of DBG_* removal
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/addin.cxx1
-rw-r--r--sc/workben/result.cxx1
-rw-r--r--sc/workben/test.cxx3
3 files changed, 1 insertions, 4 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index 189190113cf2..d05da70d39af 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.cxx
@@ -35,7 +35,6 @@
#include <usr/reflserv.hxx>
#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
-#include <tools/debug.hxx>
#include <tools/date.hxx>
#include <svl/itemprop.hxx>
#include <usr/proptypehlp.hxx>
diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx
index c74118ac4882..2909a227fed1 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.cxx
@@ -30,7 +30,6 @@
#pragma hdrstop
#endif
-#include <tools/debug.hxx>
#include <usr/ustring.hxx>
#include "result.hxx"
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index a289fff1b9be..68abbec64ff9 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include <tools/debug.hxx>
#include <svtools/libcall.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/window.hxx>
@@ -261,7 +260,7 @@ MyWindow::MyWindow( Window *pParent ) :
XSpreadsheetDocumentRef lcl_GetDocument()
{
XServiceManagerRef xProv = getGlobalServiceManager();
- DBG_ASSERT( xProv.is(), "Kein ServiceManager!" );
+ OSL_ENSURE( xProv.is(), "Kein ServiceManager!" );
XServiceRegistryRef xReg = (XServiceRegistry*)xProv->queryInterface(XServiceRegistry::getSmartUik());
if ( !xReg )