diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-15 08:55:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-15 09:07:49 +0100 |
commit | c54f77b7180b271fecff3737bc391e19f050ec11 (patch) | |
tree | 1143e3d23b0478dd8600f4d44741df2a446f0b21 /include/svtools | |
parent | 79aa0c50dae2ff6d143d99212d3a32a8ac28f306 (diff) |
callcatcher: update unused code
All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused
Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 1 | ||||
-rw-r--r-- | include/svtools/htmlout.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index bbef331ad6cd..72d810c86c76 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -507,7 +507,6 @@ protected: public: FontSizeBox( Window* pParent, WinBits nWinStyle = 0 ); - FontSizeBox( Window* pParent, const ResId& rResId ); virtual ~FontSizeBox(); void Reformat(); diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx index 90c32088ac93..52c92343c61d 100644 --- a/include/svtools/htmlout.hxx +++ b/include/svtools/htmlout.hxx @@ -109,8 +109,6 @@ struct HTMLOutFuncs SvNumberFormatter& rFormatter, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, String *pNonConvertableChars = 0); - - SVT_DLLPUBLIC static sal_Bool PrivateURLToInternalImg( String& rURL ); }; #endif |