summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsctools.hxx')
-rw-r--r--rsc/inc/rsctools.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx
index ccfe95471dd9..2af05864b401 100644
--- a/rsc/inc/rsctools.hxx
+++ b/rsc/inc/rsctools.hxx
@@ -101,10 +101,6 @@ public:
*pTo++ = *pFrom++;
return bSwap ? OSL_SWAPDWORD( nVal ) : nVal;
}
- char * GetUTF8( sal_uInt32 nPos )
- {
- return GetPointer( nPos );
- }
sal_uInt32 Size(){ return nLen; }
void Put( sal_uInt64 lVal )
{