summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlmod_imexp
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-08-09 14:45:14 +0000
committerAndreas Bregas <ab@openoffice.org>2001-08-09 14:45:14 +0000
commitb75859f2307f6c3d34b599692ca80fc194010567 (patch)
tree6a3df779eb4111a4f6be93c4b1fcfa54add6355b /xmlscript/source/xmlmod_imexp
parent348c82218c3541291c9a9bffec1390ec66ee1bf6 (diff)
#90812# Wrong UID fixed
Diffstat (limited to 'xmlscript/source/xmlmod_imexp')
-rw-r--r--xmlscript/source/xmlmod_imexp/xmlmod_import.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
index 58e179957c86..b89493ebb638 100644
--- a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
+++ b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmod_import.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2001-05-04 09:14:57 $
+ * last change: $Author: ab $ $Date: 2001-08-09 15:45:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ OUString ModuleElement::getLocalName()
sal_Int32 ModuleElement::getUid()
throw (RuntimeException)
{
- return XMLNS_DIALOGS_UID;
+ return XMLNS_SCRIPT_UID;
}
//__________________________________________________________________________________________________
Reference< xml::sax2::XExtendedAttributes > ModuleElement::getAttributes()