summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.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/docstyle.hxx
parent06f45db7eee542a0dc869db1ac26c1ea6f77570f (diff)
Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirection
Change-Id: I5498266e5496f196d420a2897b804da8599917b5
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index a08ff60a9c83..f213eefd10c2 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -68,7 +68,7 @@ class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase
/// Make empty shell a real StyleSheet (Core).
- SW_DLLPRIVATE void Create();
+ SAL_DLLPRIVATE void Create();
/// Fill StyleSheet with data.
enum FillStyleType {
@@ -77,7 +77,7 @@ class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase
FillPhysical
};
- SW_DLLPRIVATE sal_Bool FillStyleSheet( FillStyleType eFType );
+ SAL_DLLPRIVATE sal_Bool FillStyleSheet( FillStyleType eFType );
protected:
virtual ~SwDocStyleSheet();