summaryrefslogtreecommitdiff
path: root/include/tools/rc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/rc.hxx')
-rw-r--r--include/tools/rc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/rc.hxx b/include/tools/rc.hxx
index 6b1e1be99e2f..372b70b7675e 100644
--- a/include/tools/rc.hxx
+++ b/include/tools/rc.hxx
@@ -44,8 +44,8 @@ protected:
{ return m_pResMgr->GetClass(); }
// increase the memory pointer gotten by GetClassRes()
- void* IncrementRes( sal_uInt32 nBytes )
- { return m_pResMgr->Increment( nBytes ); }
+ void IncrementRes( sal_uInt32 nBytes )
+ { m_pResMgr->Increment( nBytes ); }
// return the memory size of a Resource data block
static sal_uInt32 GetObjSizeRes( RSHEADER_TYPE * pHT )