diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 14:23:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:11 +0100 |
commit | 2ea954d4f85df450ef687f42d2fa7a6e4c21fb1c (patch) | |
tree | 0c82d356318adfd5262025b91156002b8e8d9ffb /sfx2/source/view | |
parent | 20396cc8dc9f9decf6d3a0ed703930a90c2a9ee1 (diff) |
Remove needless SAL_DLLPRIVATE annotations
Change-Id: I5794e7ca922941e2d17a89cbaebfb2c6722519f8
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 4cad3d252866..5537e2b8d1eb 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -412,7 +412,7 @@ OUString impl_searchFormatTypeForApp(const css::uno::Reference< css::frame::XFra //-------------------------------------------------------------------- -SAL_DLLPRIVATE void SfxViewShell::IPClientGone_Impl( SfxInPlaceClient *pIPClient ) +void SfxViewShell::IPClientGone_Impl( SfxInPlaceClient *pIPClient ) { SfxInPlaceClientList* pClientList = GetIPClientList_Impl(sal_True); |