summaryrefslogtreecommitdiff
path: root/tools/inc/tools/resmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/resmgr.hxx')
-rw-r--r--tools/inc/tools/resmgr.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index bdfd4661bd52..6a13f98000c8 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -30,10 +30,6 @@
class SvStream;
class InternalResMgr;
-// -----------------
-// - RSHEADER_TYPE -
-// -----------------
-
/// Defines structure used to build resource
struct RSHEADER_TYPE
{
@@ -50,16 +46,8 @@ public:
inline sal_uInt32 GetLocalOff(); ///< Local offset
};
-// ----------
-// - ResMgr -
-// ----------
-
typedef rtl::OUString (*ResHookProc)( const rtl::OUString& rStr );
-// ----------
-// - ResMgr -
-// ----------
-
// Initialization
#define RC_NOTYPE 0x00
// Global resource
@@ -130,7 +118,7 @@ private:
static ResMgr* ImplCreateResMgr( InternalResMgr* pImpl ) { return new ResMgr( pImpl ); }
- //No copying
+ // no copying
ResMgr(const ResMgr&);
ResMgr& operator=(const ResMgr&);
public: