summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tphf.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2013-03-01 00:44:20 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-03-04 11:20:02 +0000
commit5c2d43d25b98c05af0f9a7f126101c3b8fd7271f (patch)
tree350b95cf29d52b2261671c3358caab0ea8aebaf4 /sc/source/ui/inc/tphf.hxx
parent35a2f39de795fca22696224d4490224a6cf93d21 (diff)
Convert page header/footer to new widget UI
* The widget UI needs further work for better display, but all elements are there * Fix First page toggle with header/footer on/off * Calculations for Edit button position in Calc discarded. * Some comments in German translated * Need to address helpID's Change-Id: Iab4eec4fb2497d17c8eb1ab2bab7c31b028af7b0 Reviewed-on: https://gerrit.libreoffice.org/2478 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/tphf.hxx')
-rw-r--r--sc/source/ui/inc/tphf.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tphf.hxx b/sc/source/ui/inc/tphf.hxx
index 40b822f43e45..e952a410123a 100644
--- a/sc/source/ui/inc/tphf.hxx
+++ b/sc/source/ui/inc/tphf.hxx
@@ -20,7 +20,6 @@
#ifndef SC_TPHF_HXX
#define SC_TPHF_HXX
-
#include <svx/hdft.hxx>
class ScStyleDlg;
@@ -40,7 +39,6 @@ public:
protected:
ScHFPage( Window* pParent,
- sal_uInt16 nResId,
const SfxItemSet& rSet,
sal_uInt16 nSetId );
@@ -50,10 +48,10 @@ protected:
virtual int DeactivatePage( SfxItemSet* pSet = 0 );
private:
- PushButton aBtnEdit;
+ PushButton* m_pBtnEdit;
SfxItemSet aDataSet;
- String aStrPageStyle;
- sal_uInt16 nPageUsage;
+ OUString aStrPageStyle;
+ sal_uInt16 nPageUsage;
const ScStyleDlg* pStyleDlg;
#ifdef _TPHF_CXX