diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-14 17:57:18 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-14 17:57:18 +0200 |
commit | 3039b7cae36abb7e9bfffa4fbbba023721376568 (patch) | |
tree | ce5f0ff1f9bd5794dad607708349bfda4b992bc8 /sw/inc | |
parent | 1c8c85e3866b1a6b35baafd3482ff7ef494a0f24 (diff) |
loplugin:staticmethods
Change-Id: I40d08932115e07470de73b0f0dc9b9b03e608fbe
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndgrf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index d80d77d4db27..60ae5ca36cb4 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -71,7 +71,7 @@ class SW_DLLPUBLIC SwGrfNode: public SwNoTextNode bool ImportGraphic( SvStream& rStrm ); DECL_LINK( SwapGraphic, const GraphicObject*, SvStream* ); - DECL_LINK( SwapReplacement, const GraphicObject*, SvStream* ); + DECL_STATIC_LINK( SwGrfNode, SwapReplacement, const GraphicObject*, SvStream* ); /** helper method to determine stream for the embedded graphic. |