Kaydet (Commit) 25d72a50 authored tarafından Daniel Boelzle's avatar Daniel Boelzle

removed import/ export of class-id

üst a270394a
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: dialog.dtd,v 1.5 2001-03-01 11:52:05 dbo Exp $
$Id: dialog.dtd,v 1.6 2001-03-01 13:14:50 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
......@@ -63,7 +63,6 @@
dialog:width %numeric; #REQUIRED
dialog:height %numeric; #REQUIRED
dialog:style-id CDATA #IMPLIED
dialog:class-id CDATA #IMPLIED
dialog:tab-index %numeric; #IMPLIED
dialog:disabled %boolean; #IMPLIED
dialog:printable %boolean; #IMPLIED
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_export.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: dbo $ $Date: 2001-03-01 11:52:05 $
* last change: $Author: dbo $ $Date: 2001-03-01 13:14:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -688,8 +688,6 @@ void ElementDescriptor::readDefaults()
Any a( _xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Name") ) ) );
addAttr( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":id") ),
* reinterpret_cast< const OUString * >( a.getValue() ) );
readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ClassId") ),
OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":class-id") ) );
readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TabIndex") ),
OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tab-index") ) );
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_import.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: dbo $ $Date: 2001-03-01 11:22:45 $
* last change: $Author: dbo $ $Date: 2001-03-01 13:14:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -820,9 +820,6 @@ void ControlImportContext::importDefaults(
OUString( RTL_CONSTASCII_USTRINGPARAM("Name") ),
makeAny( _aId ) );
importStringProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("ClassId") ),
OUString( RTL_CONSTASCII_USTRINGPARAM("class-id") ),
xAttributes );
importLongProperty( OUString( RTL_CONSTASCII_USTRINGPARAM("TabIndex") ),
OUString( RTL_CONSTASCII_USTRINGPARAM("tab-index") ),
xAttributes );
......
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