diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-29 15:57:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:40 +0200 |
commit | 03e6cc9130864adcea5a1ae5440f24a9c128e8d6 (patch) | |
tree | 4d8245b295c316bc71dc713c4691322c27a37d12 /sc/source/ui/inc/inputhdl.hxx | |
parent | 6ca16a4cad999dbb0296ea64db2263a26e52f36c (diff) |
loplugin:staticmethods
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r-- | sc/source/ui/inc/inputhdl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index dfad789dcf40..e5820b8ed39d 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -134,7 +134,7 @@ private: bool StartTable( sal_Unicode cTyped, bool bFromCommand, bool bInputActivated ); void RemoveSelection(); void UpdateFormulaMode(); - void InvalidateAttribs(); + static void InvalidateAttribs(); void ImplCreateEditEngine(); DECL_LINK( DelayTimer, Timer* ); void GetColData(); |