summaryrefslogtreecommitdiff
path: root/rsc/inc/rscmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscmgr.hxx')
-rw-r--r--rsc/inc/rscmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx
index ad1ca97d7d5e..3bd159a901ec 100644
--- a/rsc/inc/rscmgr.hxx
+++ b/rsc/inc/rscmgr.hxx
@@ -31,7 +31,7 @@ class RscMgr : public RscClass
struct RscMgrInst
{
RscId aRefId; // nRefId = Referenz Identifier
- bool bDflt; // Ist Default
+ bool bDflt; // default
void Create(){ aRefId.Create(); bDflt = true; }
void Destroy(){ aRefId.Destroy(); }
};