summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-15 08:55:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-15 09:07:49 +0100
commitc54f77b7180b271fecff3737bc391e19f050ec11 (patch)
tree1143e3d23b0478dd8600f4d44741df2a446f0b21 /svtools/source/svhtml
parent79aa0c50dae2ff6d143d99212d3a32a8ac28f306 (diff)
callcatcher: update unused code
All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/htmlout.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index f384c4be5ad6..37e6ba56402b 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -977,17 +977,4 @@ OString HTMLOutFuncs::CreateTableDataOptionsValNum(
return aStrTD.makeStringAndClear();
}
-sal_Bool HTMLOutFuncs::PrivateURLToInternalImg( String& rURL )
-{
- if( rURL.Len() > 14UL &&
- rURL.CompareToAscii( OOO_STRING_SVTOOLS_HTML_private_image, 14UL ) == COMPARE_EQUAL )
- {
- rURL.Erase( 0UL, 14UL );
- return sal_True;
- }
-
- return sal_False;
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */