summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:27:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:11 +0100
commitd7c274cad964509a7ae9eb4646cc95f7257b6c00 (patch)
tree8ec04da92f0e58a7cadcbb7c4a32e1f7197b356c /svx/source/svdraw/svdouno.cxx
parent2ea954d4f85df450ef687f42d2fa7a6e4c21fb1c (diff)
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 3385e3abb6f9..4a683c72b654 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -106,7 +106,7 @@ void SdrControlEventListenerImpl::StartListening(const uno::Reference< lang::XCo
}
// =============================================================================
-struct SAL_DLLPRIVATE SdrUnoObjDataHolder
+struct SdrUnoObjDataHolder
{
mutable ::rtl::Reference< SdrControlEventListenerImpl >
pEventListener;