summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/filtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/filtdlg.hxx')
-rw-r--r--sc/source/ui/inc/filtdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx
index 8677bbafe231..6ba9480fabb2 100644
--- a/sc/source/ui/inc/filtdlg.hxx
+++ b/sc/source/ui/inc/filtdlg.hxx
@@ -38,7 +38,7 @@
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
-//----------------------------------------------------------------------------
+
class ScFilterOptionsMgr;
class ScViewData;
@@ -74,22 +74,22 @@ private:
ListBox* pLbField1;
ListBox* pLbCond1;
ComboBox* pEdVal1;
- //----------------------------
+
ListBox* pLbConnect2;
ListBox* pLbField2;
ListBox* pLbCond2;
ComboBox* pEdVal2;
- //----------------------------
+
ListBox* pLbConnect3;
ListBox* pLbField3;
ListBox* pLbCond3;
ComboBox* pEdVal3;
- //----------------------------
+
ListBox* pLbConnect4;
ListBox* pLbField4;
ListBox* pLbCond4;
ComboBox* pEdVal4;
- //----------------------------
+
ScrollBar* pScrollBar;
VclExpander* pExpander;