Kaydet (Commit) e80b5402 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Move DBG_ERROR to OSL_FAIL

üst 438fc9ea
...@@ -273,7 +273,7 @@ Sequence< RememberAuthentication > SAL_CALL OAuthenticationContinuation::getReme ...@@ -273,7 +273,7 @@ Sequence< RememberAuthentication > SAL_CALL OAuthenticationContinuation::getReme
void SAL_CALL OAuthenticationContinuation::setRememberAccount( RememberAuthentication /*Remember*/ ) throw(RuntimeException) void SAL_CALL OAuthenticationContinuation::setRememberAccount( RememberAuthentication /*Remember*/ ) throw(RuntimeException)
{ {
DBG_ERROR("OAuthenticationContinuation::setRememberAccount: not supported!"); OSL_FAIL("OAuthenticationContinuation::setRememberAccount: not supported!");
} }
/** The class OSharedConnectionManager implements a structure to share connections. /** The class OSharedConnectionManager implements a structure to share connections.
......
...@@ -744,7 +744,7 @@ namespace ...@@ -744,7 +744,7 @@ namespace
} }
catch( Exception& ) catch( Exception& )
{ {
DBG_ERROR( "LayoutManagerLock::~LayoutManagerLock: caught an exception!" ); OSL_FAIL( "LayoutManagerLock::~LayoutManagerLock: caught an exception!" );
} }
} }
}; };
......
...@@ -1086,19 +1086,19 @@ sal_Bool SAL_CALL SbaXFormAdapter::getGroupControl() throw( RuntimeException ) ...@@ -1086,19 +1086,19 @@ sal_Bool SAL_CALL SbaXFormAdapter::getGroupControl() throw( RuntimeException )
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
void SAL_CALL SbaXFormAdapter::setGroupControl(sal_Bool /*GroupControl*/) throw( RuntimeException ) void SAL_CALL SbaXFormAdapter::setGroupControl(sal_Bool /*GroupControl*/) throw( RuntimeException )
{ {
DBG_ERROR("SAL_CALL SbaXFormAdapter::setGroupControl : not supported !"); OSL_FAIL("SAL_CALL SbaXFormAdapter::setGroupControl : not supported !");
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
void SAL_CALL SbaXFormAdapter::setControlModels(const Sequence< Reference< ::com::sun::star::awt::XControlModel > >& /*Controls*/) throw( RuntimeException ) void SAL_CALL SbaXFormAdapter::setControlModels(const Sequence< Reference< ::com::sun::star::awt::XControlModel > >& /*Controls*/) throw( RuntimeException )
{ {
DBG_ERROR("SAL_CALL SbaXFormAdapter::setControlModels : not supported !"); OSL_FAIL("SAL_CALL SbaXFormAdapter::setControlModels : not supported !");
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
Sequence< Reference< ::com::sun::star::awt::XControlModel > > SAL_CALL SbaXFormAdapter::getControlModels() throw( RuntimeException ) Sequence< Reference< ::com::sun::star::awt::XControlModel > > SAL_CALL SbaXFormAdapter::getControlModels() throw( RuntimeException )
{ {
DBG_ERROR("SAL_CALL SbaXFormAdapter::getControlModels : not supported !"); OSL_FAIL("SAL_CALL SbaXFormAdapter::getControlModels : not supported !");
return Sequence< Reference< ::com::sun::star::awt::XControlModel > >(); return Sequence< Reference< ::com::sun::star::awt::XControlModel > >();
} }
...@@ -1111,7 +1111,7 @@ void SAL_CALL SbaXFormAdapter::setGroup(const Sequence< Reference< ::com::sun::s ...@@ -1111,7 +1111,7 @@ void SAL_CALL SbaXFormAdapter::setGroup(const Sequence< Reference< ::com::sun::s
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
sal_Int32 SAL_CALL SbaXFormAdapter::getGroupCount() throw( RuntimeException ) sal_Int32 SAL_CALL SbaXFormAdapter::getGroupCount() throw( RuntimeException )
{ {
DBG_ERROR("SAL_CALL SbaXFormAdapter::getGroupCount : not supported !"); OSL_FAIL("SAL_CALL SbaXFormAdapter::getGroupCount : not supported !");
return 0; return 0;
} }
......
...@@ -2264,7 +2264,7 @@ sal_Bool SbaTableQueryBrowser::ensureEntryObject( SvLBoxEntry* _pEntry ) ...@@ -2264,7 +2264,7 @@ sal_Bool SbaTableQueryBrowser::ensureEntryObject( SvLBoxEntry* _pEntry )
break; break;
default: default:
DBG_ERROR("SbaTableQueryBrowser::ensureEntryObject: ooops ... missing some implementation here!"); OSL_FAIL("SbaTableQueryBrowser::ensureEntryObject: ooops ... missing some implementation here!");
// TODO ... // TODO ...
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment