diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-04-03 12:13:48 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-04-03 12:13:48 +0000 |
commit | 52fd5598187f131e68269b20eea31f800cf62cdc (patch) | |
tree | 0e4b50aa08495d178c47822a510eeb168ba38443 /xmlscript/source | |
parent | 633236600a45e63d56c7ec812f4e42efa690b899 (diff) |
#85648#: removed readStringAttr HelpText
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_export.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx index 279047c418ad..bd3c97a06289 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmldlg_export.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dbo $ $Date: 2001-03-28 10:50:37 $ + * last change: $Author: tbe $ $Date: 2001-04-03 13:13:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1072,8 +1072,8 @@ void SAL_CALL exportDialogModel( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":page") ) ); pWindow->readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tag") ), OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tag") ) ); - pWindow->readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("HelpText") ), - OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":helptext") ) ); + //pWindow->readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("HelpText") ), + // OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":helptext") ) ); xOut->ignorableWhitespace( OUString() ); xOut->startElement( aWindowName, xWindow ); |