summaryrefslogtreecommitdiff
path: root/sc/inc/scmod.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/inc/scmod.hxx
parent6ca16a4cad999dbb0296ea64db2263a26e52f36c (diff)
loplugin:staticmethods
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r--sc/inc/scmod.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 31d90b6b00d8..f51949b0596e 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -137,7 +137,7 @@ public:
void Execute( SfxRequest& rReq );
void GetState( SfxItemSet& rSet );
- void HideDisabledSlots( SfxItemSet& rSet );
+ static void HideDisabledSlots( SfxItemSet& rSet );
void AnythingChanged();
@@ -154,7 +154,7 @@ public:
const ScClipData& GetClipData() const { return *mpClipData;}
void SetClipObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj );
- ScDocument* GetClipDoc(); // called from document - should be removed later
+ static ScDocument* GetClipDoc(); // called from document - should be removed later
// X selection:
ScSelectionTransferObj* GetSelectionTransfer() const { return pSelTransfer; }
@@ -185,7 +185,7 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO
SC_DLLPUBLIC void SetInputOptions ( const ScInputOptions& rOpt );
void SetPrintOptions ( const ScPrintOptions& rOpt );
void InsertEntryToLRUList(sal_uInt16 nFIndex);
- void RecentFunctionsChanged();
+ static void RecentFunctionsChanged();
static void GetSpellSettings( sal_uInt16& rDefLang, sal_uInt16& rCjkLang, sal_uInt16& rCtlLang,
bool& rAutoSpell );