diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-10-30 12:04:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-30 17:16:02 +0000 |
commit | 0c0e3e7539f683548e93616a30af8ac90c9abad0 (patch) | |
tree | 530ba0642a63a454cc04b0db372445bf6c665413 /include/tools/resid.hxx | |
parent | d665d253eea7b6f311167079893cbfaac566ca8b (diff) |
Fixed typos. No automatic tools (sed, and so on).
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f
Reviewed-on: https://gerrit.libreoffice.org/12150
Reviewed-by: Bryan Quigley <gquigs@gmail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
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 |