summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-24 15:57:34 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:39 +0200
commit89945a90590e2c9a3bea7a387cf8d9d2f5591728 (patch)
treeed9fa948888f9642fe429a6efd7cd0ea394a9f87 /cui/source/inc/iconcdlg.hxx
parentadd1351e5974a74e76f9095af1bc9c80ab543cf2 (diff)
loplugin:staticmethods
Change-Id: I3d61c1c64f7e781c032a77d5d35998e953bf5c0c
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index 74b686d17ca5..1944cb459106 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -161,15 +161,15 @@ private :
void FocusOnIcon ( sal_uInt16 nId );
protected :
- void ShowPageImpl ( IconChoicePageData* pData );
- void HidePageImpl ( IconChoicePageData* pData );
+ static void ShowPageImpl ( IconChoicePageData* pData );
+ static void HidePageImpl ( IconChoicePageData* pData );
virtual void PageCreated( sal_uInt16 nId, IconChoicePage& rPage );
- SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
+ static SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
inline SfxItemSet* GetInputSetImpl() { return const_cast<SfxItemSet*>(pSet); }
inline IconChoicePage* GetTabPage( sal_uInt16 nPageId )
- { return ( GetPageData (nPageId)->pPage?GetPageData (nPageId)->pPage.get():NULL); }
- void RefreshInputSet();
+ { return ( GetPageData (nPageId)->pPage ? GetPageData (nPageId)->pPage.get() : NULL); }
+ static void RefreshInputSet();
void ActivatePageImpl ();
bool DeActivatePageImpl ();