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 | |
parent | 20396cc8dc9f9decf6d3a0ed703930a90c2a9ee1 (diff) |
Remove needless SAL_DLLPRIVATE annotations
Change-Id: I5794e7ca922941e2d17a89cbaebfb2c6722519f8
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx index 933fe5d70fc8..8c6d40d72c11 100644 --- a/sfx2/source/doc/sfxbasemodel.cxx +++ b/sfx2/source/doc/sfxbasemodel.cxx @@ -4185,7 +4185,7 @@ namespace sfx { namespace intern { /** a class which, in its dtor, cleans up variuos objects (well, at the moment only the frame) collected during the creation of a document view, unless the creation was successful. */ - class SAL_DLLPRIVATE ViewCreationGuard + class ViewCreationGuard { public: ViewCreationGuard() 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); |