diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-10 11:17:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-10 12:25:10 +0100 |
commit | bfafc8c3a137a98ad2cd939b11161f9961bc48d7 (patch) | |
tree | f2f592c370813953e83c0f085ed428b6d67db694 /include/toolkit/helper | |
parent | 6a84a6ed0b1d30c8feb551a3a4db5aab437a74f7 (diff) |
callcatcher: update unused code
mostly ResId using ctors left stranded post .ui conversion
Change-Id: I06689eea30ee9146ba05294f52056c0d263695f5
Diffstat (limited to 'include/toolkit/helper')
-rw-r--r-- | include/toolkit/helper/tkresmgr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/toolkit/helper/tkresmgr.hxx b/include/toolkit/helper/tkresmgr.hxx index 362220aa0393..8e9c07dc7aa1 100644 --- a/include/toolkit/helper/tkresmgr.hxx +++ b/include/toolkit/helper/tkresmgr.hxx @@ -27,7 +27,6 @@ class SimpleResMgr; class ResMgr; #define TK_RES_STRING(id) TkResMgr::loadString(id) -#define TK_RES_IMAGE(id) TkResMgr::loadImage(id) // ----------------------------------------------------------------------------- // TkResMgr @@ -60,8 +59,6 @@ public: // loads the string with the specified resource id static OUString loadString( sal_uInt16 nResId ); - // loads the image with the specified resource id - static Image loadImage( sal_uInt16 nResId ); static Image getImageFromURL( const OUString& i_rImageURL ); }; |