summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optaboutconfig.hxx')
-rw-r--r--cui/source/options/optaboutconfig.hxx23
1 files changed, 18 insertions, 5 deletions
diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx
index 969f130ad5a9..68fb0c5ac41f 100644
--- a/cui/source/options/optaboutconfig.hxx
+++ b/cui/source/options/optaboutconfig.hxx
@@ -1,16 +1,24 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef _SVX_OPTABOUTCONFIG_HXX
-#define _SVX_OPTABOUTCONFIG_HXX
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_CUI_OPTABOUTCONFIG_HXX
+#define INCLUDED_CUI_OPTBABOUTCONFIG_HXX
#include <svx/simpltabl.hxx>
-namespace svx
+namespace cui
{
class OptHeaderTabListBox;
}
-class SvxAboutConfigTabPage : public SfxTabPage
+class CuiAboutConfigTabPage : public SfxTabPage
{
private:
SvxSimpleTableContainer* m_pPrefCtrl;
@@ -18,7 +26,12 @@ private:
//PushButton* m_pDefaultBtn
PushButton* m_pEditBtn;
- ::svx::OptHeaderTabListBox* pPrefBox;
+ ::cui::OptHeaderTabListBox* pPrefBox;
public:
+ CuiAboutConfigTabPage( Window* pParent, const SfxItemSet& rItemSet );
+ ~CuiAboutConfigTabPage();
+
+ static SfxTabPage* create( Window* pParent, const SfxItemSet& rItemset );
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */