summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/frmload.cxx5
-rw-r--r--sfx2/source/view/viewfrm.cxx13
2 files changed, 0 insertions, 18 deletions
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx
index 9c5413ba75c9..a65bdedac9be 100644
--- a/sfx2/source/view/frmload.cxx
+++ b/sfx2/source/view/frmload.cxx
@@ -164,11 +164,6 @@ private:
const css::uno::Reference< css::frame::XModel2 >& i_rxDocument
) const;
- void impl_lockHiddenDocument(
- SfxObjectShell& i_rDocument,
- const ::comphelper::NamedValueCollection& i_rDescriptor
- ) const;
-
void impl_handleCaughtError_nothrow(
const css::uno::Any& i_rCaughtError,
const ::comphelper::NamedValueCollection& i_rDescriptor
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index ca037c03ef24..0a05593b47bb 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -240,11 +240,6 @@ class SfxViewNotificatedFrameList_Impl :
{
public:
- void InsertViewFrame( SfxViewFrame* pFrame )
- {
- StartListening( *pFrame );
- push_back( pFrame );
- }
void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
};
@@ -268,14 +263,6 @@ void SfxViewNotificatedFrameList_Impl::Notify( SfxBroadcaster& rBC, const SfxHin
}
}
-
-
-long ReloadDecouple_Impl( void* pObj, void* pArg )
-{
- ((SfxViewFrame*) pObj)->ExecReload_Impl( *(SfxRequest*)pArg );
- return 0;
-}
-
void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq )
{
SfxFrame *pParent = GetFrame().GetParentFrame();