diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-06-11 11:23:55 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-06-11 11:23:55 +0000 |
commit | e585b13d15cbeed0b7b668e99e8282fbf22f73af (patch) | |
tree | 24d020c685811ea74995ebb1c3e23329f38c763b /xmloff/inc/txtvfldi.hxx | |
parent | e4ab29a2778a72c79ede9e60b3bbbd2c40310bae (diff) |
#99980# load/save data command type
Diffstat (limited to 'xmloff/inc/txtvfldi.hxx')
-rw-r--r-- | xmloff/inc/txtvfldi.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx index 5bdc609bf0fc..dc21db29ddf4 100644 --- a/xmloff/inc/txtvfldi.hxx +++ b/xmloff/inc/txtvfldi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtvfldi.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dvo $ $Date: 2001-10-25 12:37:11 $ + * last change: $Author: dvo $ $Date: 2002-06-11 12:23:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -614,11 +614,14 @@ class XMLDatabaseDisplayImportContext : public XMLDatabaseFieldImportContext const ::rtl::OUString sPropertyColumnName; const ::rtl::OUString sPropertyDatabaseFormat; const ::rtl::OUString sPropertyCurrentPresentation; + const ::rtl::OUString sPropertyDataCommandType; XMLValueImportHelper aValueHelper; ::rtl::OUString sColumnName; + sal_Int16 nCommandType; sal_Bool bColumnOK; + sal_Bool bCommandTypeOK; public: |