summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mork/MorkParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MorkParser.hxx')
-rw-r--r--connectivity/source/drivers/mork/MorkParser.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx
index 1effb8f41397..a6ffc852ae62 100644
--- a/connectivity/source/drivers/mork/MorkParser.hxx
+++ b/connectivity/source/drivers/mork/MorkParser.hxx
@@ -36,6 +36,7 @@
#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MORKPARSER_HXX
#include <sal/types.h>
+#include <rtl/ustring.hxx>
#include <string>
#include <map>
@@ -113,6 +114,9 @@ public:
void dump();
+ // All lists
+ std::vector<OUString> lists_;
+
protected: // Members
void initVars();
@@ -149,6 +153,7 @@ protected: // Data
// All Mork data
std::string morkData_;
+
unsigned morkPos_;
int nextAddValueId_;
int defaultScope_;