diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-11-05 14:24:12 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-11-05 14:24:12 +0000 |
commit | c5c117f4cb2961d5b54a2e425f4705cfa80ec99d (patch) | |
tree | f0415c07efe0af6599d11bd0eb681da28fb4c3be /xmloff | |
parent | 9b7b8b5bd0f3e8255c72dcacdd228c148d421ff7 (diff) |
#94194# +m_bEncounteredLSAttrib
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/elementimport.hxx | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index a88865c25b83..5ff34e39619c 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: elementimport.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: fs $ $Date: 2001-06-25 13:32:38 $ + * last change: $Author: fs $ $Date: 2001-11-05 15:24:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -408,14 +408,16 @@ namespace xmloff ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aValueList; - sal_Int32 m_nEmptyListItems; - sal_Int32 m_nEmptyValueItems; - ::com::sun::star::uno::Sequence< sal_Int16 > m_aSelectedSeq; ::com::sun::star::uno::Sequence< sal_Int16 > m_aDefaultSelectedSeq; + sal_Int32 m_nEmptyListItems; + sal_Int32 m_nEmptyValueItems; + + sal_Bool m_bEncounteredLSAttrib; + public: OListAndComboImport( IFormsImportContext& _rImport, IEventAttacherManager& _rEventManager, sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, @@ -637,6 +639,9 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.13 2001/06/25 13:32:38 fs + * #88691# TargetURL property value must be saved relative to own document + * * Revision 1.12 2001/05/21 13:33:48 fs * #85388# +m_nEmptyXXXItems/+implEmptyXXXFound * |