summaryrefslogtreecommitdiff
path: root/tools/inc/tools/rc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/rc.hxx')
-rw-r--r--tools/inc/tools/rc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/rc.hxx b/tools/inc/tools/rc.hxx
index 15e077c3c62c..d8cd73d6dcbc 100644
--- a/tools/inc/tools/rc.hxx
+++ b/tools/inc/tools/rc.hxx
@@ -42,7 +42,7 @@ class TOOLS_DLLPUBLIC Resource
ResMgr* m_pResMgr;
// check availability of Resource
- BOOL IsAvailableRes( const ResId& rId ) const
+ sal_Bool IsAvailableRes( const ResId& rId ) const
{ return m_pResMgr->IsAvailable( rId, this ); }
// Load a Resource
@@ -56,7 +56,7 @@ class TOOLS_DLLPUBLIC Resource
{ return m_pResMgr->GetClass(); }
// read a string from the resource
- static sal_uInt32 GetStringRes( UniString& rStr, const BYTE* pStr )
+ static sal_uInt32 GetStringRes( UniString& rStr, const sal_uInt8* pStr )
{ return ResMgr::GetString( rStr, pStr ); }
// increase the memory pointer gotten by GetClassRes()