summaryrefslogtreecommitdiff
path: root/rsc/inc/rsckey.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsckey.hxx')
-rw-r--r--rsc/inc/rsckey.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rsckey.hxx b/rsc/inc/rsckey.hxx
index 92df3ce70bfd..79a613e3994a 100644
--- a/rsc/inc/rsckey.hxx
+++ b/rsc/inc/rsckey.hxx
@@ -33,8 +33,8 @@ typedef struct
class RscNameTable
{
- bool bSort; //soll bei jedem einfuegen sortiert werden?
- sal_uInt32 nEntries; //Anzahl der Eintr"age
+ bool bSort; // whether it must be sorted for each insertion
+ sal_uInt32 nEntries; // number of entries
KEY_STRUCT * pTable;
public:
RscNameTable();
@@ -45,7 +45,7 @@ public:
Atom Put( const char * pName, sal_uInt32 nTyp );
Atom Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass );
- // true, wurde gefunden
+ // if true, it was found
bool Get( Atom nName, KEY_STRUCT * pEle );
};