summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuiimoptdlg.hxx
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2015-12-17 13:37:04 +0100
committerOliver Specht <oliver.specht@cib.de>2015-12-17 18:55:38 +0000
commit4b8fd386aa8c20b56f6cba0683a22ce37c8ccc26 (patch)
treef33bdee9dd4a56157b9344c567cb6fbb503549a5 /sc/source/ui/inc/scuiimoptdlg.hxx
parente1f3d2cce6e2717189ab8a1e85b98f28df05734b (diff)
tdf#90598: filter options dialog controls expandable
listboxes are expandable horizontally and in non-dropdown mode also vertically Change-Id: I77fdc332ee79437c054e6a0d7f8e3c87e1ff3791 Reviewed-on: https://gerrit.libreoffice.org/20763 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/scuiimoptdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx
index e254d45e2d1c..9848e332e1f0 100644
--- a/sc/source/ui/inc/scuiimoptdlg.hxx
+++ b/sc/source/ui/inc/scuiimoptdlg.hxx
@@ -44,6 +44,7 @@ public:
private:
VclPtr<VclFrame> m_pFieldFrame;
VclPtr<FixedText> m_pFtCharset;
+ VclPtr<VclContainer> m_pEncGrid;
VclPtr<SvxTextEncodingBox> m_pLbCharset;
VclPtr<FixedText> m_pFtFieldSep;
VclPtr<ComboBox> m_pEdFieldSep;
@@ -55,6 +56,7 @@ private:
VclPtr<CheckBox> m_pCbFixed;
VclPtr<OKButton> m_pBtnOk;
+
ScDelimiterTable* pFieldSepTab;
ScDelimiterTable* pTextSepTab;