Kaydet (Commit) 2ea954d4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove needless SAL_DLLPRIVATE annotations

Change-Id: I5794e7ca922941e2d17a89cbaebfb2c6722519f8
üst 20396cc8
...@@ -4185,7 +4185,7 @@ namespace sfx { namespace intern { ...@@ -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 /** 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. the creation of a document view, unless the creation was successful.
*/ */
class SAL_DLLPRIVATE ViewCreationGuard class ViewCreationGuard
{ {
public: public:
ViewCreationGuard() ViewCreationGuard()
......
...@@ -412,7 +412,7 @@ OUString impl_searchFormatTypeForApp(const css::uno::Reference< css::frame::XFra ...@@ -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); SfxInPlaceClientList* pClientList = GetIPClientList_Impl(sal_True);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment