summaryrefslogtreecommitdiffstats
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:05:02 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 14:58:56 +0100
commita6e69f8fcd017519c37be409097108da6a6fcb33 (patch)
tree5906fed0faf294ccc3cc54a77a878e7b91a16f31 /sc/inc/miscuno.hxx
parentconfirmed works under windows (diff)
downloadcore-a6e69f8fcd017519c37be409097108da6a6fcb33.tar.gz
core-a6e69f8fcd017519c37be409097108da6a6fcb33.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index e845e3c466ff..6ffea3d655cf 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -64,22 +64,22 @@ sal_Bool SAL_CALL ClassName::supportsService( const ::rtl::OUString& ServiceName
const uno::Reference<beans::XPropertyChangeListener>&) \
throw(beans::UnknownPropertyException, \
lang::WrappedTargetException, uno::RuntimeException) \
- { DBG_ERROR("not implemented"); } \
+ { OSL_FAIL("not implemented"); } \
void SAL_CALL ClassName::removePropertyChangeListener( const rtl::OUString&, \
const uno::Reference<beans::XPropertyChangeListener>&) \
throw(beans::UnknownPropertyException, \
lang::WrappedTargetException, uno::RuntimeException) \
- { DBG_ERROR("not implemented"); } \
+ { OSL_FAIL("not implemented"); } \
void SAL_CALL ClassName::addVetoableChangeListener( const rtl::OUString&, \
const uno::Reference<beans::XVetoableChangeListener>&) \
throw(beans::UnknownPropertyException, \
lang::WrappedTargetException, uno::RuntimeException) \
- { DBG_ERROR("not implemented"); } \
+ { OSL_FAIL("not implemented"); } \
void SAL_CALL ClassName::removeVetoableChangeListener( const rtl::OUString&, \
const uno::Reference<beans::XVetoableChangeListener>&) \
throw(beans::UnknownPropertyException, \
lang::WrappedTargetException, uno::RuntimeException) \
- { DBG_ERROR("not implemented"); }
+ { OSL_FAIL("not implemented"); }
#define SC_QUERYINTERFACE(x) \