diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 13:35:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 13:35:04 +0000 |
commit | b837660948c436d745d98adcb0906e7bfd03c95c (patch) | |
tree | 42c1e04fe9fe3ad2d7dca2e0afa09c2a1a7f27e8 /svx | |
parent | c337a3f704ddd187ee6569c3e70a06b95e4396bc (diff) |
INTEGRATION: CWS ab51 (1.9.42); FILE MERGED
2008/05/06 15:51:09 ab 1.9.42.1: #i88690# New Checkbox CB_EBAS_EXECTBL
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/optfltr.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/svx/source/dialog/optfltr.hxx b/svx/source/dialog/optfltr.hxx index 8cc77ee7f281..6f8c975098db 100644 --- a/svx/source/dialog/optfltr.hxx +++ b/svx/source/dialog/optfltr.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optfltr.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -49,6 +49,7 @@ class OfaMSFilterTabPage : public SfxTabPage CheckBox aWBasicStgCB; FixedLine aMSExcelGB; CheckBox aEBasicCodeCB; + CheckBox aEBasicExectblCB; CheckBox aEBasicStgCB; FixedLine aMSPPointGB; CheckBox aPBasicCodeCB; @@ -56,6 +57,8 @@ class OfaMSFilterTabPage : public SfxTabPage OfaMSFilterTabPage( Window* pParent, const SfxItemSet& rSet ); virtual ~OfaMSFilterTabPage(); + + DECL_LINK( LoadExcelBasicCheckHdl_Impl, CheckBox* ); public: static SfxTabPage* Create( Window* pParent, |