summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/tabstpge.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-03 13:09:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-03 13:09:15 +0100
commita4e9c5f3420eba9d1de8817aa553d50bbf2bc81d (patch)
tree8be2ed276417ec4639c85de63a6c8a07daa2f08e /cui/source/inc/tabstpge.hxx
parentallow changing the fill color user for tab previews (diff)
downloadcore-a4e9c5f3420eba9d1de8817aa553d50bbf2bc81d.tar.gz
core-a4e9c5f3420eba9d1de8817aa553d50bbf2bc81d.zip
restore a11y relations and some other clean up
Change-Id: Ic44d45a969bc7e4c809906a59650eab1ee37c424
Diffstat (limited to 'cui/source/inc/tabstpge.hxx')
-rw-r--r--cui/source/inc/tabstpge.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx
index 8ffa90345e7e..c19f085b7981 100644
--- a/cui/source/inc/tabstpge.hxx
+++ b/cui/source/inc/tabstpge.hxx
@@ -23,6 +23,7 @@
#include <vcl/edit.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/layout.hxx>
#include <sfx2/tabdlg.hxx>
#include <editeng/tstpitem.hxx>
@@ -94,6 +95,9 @@ private:
PushButton* m_pDelAllBtn;
PushButton* m_pDelBtn;
+ VclContainer* m_pTypeFrame;
+ VclContainer* m_pFillFrame;
+
// local variables, internal functions
SvxTabStop aAktTab;
SvxTabStopItem aNewTabs;