summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/linkmgr2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/linkmgr2.cxx')
-rw-r--r--sfx2/source/appl/linkmgr2.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx
index 6f1baf276bbb..2794ea263d55 100644
--- a/sfx2/source/appl/linkmgr2.cxx
+++ b/sfx2/source/appl/linkmgr2.cxx
@@ -103,7 +103,6 @@ void LinkManager::CloseCachedComps()
}
-
void LinkManager::Remove( SvBaseLink *pLink )
{
// No duplicate links inserted
@@ -344,7 +343,6 @@ void LinkManager::UpdateAllLinks(
}
-
SvLinkSourceRef LinkManager::CreateObj( SvBaseLink * pLink )
{
switch( pLink->GetObjType() )
@@ -510,7 +508,6 @@ SotClipboardFormatId LinkManager::RegisterStatusInfoId()
}
-
bool LinkManager::GetGraphicFromAny( const OUString& rMimeType,
const css::uno::Any & rValue,
Graphic& rGrf )
@@ -554,7 +551,6 @@ bool LinkManager::GetGraphicFromAny( const OUString& rMimeType,
}
-
OUString lcl_DDE_RelToAbs( const OUString& rTopic, const OUString& rBaseURL )
{
OUString sRet;
@@ -694,5 +690,4 @@ bool SvxInternalLink::Connect( sfx2::SvBaseLink* pLink )
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */