diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-14 13:33:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-14 13:33:58 +0000 |
commit | 0ae91bb98ff394612b5b07f576d739afe8ef0f25 (patch) | |
tree | da4b63e455ee7ca7661ab28497c65c7cf2081fed /xmloff/source/forms | |
parent | 84eefbad7c086ee16bb099a237af405fd8e22df7 (diff) |
#i10000# Merge error: AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rtl::OUString& _rValue ) was missing in case of DBG_UTIL
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r-- | xmloff/source/forms/propertyexport.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx index 00ac840af2e1..9ea8013e3f48 100644 --- a/xmloff/source/forms/propertyexport.hxx +++ b/xmloff/source/forms/propertyexport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyexport.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:31:11 $ + * last change: $Author: rt $ $Date: 2004-07-14 14:33:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -383,6 +383,7 @@ namespace xmloff #ifdef DBG_UTIL void AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUString& _rValue); + void AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rtl::OUString& _rValue ); void AddAttributeASCII( sal_uInt16 nPrefix, const sal_Char *pName, const sal_Char *pValue ); void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const ::rtl::OUString& _rValue); void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token::XMLTokenEnum _eValue ); |