diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 09:46:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 10:36:01 +0100 |
commit | 6db89521e2631434fbfa8b0779d6a93e512863f9 (patch) | |
tree | 5355af649594180cc04de1185878adc78e238f08 /cui/source/inc | |
parent | d2d034010950c2737bc57c26dbad8cf96cd53a5f (diff) |
flaten array of stringarrays by a level
Change-Id: I44dfe258f2220c5063b1177b67dbef71608ecef8
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuires.hrc | 1 | ||||
-rw-r--r-- | cui/source/inc/treeopt.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index efe0d202c0dc..0f57cf68ef32 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -106,7 +106,6 @@ // treeopt #define RID_SVXPAGE_COLOR (RID_SVX_START + 60) #define OFA_TP_LANGUAGES_FOR_SET_DOCUMENT_LANGUAGE ( RID_OFA_START + 256 ) -#define RID_OFADLG_OPTIONS_TREE_PAGES (RID_OFA_START + 116) // options #define RID_SVXPAGE_ONLINEUPDATE (RID_SVX_START + 298) diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx index c497b8367163..7cbbe3a6783c 100644 --- a/cui/source/inc/treeopt.hxx +++ b/cui/source/inc/treeopt.hxx @@ -194,7 +194,7 @@ public: // class OfaPageResource ------------------------------------------------- -class OfaPageResource : public Resource +class OfaPageResource { ResStringArray aGeneralDlgAry; ResStringArray aInetDlgAry; |