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

INTEGRATION: CWS dbgmacros1 (1.10.2.2.18); FILE MERGED

2003/04/10 09:32:51 kso 1.10.2.2.18.1: #108413# - debug macro unification.
üst ea181565
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: propertyimport.hxx,v $ * $RCSfile: propertyimport.hxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: hr $ $Date: 2003-03-27 18:20:26 $ * last change: $Author: vg $ $Date: 2003-04-15 16:33:40 $
* *
* 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
...@@ -201,7 +201,7 @@ namespace xmloff ...@@ -201,7 +201,7 @@ namespace xmloff
sal_uInt16 _nPrefix, const ::rtl::OUString& _rLocalName, sal_uInt16 _nPrefix, const ::rtl::OUString& _rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList); const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList);
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
virtual void StartElement( virtual void StartElement(
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList); const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList);
virtual void Characters(const ::rtl::OUString& _rChars); virtual void Characters(const ::rtl::OUString& _rChars);
...@@ -232,7 +232,7 @@ namespace xmloff ...@@ -232,7 +232,7 @@ namespace xmloff
virtual void StartElement( virtual void StartElement(
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList); const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList);
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
virtual void Characters(const ::rtl::OUString& _rChars); virtual void Characters(const ::rtl::OUString& _rChars);
#endif #endif
virtual void EndElement(); virtual void EndElement();
......
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