diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-09 21:28:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 11:25:42 +0200 |
commit | f845a08a6155c3f7b0e345ff5d200956fd195eb7 (patch) | |
tree | bc2d2cfab39de00c3831ecaa8a45559df3830603 /include | |
parent | 74c0eb0626b9ce8849f82249466866515bce6f22 (diff) |
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I9aca53ea7c957524a4ade0f20ef47954ddcbf5de
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/numitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index e959b70e04dd..ae7b3150d72c 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -140,7 +140,7 @@ private: OUString sCharStyleName; // Character Style - DECL_STATIC_LINK( SvxNumberFormat, GraphicArrived, void * ); + DECL_LINK( GraphicArrived, void * ); virtual void NotifyGraphicArrived(); public: explicit SvxNumberFormat( sal_Int16 nNumberingType, |