diff options
Diffstat (limited to 'sc/source/ui/inc/styledlg.hxx')
-rw-r--r-- | sc/source/ui/inc/styledlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/styledlg.hxx b/sc/source/ui/inc/styledlg.hxx index 04a70a1f7633..b91572c35772 100644 --- a/sc/source/ui/inc/styledlg.hxx +++ b/sc/source/ui/inc/styledlg.hxx @@ -33,7 +33,7 @@ public: protected: virtual void PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) SAL_OVERRIDE; - virtual const SfxItemSet* GetRefreshedSet() SAL_OVERRIDE; + virtual void RefreshInputSet() SAL_OVERRIDE; private: sal_uInt16 nDlgRsc; |