Kaydet (Commit) a7688c74 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbgmacros1 (1.2.106); FILE MERGED

2003/04/09 10:47:32 kso 1.2.106.1: #108413# - debug macro unification.
üst d1a0c91c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: oinstanceprovider.cxx,v $ * $RCSfile: oinstanceprovider.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2001-11-01 17:00:16 $ * last change: $Author: vg $ $Date: 2003-04-15 15:46:05 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -209,7 +209,7 @@ Reference< XInterface > SAL_CALL OInstanceProvider::getInstance( const OUString& ...@@ -209,7 +209,7 @@ Reference< XInterface > SAL_CALL OInstanceProvider::getInstance( const OUString&
But ... look for right testing! See using of this methods! But ... look for right testing! See using of this methods!
-----------------------------------------------------------------------------------------------------------------*/ -----------------------------------------------------------------------------------------------------------------*/
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
//***************************************************************************************************************** //*****************************************************************************************************************
sal_Bool OInstanceProvider::impldbg_checkParameter_getInstance( const OUString& sInstanceName ) sal_Bool OInstanceProvider::impldbg_checkParameter_getInstance( const OUString& sInstanceName )
...@@ -230,4 +230,4 @@ sal_Bool OInstanceProvider::impldbg_checkParameter_getInstance( const OUString& ...@@ -230,4 +230,4 @@ sal_Bool OInstanceProvider::impldbg_checkParameter_getInstance( const OUString&
return bOK ; return bOK ;
} }
#endif // #ifdef ENABLE_ASSERTIONS #endif // #ifdef OSL_DEBUG_LEVEL
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: oinstanceprovider.hxx,v $ * $RCSfile: oinstanceprovider.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2001-11-01 17:00:16 $ * last change: $Author: vg $ $Date: 2003-04-15 15:46:17 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -236,13 +236,13 @@ class OInstanceProvider : public XINSTANCEPROVIDER , ...@@ -236,13 +236,13 @@ class OInstanceProvider : public XINSTANCEPROVIDER ,
@onerror - @onerror -
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
private: private:
sal_Bool impldbg_checkParameter_getInstance( const OUSTRING& sInstanceName ); sal_Bool impldbg_checkParameter_getInstance( const OUSTRING& sInstanceName );
#endif // #ifdef ENABLE_ASSERTIONS #endif // #ifdef OSL_DEBUG_LEVEL
//------------------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------------------
// variables // variables
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: opluginframefactory.cxx,v $ * $RCSfile: opluginframefactory.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2001-11-01 17:00:16 $ * last change: $Author: vg $ $Date: 2003-04-15 15:46:26 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -218,7 +218,7 @@ Reference< XInterface > SAL_CALL OPlugInFrameFactory::createInstanceWithArgument ...@@ -218,7 +218,7 @@ Reference< XInterface > SAL_CALL OPlugInFrameFactory::createInstanceWithArgument
But ... look for right testing! See using of this methods! But ... look for right testing! See using of this methods!
-----------------------------------------------------------------------------------------------------------------*/ -----------------------------------------------------------------------------------------------------------------*/
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
//***************************************************************************************************************** //*****************************************************************************************************************
sal_Bool OPlugInFrameFactory::impldbg_checkParameter_createInstanceWithArguments( const Sequence< Any >& seqArguments ) sal_Bool OPlugInFrameFactory::impldbg_checkParameter_createInstanceWithArguments( const Sequence< Any >& seqArguments )
...@@ -237,4 +237,4 @@ sal_Bool OPlugInFrameFactory::impldbg_checkParameter_createInstanceWithArguments ...@@ -237,4 +237,4 @@ sal_Bool OPlugInFrameFactory::impldbg_checkParameter_createInstanceWithArguments
return bOK ; return bOK ;
} }
#endif // #ifdef ENABLE_ASSERTIONS #endif // #ifdef OSL_DEBUG_LEVEL
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