diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-27 11:49:21 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-27 11:49:21 +0100 |
commit | 83ee99a9a2119bdd7948f702977c8a017e9aff0c (patch) | |
tree | 4a12ed4955b96e15b7599c4a6a5e5ee0a3532b01 /sfx2/inc/frmload.hxx | |
parent | d96b191fe42ab3396f0386d74da4c92730dbcc65 (diff) |
[CWS autorecovery] #i65597# refactored SfxViewFrame::SwitchToViewShell_Impl to move some functionality
to the UNO implementations, instead of doing it here. This is another step towards a fully UNOized
view factory for SFX documents.
Diffstat (limited to 'sfx2/inc/frmload.hxx')
-rw-r--r-- | sfx2/inc/frmload.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx index 1421c3df25e4..dbd8eb1ef9fb 100644 --- a/sfx2/inc/frmload.hxx +++ b/sfx2/inc/frmload.hxx @@ -63,7 +63,7 @@ class SfxTopFrame; class SfxFrameWeak; -class SfxFrameLoader_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::frame::XSynchronousFrameLoader, ::com::sun::star::lang::XServiceInfo > +class SAL_DLLPRIVATE SfxFrameLoader_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::frame::XSynchronousFrameLoader, ::com::sun::star::lang::XServiceInfo > { ::comphelper::ComponentContext m_aContext; |