summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unomodel.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:06:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 15:03:01 +0100
commitf4aaa487d7e90c8f4e8ccfcf80adb69904cffdd6 (patch)
tree6b70319ed584a13db025a28c05cde14ccd018758 /sd/source/ui/unoidl/unomodel.cxx
parent310a1740120521869af5b2d1503a14b5c138aed2 (diff)
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sd/source/ui/unoidl/unomodel.cxx')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 3624ab7ce980..1a41057c6434 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -227,7 +227,7 @@ SdXImpressDocument::SdXImpressDocument (::sd::DrawDocShell* pShell, bool bClipBo
}
else
{
- DBG_ERROR("DocShell is invalid");
+ OSL_FAIL("DocShell is invalid");
}
}
@@ -246,7 +246,7 @@ SdXImpressDocument::SdXImpressDocument( SdDrawDocument* pDoc, bool bClipBoard )
}
else
{
- DBG_ERROR("SdDrawDocument is invalid");
+ OSL_FAIL("SdDrawDocument is invalid");
}
}
@@ -2538,12 +2538,12 @@ void SAL_CALL SdDrawPagesAccess::dispose( ) throw (uno::RuntimeException)
void SAL_CALL SdDrawPagesAccess::addEventListener( const uno::Reference< lang::XEventListener >& ) throw (uno::RuntimeException)
{
- DBG_ERROR( "not implemented!" );
+ OSL_FAIL( "not implemented!" );
}
void SAL_CALL SdDrawPagesAccess::removeEventListener( const uno::Reference< lang::XEventListener >& ) throw (uno::RuntimeException)
{
- DBG_ERROR( "not implemented!" );
+ OSL_FAIL( "not implemented!" );
}
//=============================================================================
@@ -2567,12 +2567,12 @@ void SAL_CALL SdMasterPagesAccess::dispose( ) throw (uno::RuntimeException)
void SAL_CALL SdMasterPagesAccess::addEventListener( const uno::Reference< lang::XEventListener >& ) throw (uno::RuntimeException)
{
- DBG_ERROR( "not implemented!" );
+ OSL_FAIL( "not implemented!" );
}
void SAL_CALL SdMasterPagesAccess::removeEventListener( const uno::Reference< lang::XEventListener >& ) throw (uno::RuntimeException)
{
- DBG_ERROR( "not implemented!" );
+ OSL_FAIL( "not implemented!" );
}
// XIndexAccess
@@ -2820,12 +2820,12 @@ void SAL_CALL SdDocLinkTargets::dispose( ) throw (uno::RuntimeException)
void SAL_CALL SdDocLinkTargets::addEventListener( const uno::Reference< lang::XEventListener >& ) throw (uno::RuntimeException)
{
- DBG_ERROR( "not implemented!" );
+ OSL_FAIL( "not implemented!" );
}
void SAL_CALL SdDocLinkTargets::removeEventListener( const uno::Reference< lang::XEventListener >& ) throw (uno::RuntimeException)
{
- DBG_ERROR( "not implemented!" );
+ OSL_FAIL( "not implemented!" );
}
// XNameAccess