diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 14:21:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:11 +0100 |
commit | 20396cc8dc9f9decf6d3a0ed703930a90c2a9ee1 (patch) | |
tree | c758be45a2d28bc6b9740c6f18776c98e217348d /sd | |
parent | 47811d4cf17688b2db5910e2cd500143137fd6f1 (diff) |
Remove redundant SAL_DLLPRIVATE
Change-Id: I3ec6054f07ef171ee1d4f6d7c5bf92c19ff25e9b
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/sdtreelb.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 8d00e1bf6130..1c1ffb06ea14 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -73,7 +73,7 @@ public: }; -sal_Bool SAL_DLLPRIVATE SdPageObjsTLB::bIsInDrag = sal_False; +sal_Bool SdPageObjsTLB::bIsInDrag = sal_False; sal_Bool SdPageObjsTLB::IsInDrag() { |