summaryrefslogtreecommitdiff
path: root/cui/source/options/optfltr.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-10-06 10:16:13 +0100
committerNoel Power <noel.power@novell.com>2010-10-06 10:16:13 +0100
commite31e563d728078ea564a3d398b74d3467e0ba56a (patch)
treed102e9168d7511047dc6f6ed33fb3a1986795159 /cui/source/options/optfltr.hxx
parenteedd208284e201e25b983a2371f8666d392c904f (diff)
initial commit for vba blob ( not including container_control stuff )
Diffstat (limited to 'cui/source/options/optfltr.hxx')
-rw-r--r--cui/source/options/optfltr.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx
index e2572e901124..e4fa2d103472 100644
--- a/cui/source/options/optfltr.hxx
+++ b/cui/source/options/optfltr.hxx
@@ -43,6 +43,7 @@ class OfaMSFilterTabPage : public SfxTabPage
{
FixedLine aMSWordGB;
CheckBox aWBasicCodeCB;
+ CheckBox aWBasicWbctblCB;
CheckBox aWBasicStgCB;
FixedLine aMSExcelGB;
CheckBox aEBasicCodeCB;
@@ -55,6 +56,7 @@ class OfaMSFilterTabPage : public SfxTabPage
OfaMSFilterTabPage( Window* pParent, const SfxItemSet& rSet );
virtual ~OfaMSFilterTabPage();
+ DECL_LINK( LoadWordBasicCheckHdl_Impl, CheckBox* );
DECL_LINK( LoadExcelBasicCheckHdl_Impl, CheckBox* );
public: