summaryrefslogtreecommitdiffstats
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:43:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:12 +0100
commit843d3a9d87a784d202bcd06cfc69f84e4c2aa480 (patch)
tree32b8cf141aed2b3d482bac4a1988f15444ea7da0 /sw/inc/numrule.hxx
parentRemove needless SW_DLLPRIVATE annotations (diff)
downloadcore-843d3a9d87a784d202bcd06cfc69f84e4c2aa480.tar.gz
core-843d3a9d87a784d202bcd06cfc69f84e4c2aa480.zip
Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirection
Change-Id: I5498266e5496f196d420a2897b804da8599917b5
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 1dbfbfc9fcb9..68c9f282832b 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -52,8 +52,8 @@ class SW_DLLPUBLIC SwNumFmt : public SvxNumberFormat, public SwClient
SwFmtVertOrient* pVertOrient;
//For i120928,record the cp info of graphic within bullet
sal_Unicode cGrfBulletCP;
- SW_DLLPRIVATE void UpdateNumNodes( SwDoc* pDoc );
- SW_DLLPRIVATE virtual void NotifyGraphicArrived();
+ SAL_DLLPRIVATE void UpdateNumNodes( SwDoc* pDoc );
+ SAL_DLLPRIVATE virtual void NotifyGraphicArrived();
using SvxNumberFormat::operator ==;
using SvxNumberFormat::operator !=;