diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-22 09:59:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-22 09:59:46 +0200 |
commit | 24600dcf3118cb01d57c31518d36be870f73e79c (patch) | |
tree | a52948f34190ca54071d7d457b91471fb1703ad7 /sc/inc | |
parent | 83eb114394879cbfd073322a51c47d02553c1fcf (diff) |
loplugin:constantfunction
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 9af6eef3765d..369066b6dd1d 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -78,8 +78,6 @@ private: ScExternalRefLink() SAL_DELETED_FUNCTION; ScExternalRefLink(const ScExternalRefLink&) SAL_DELETED_FUNCTION; - DECL_STATIC_LINK( ScExternalRefLink, ExternalRefEndEditHdl, void* ); - sal_uInt16 mnFileId; OUString maFilterName; ScDocument* mpDoc; |