diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdograf.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx index dcf170099ea4..e86673b74899 100644 --- a/include/svx/svdograf.hxx +++ b/include/svx/svdograf.hxx @@ -112,6 +112,7 @@ private: bool ImpUpdateGraphicLink( bool bAsynchron = true ) const; void ImpSetLinkedGraphic( const Graphic& rGraphic ); DECL_LINK( ImpSwapHdl, const GraphicObject*, SvStream* ); + DECL_LINK( ReplacementSwapHdl, const GraphicObject*, SvStream* ); void onGraphicChanged(); GDIMetaFile GetMetaFile(GraphicType &rGraphicType) const; |