diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-01-11 11:07:00 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-01-11 11:07:00 +0000 |
commit | 38108a5439c19c5ae6097ff5260eb6bd597754c2 (patch) | |
tree | f211ea19199367b49b8071027f9a54715caa0db7 /xmloff/source/text/txtimp.cxx | |
parent | f16e9b23f8aacb8509bc7336a0b96f359bbf0b4a (diff) |
INTEGRATION: CWS sb19 (1.105.54); FILE MERGED
2004/12/21 09:03:53 sb 1.105.54.4: RESYNC: (1.109-1.110); FILE MERGED
2004/12/08 10:57:31 sb 1.105.54.3: RESYNC: (1.106-1.109); FILE MERGED
2004/10/11 13:03:55 sb 1.105.54.2: RESYNC: (1.105-1.106); FILE MERGED
2004/10/07 14:23:21 os 1.105.54.1: #110409# static base URL has gone
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index c18d7fd0d0..9a227505ba 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtimp.cxx,v $ * - * $Revision: 1.110 $ + * $Revision: 1.111 $ * - * last change: $Author: kz $ $Date: 2004-12-08 17:36:43 $ + * last change: $Author: rt $ $Date: 2005-01-11 12:07:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -543,6 +543,7 @@ XMLTextImportHelper::XMLTextImportHelper( sal_Bool bPrg, sal_Bool bBlockM, sal_Bool bOrganizerM ) : + rSvXMLImport( rImport ), pTextElemTokenMap( 0 ), pTextPElemTokenMap( 0 ), pTextPAttrTokenMap( 0 ), |