summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scuitphfedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/scuitphfedit.hxx')
-rw-r--r--sc/source/ui/inc/scuitphfedit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/scuitphfedit.hxx b/sc/source/ui/inc/scuitphfedit.hxx
index 4d84365f85d6..79e1077d425f 100644
--- a/sc/source/ui/inc/scuitphfedit.hxx
+++ b/sc/source/ui/inc/scuitphfedit.hxx
@@ -56,12 +56,12 @@ public:
protected:
ScHFEditPage( weld::Container* pPage, weld::DialogController* pController,
const SfxItemSet& rCoreSet,
- sal_uInt16 nWhich,
+ TypedWhichId<ScPageHFItem> nWhich,
bool bHeader );
virtual ~ScHFEditPage() override;
private:
- sal_uInt16 nWhich;
+ TypedWhichId<ScPageHFItem> nWhich;
bool m_bDropDownActive;
sal_Int64 m_nTimeToggled;