summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tools/resmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx
index 7a492285b03f..cb5d3a3655f0 100644
--- a/include/tools/resmgr.hxx
+++ b/include/tools/resmgr.hxx
@@ -32,10 +32,10 @@ class InternalResMgr;
struct RSHEADER_TYPE
{
private:
- sal_uInt32 nId; ///< Identifier of resource
- RESOURCE_TYPE nRT; ///< Resource type
- sal_uInt32 nGlobOff; ///< Global offset
- sal_uInt32 nLocalOff; ///< Local offset
+ char nId[4]; ///< Identifier of resource
+ char nRT[4]; ///< Resource type
+ char nGlobOff[4]; ///< Global offset
+ char nLocalOff[4]; ///< Local offset
public:
inline sal_uInt32 GetId(); ///< Identifier of resource