diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 20edaec0d1ed..85559454389d 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -374,7 +374,7 @@ private: // CharTimer calls this method. void DoUpdateAllCharts(); - DECL_LINK( DoUpdateModifiedOLE, Timer *, void ); + DECL_DLLPRIVATE_LINK( DoUpdateModifiedOLE, Timer *, void ); public: SwFormat *MakeCharFormat_(const OUString &, SwFormat *, bool, bool ); @@ -556,7 +556,7 @@ public: const OUString& getDocAccTitle() const { return msDocAccTitle; } // INextInterface here - DECL_LINK(CalcFieldValueHdl, EditFieldInfo*, void); + DECL_DLLPRIVATE_LINK(CalcFieldValueHdl, EditFieldInfo*, void); // OLE ??? bool IsOLEPrtNotifyPending() const { return mbOLEPrtNotifyPending; } |