diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 14:43:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:12 +0100 |
commit | 843d3a9d87a784d202bcd06cfc69f84e4c2aa480 (patch) | |
tree | 32b8cf141aed2b3d482bac4a1988f15444ea7da0 /sw/inc/fmtfld.hxx | |
parent | 06f45db7eee542a0dc869db1ac26c1ea6f77570f (diff) |
Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirection
Change-Id: I5498266e5496f196d420a2897b804da8599917b5
Diffstat (limited to 'sw/inc/fmtfld.hxx')
-rw-r--r-- | sw/inc/fmtfld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index b545328fe072..46021a44cf01 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -106,10 +106,10 @@ public: bool IsFldInDoc() const; sal_Bool IsProtect() const; - SW_DLLPRIVATE ::com::sun::star::uno::WeakReference< + SAL_DLLPRIVATE ::com::sun::star::uno::WeakReference< ::com::sun::star::text::XTextField> const& GetXTextField() const { return m_wXTextField; } - SW_DLLPRIVATE void SetXTextField(::com::sun::star::uno::Reference< + SAL_DLLPRIVATE void SetXTextField(::com::sun::star::uno::Reference< ::com::sun::star::text::XTextField> const& xTextField) { m_wXTextField = xTextField; } }; |