summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-08-25 22:27:15 +0200
committerJan Holesovsky <kendy@suse.cz>2010-08-25 22:34:06 +0200
commit78f7536260ca5edbf32f31d12a1642cf4b3da234 (patch)
tree4945d5e816a88b22a9479d6f4877c03fac42ac14 /cui/source/options/optgdlg.hxx
parentfb75a46ece4a47c1b289e95b52cbbc0fff739383 (diff)
novell-win32-odma.diff: ODMA dialog implementation.
i#6885, i#32741
Notes
Notes: split repo tag: components_OOO_BUILD_3_2_98_0
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 2b8f3d074216..01916bf95077 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -56,6 +56,7 @@ private:
FixedLine aFileDlgFL;
ReadOnlyImage aFileDlgROImage;
CheckBox aFileDlgCB;
+ CheckBox aODMADlgCB;
FixedLine aPrintDlgFL;
CheckBox aPrintDlgCB;
@@ -74,6 +75,9 @@ private:
DECL_LINK( TwoFigureConfigHdl, NumericField* );
DECL_LINK( HelpCheckHdl_Impl, CheckBox* );
DECL_LINK( HelpAgentResetHdl_Impl, PushButton* );
+#ifdef WNT
+ DECL_LINK( OnFileDlgToggled, CheckBox* );
+#endif
protected:
virtual int DeactivatePage( SfxItemSet* pSet = NULL );