summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-10 11:17:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-10 12:25:10 +0100
commitbfafc8c3a137a98ad2cd939b11161f9961bc48d7 (patch)
treef2f592c370813953e83c0f085ed428b6d67db694 /include/toolkit
parent6a84a6ed0b1d30c8feb551a3a4db5aab437a74f7 (diff)
callcatcher: update unused code
mostly ResId using ctors left stranded post .ui conversion Change-Id: I06689eea30ee9146ba05294f52056c0d263695f5
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/helper/tkresmgr.hxx3
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 );
};