summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-20 09:36:16 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-20 09:48:29 +0200
commit9e2d2822063729f450adb734f58106bb64695ce6 (patch)
tree7e8da1c18bde3ae1615778e45b08bed139d2f103 /l10ntools/inc
parent75c87c417b6fbb82d956a803f065c9c49d0d62f4 (diff)
Delete some unneeded member of ResData
nChildIndex and bRestMerges are simple unused. nWidth is an obsolote attribute Change-Id: I669a17cefb3dc8628ce2c8d9db8abac630fc3cde
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 35f97724cebe..2230569700b8 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -111,8 +111,6 @@ public:
~ResData();
sal_Bool SetId(const OString &rId, sal_uInt16 nLevel);
- sal_Int32 nWidth;
- sal_uInt16 nChildIndex;
sal_uInt16 nIdLevel;
sal_Bool bChild;
sal_Bool bChildWithText;
@@ -123,8 +121,6 @@ public:
sal_Bool bTitle;
sal_Bool bList;
- sal_Bool bRestMerged;
-
OString sResTyp;
OString sId;
OString sGId;