diff options
Diffstat (limited to 'include/tools/resmgr.hxx')
-rw-r--r-- | include/tools/resmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx index 603a2c7a2eb5..9f6b2d246534 100644 --- a/include/tools/resmgr.hxx +++ b/include/tools/resmgr.hxx @@ -143,11 +143,11 @@ public: void TestStack( const Resource * ); /// Check whether resource is available - sal_Bool IsAvailable( const ResId& rId, + bool IsAvailable( const ResId& rId, const Resource* = NULL) const; /// Search and load resource, given its ID - sal_Bool GetResource( const ResId& rId, const Resource * = NULL ); + bool GetResource( const ResId& rId, const Resource * = NULL ); static void * GetResourceSkipHeader( const ResId& rResId, ResMgr ** ppResMgr ); /// Free resource context void PopContext( const Resource* = NULL ); |