diff options
Diffstat (limited to 'include/tools/resid.hxx')
-rw-r--r-- | include/tools/resid.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx index 0966b3bf4630..07976f7bdeb5 100644 --- a/include/tools/resid.hxx +++ b/include/tools/resid.hxx @@ -47,7 +47,7 @@ class ResId mutable sal_uInt32 m_nResId; // Resource Identifier mutable RESOURCE_TYPE m_nRT; // type for loading (mutable to be set later) mutable ResMgr * m_pResMgr; // load from this ResMgr (mutable for setting on demand) - mutable RESOURCE_TYPE m_nRT2; // type for loading (supercedes m_nRT) + mutable RESOURCE_TYPE m_nRT2; // type for loading (supersedes m_nRT) mutable sal_uInt32 m_nWinBits; // container for original style bits on a window in a resource void ImplInit( sal_uInt32 nId, ResMgr& rMgr, RSHEADER_TYPE* pRes ) @@ -104,7 +104,7 @@ public: /** Get the effective type (m_nRT2 or m_nRT1) - A second resource type is used to supercede settings + A second resource type is used to supersede settings of the base class ( e.g. Window ) */ RESOURCE_TYPE GetRT2() const |