summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 12:00:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 12:00:29 +0000
commitad668bec84f74cb6d9606f567a43aa0d75f29578 (patch)
tree8068bc14d21cb3325ed8609e4cc4a1da60135cd4 /xmlscript
parente539ba51a8761752b6166fd19db690293c768168 (diff)
INTEGRATION: CWS unopkg (1.25.4); FILE MERGED
2003/09/23 08:50:51 dbo 1.25.4.1: #112208# uninitialized member access
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index 22f0e3487ffa..71eb201ea587 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_import.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: obo $ $Date: 2003-09-04 09:19:50 $
+ * last change: $Author: vg $ $Date: 2003-10-06 13:00:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ ControlElement::ControlElement(
ElementBase * pParent, DialogImport * pImport )
SAL_THROW( () )
: ElementBase(
- _pImport->XMLNS_DIALOGS_UID, rLocalName, xAttributes, pParent, pImport )
+ pImport->XMLNS_DIALOGS_UID, rLocalName, xAttributes, pParent, pImport )
{
if (_pParent)
{