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

INTEGRATION: CWS dbgmacros1 (1.18.2.2.64); FILE MERGED

2003/04/10 09:32:50 kso 1.18.2.2.64.1: #108413# - debug macro unification.
üst decb7069
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: layerexport.cxx,v $ * $RCSfile: layerexport.cxx,v $
* *
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* last change: $Author: hr $ $Date: 2003-03-27 18:20:24 $ * last change: $Author: vg $ $Date: 2003-04-15 16:33:18 $
* *
* 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
...@@ -378,7 +378,7 @@ namespace xmloff ...@@ -378,7 +378,7 @@ namespace xmloff
if (!implCheckPage(_rxDrawPage, xCollectionIndex)) if (!implCheckPage(_rxDrawPage, xCollectionIndex))
return; return;
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
sal_Bool bPageIsKnown = sal_Bool bPageIsKnown =
#endif #endif
implMoveIterators(_rxDrawPage, sal_False); implMoveIterators(_rxDrawPage, sal_False);
...@@ -475,7 +475,7 @@ namespace xmloff ...@@ -475,7 +475,7 @@ namespace xmloff
return; return;
// move the iterator which specify the currently handled page // move the iterator which specify the currently handled page
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
sal_Bool bPageIsKnown = sal_Bool bPageIsKnown =
#endif #endif
implMoveIterators(_rxDrawPage, sal_True); implMoveIterators(_rxDrawPage, sal_True);
...@@ -797,7 +797,7 @@ namespace xmloff ...@@ -797,7 +797,7 @@ namespace xmloff
{ {
Reference< XPropertySet > xProps( _rxControl, UNO_QUERY ); Reference< XPropertySet > xProps( _rxControl, UNO_QUERY );
OSL_ENSURE( xProps.is(), "OFormLayerXMLExport_Impl::excludeFromExport: invalid control model!" ); OSL_ENSURE( xProps.is(), "OFormLayerXMLExport_Impl::excludeFromExport: invalid control model!" );
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
::std::pair< PropertySetBag::iterator, bool > aPos = ::std::pair< PropertySetBag::iterator, bool > aPos =
#endif #endif
m_aIgnoreList.insert( xProps ); m_aIgnoreList.insert( xProps );
......
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