summaryrefslogtreecommitdiff
path: root/sc/inc/userlist.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:14:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:11 +0100
commit47811d4cf17688b2db5910e2cd500143137fd6f1 (patch)
treedc9d86a2138a697c410eed9292d27f45a1d85e7e /sc/inc/userlist.hxx
parent859e8bea5e2552e65f288387c82c949a883ff64e (diff)
Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirection
Change-Id: I1360a96ebe33bd6d70ac7728844c4ba1137e51ab
Diffstat (limited to 'sc/inc/userlist.hxx')
-rw-r--r--sc/inc/userlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/userlist.hxx b/sc/inc/userlist.hxx
index 23c68199a73a..15637f386493 100644
--- a/sc/inc/userlist.hxx
+++ b/sc/inc/userlist.hxx
@@ -42,7 +42,7 @@ private:
SubStringsType maSubStrings;
OUString aStr;
- SC_DLLPRIVATE void InitTokens();
+ SAL_DLLPRIVATE void InitTokens();
public:
ScUserListData(const OUString& rStr);