summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docfile.cxx')
-rw-r--r--sfx2/source/doc/docfile.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 0f4ec6794ddd..fbff6954e5c8 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2229,7 +2229,6 @@ void SfxMedium::DoInternalBackup_Impl( const ::ucbhelper::Content& aOriginalCont
}
-
void SfxMedium::DoBackup_Impl()
{
// source file name is the logical name of this medium
@@ -2628,14 +2627,12 @@ SfxMedium::SfxMedium() : pImp(new SfxMedium_Impl)
}
-
void SfxMedium::UseInteractionHandler( bool bUse )
{
pImp->bAllowDefaultIntHdl = bUse;
}
-
css::uno::Reference< css::task::XInteractionHandler >
SfxMedium::GetInteractionHandler( bool bGetAlways )
{
@@ -2668,7 +2665,6 @@ SfxMedium::GetInteractionHandler( bool bGetAlways )
}
-
void SfxMedium::SetFilter( const SfxFilter* pFilterP, bool /*bResetOrig*/ )
{
pImp->m_pFilter = pFilterP;
@@ -2680,14 +2676,12 @@ const SfxFilter* SfxMedium::GetFilter() const
}
-
const SfxFilter* SfxMedium::GetOrigFilter( bool bNotCurrent ) const
{
return ( pImp->pOrigFilter || bNotCurrent ) ? pImp->pOrigFilter : pImp->m_pFilter;
}
-
sal_uInt32 SfxMedium::CreatePasswordToModifyHash( const OUString& aPasswd, bool bWriter )
{
sal_uInt32 nHash = 0;
@@ -2709,7 +2703,6 @@ sal_uInt32 SfxMedium::CreatePasswordToModifyHash( const OUString& aPasswd, bool
}
-
void SfxMedium::Close()
{
if ( pImp->xStorage.is() )
@@ -2850,7 +2843,6 @@ void SfxMedium::CloseStreams_Impl()
}
-
void SfxMedium::SetIsRemote_Impl()
{
INetURLObject aObj( GetName() );
@@ -2873,7 +2865,6 @@ void SfxMedium::SetIsRemote_Impl()
}
-
void SfxMedium::SetName( const OUString& aNameP, bool bSetOrigURL )
{
if (pImp->aOrigURL.isEmpty())
@@ -2893,7 +2884,6 @@ const OUString& SfxMedium::GetOrigURL() const
}
-
void SfxMedium::SetPhysicalName_Impl( const OUString& rNameP )
{
if ( rNameP != pImp->m_aName )
@@ -2914,7 +2904,6 @@ void SfxMedium::SetPhysicalName_Impl( const OUString& rNameP )
}
-
void SfxMedium::ReOpen()
{
bool bUseInteractionHandler = pImp->bUseInteractionHandler;
@@ -2924,7 +2913,6 @@ void SfxMedium::ReOpen()
}
-
void SfxMedium::CompleteReOpen()
{
// do not use temporary file for reopen and in case of success throw the temporary file away
@@ -3054,8 +3042,6 @@ SfxMedium::SfxMedium( const uno::Sequence<beans::PropertyValue>& aArgs ) :
}
-
-
SfxMedium::SfxMedium( const uno::Reference < embed::XStorage >& rStor, const OUString& rBaseURL, const SfxItemSet* p ) :
pImp(new SfxMedium_Impl)
{
@@ -3074,7 +3060,6 @@ SfxMedium::SfxMedium( const uno::Reference < embed::XStorage >& rStor, const OUS
}
-
SfxMedium::SfxMedium( const uno::Reference < embed::XStorage >& rStor, const OUString& rBaseURL, const OUString &rTypeName, const SfxItemSet* p ) :
pImp(new SfxMedium_Impl)
{
@@ -3092,7 +3077,6 @@ SfxMedium::SfxMedium( const uno::Reference < embed::XStorage >& rStor, const OUS
}
-
SfxMedium::~SfxMedium()
{
// if there is a requirement to clean the backup this is the last possibility to do it