diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optaboutconfig.hxx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx new file mode 100644 index 000000000000..969f130ad5a9 --- /dev/null +++ b/cui/source/options/optaboutconfig.hxx @@ -0,0 +1,24 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +#ifndef _SVX_OPTABOUTCONFIG_HXX +#define _SVX_OPTABOUTCONFIG_HXX + +#include <svx/simpltabl.hxx> + +namespace svx +{ + class OptHeaderTabListBox; +} + + +class SvxAboutConfigTabPage : public SfxTabPage +{ +private: + SvxSimpleTableContainer* m_pPrefCtrl; + //In case of tab page we can think a revert button + //PushButton* m_pDefaultBtn + PushButton* m_pEditBtn; + + ::svx::OptHeaderTabListBox* pPrefBox; +public: +} +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |