cui/source/options/optaboutconfig.hxx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
New commits: commit dc142bde4f9f2fbc0e37cf7911cc514e294904cc Author: Efe Gürkan YALAMAN <[email protected]> Date: Wed Jun 19 21:07:55 2013 +0300 about config page header prototype prototype is added for about:config utility as SfxTabPage. Change-Id: I5146c0615a42f0ae084b3ec29b6b5f3b6677d9c6 diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx new file mode 100644 index 0000000..969f130a --- /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: */
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
