diff options
author | Thorsten Behrens <thb@openoffice.org> | 2001-07-25 10:45:09 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2001-07-25 10:45:09 +0000 |
commit | 9055140515705d60a91fcff6c35d8076a6578363 (patch) | |
tree | 076fb2e62e5aba0e1f8804161ccc90b6985d0333 /xmloff/source/forms | |
parent | 30ec981af673029fc5b825f4350bf1bfcf7ec091 (diff) |
#87913# Removed some more stuff for xmloff light
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r-- | xmloff/source/forms/formsimp.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xmloff/source/forms/formsimp.cxx b/xmloff/source/forms/formsimp.cxx index e90c7deee198..469638f5f092 100644 --- a/xmloff/source/forms/formsimp.cxx +++ b/xmloff/source/forms/formsimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formsimp.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2001-07-24 17:06:08 $ + * last change: $Author: thb $ $Date: 2001-07-25 11:45:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,9 +95,5 @@ XMLFormsContext::~XMLFormsContext() SvXMLImportContext * XMLFormsContext::CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ) { -#ifndef SVX_LIGHT return GetImport().GetFormImport()->createContext( nPrefix, rLocalName, xAttrList ); -#else - return NULL; -#endif } |