summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabvwsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-29 15:57:22 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit03e6cc9130864adcea5a1ae5440f24a9c128e8d6 (patch)
tree4d8245b295c316bc71dc713c4691322c27a37d12 /sc/source/ui/inc/tabvwsh.hxx
parent6ca16a4cad999dbb0296ea64db2263a26e52f36c (diff)
loplugin:staticmethods
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index c06fdf2a44d9..4bc50e5ed59a 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -278,7 +278,7 @@ public:
void GetImageMapState( SfxItemSet& rSet );
void ExecTbx( SfxRequest& rReq );
- void GetTbxState( SfxItemSet& rSet );
+ static void GetTbxState( SfxItemSet& rSet );
void ExecuteSave( SfxRequest& rReq );
void GetSaveState( SfxItemSet& rSet );
@@ -287,8 +287,8 @@ public:
void ExecuteUndo(SfxRequest& rReq);
void GetUndoState(SfxItemSet &rSet);
- void ExecuteSbx( SfxRequest& rReq );
- void GetSbxState( SfxItemSet& rSet );
+ static void ExecuteSbx( SfxRequest& rReq );
+ static void GetSbxState( SfxItemSet& rSet );
void ExecuteObject(SfxRequest& rReq);
void GetObjectState(SfxItemSet &rSet);
@@ -382,11 +382,11 @@ public:
void ForceMove() { Move(); }
- SvxNumberInfoItem* MakeNumberInfoItem( ScDocument* pDoc, ScViewData* pViewData );
+ static SvxNumberInfoItem* MakeNumberInfoItem( ScDocument* pDoc, ScViewData* pViewData );
- void UpdateNumberFormatter ( const SvxNumberInfoItem& rInfoItem );
+ static void UpdateNumberFormatter( const SvxNumberInfoItem& rInfoItem );
- void ExecuteCellFormatDlg ( SfxRequest& rReq, const OString &rTabPage = OString());
+ void ExecuteCellFormatDlg( SfxRequest& rReq, const OString &rTabPage = OString());
bool GetFunction( OUString& rFuncStr, sal_uInt16 nErrCode = 0 );