summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-22 21:51:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-23 10:35:44 +0100
commit43f8cba7d238e6db25e05edd0d9713dcc42fc861 (patch)
tree797d2e5aeae4d288a143e7483997538758ea7af9 /sfx2/source/bastyp/frmhtmlw.cxx
parent6c1e8719013b47ff3d3954173a17e49f3a361009 (diff)
callcatcher: yet more unused code
Diffstat (limited to 'sfx2/source/bastyp/frmhtmlw.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index be086d13190f..dcbefab87dd2 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -338,18 +338,4 @@ void SfxFrameHTMLWriter::Out_FrameDescriptor(
{
}
}
-
-String SfxFrameHTMLWriter::CreateURL( SfxFrame* pFrame )
-{
- String aRet;
- SfxObjectShell* pShell = pFrame->GetCurrentDocument();
- if( !aRet.Len() && pShell )
- {
- aRet = pShell->GetMedium()->GetName();
- }
-
- return aRet;
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */