summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/feflyole.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/feflyole.cxx')
-rw-r--r--sw/source/core/frmedt/feflyole.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/frmedt/feflyole.cxx b/sw/source/core/frmedt/feflyole.cxx
index 01896a7e72f7..d551c8e210ad 100644
--- a/sw/source/core/frmedt/feflyole.cxx
+++ b/sw/source/core/frmedt/feflyole.cxx
@@ -82,19 +82,16 @@ SwFlyFrm *SwFEShell::FindFlyFrm( const uno::Reference < embed::XEmbeddedObject >
return pFly;
}
-
OUString SwFEShell::GetUniqueOLEName() const
{
return GetDoc()->GetUniqueOLEName();
}
-
OUString SwFEShell::GetUniqueFrameName() const
{
return GetDoc()->GetUniqueFrameName();
}
-
void SwFEShell::MakeObjVisible( const uno::Reference < embed::XEmbeddedObject >& xObj ) const
{
SwFlyFrm *pFly = FindFlyFrm( xObj );
@@ -134,7 +131,4 @@ sal_Bool SwFEShell::FinishOLEObj() // Server is terminated
return bRet;
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */