summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rsckey.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rsckey.hxx b/rsc/inc/rsckey.hxx
index 7ec4141ec325..8837ed397ee7 100644
--- a/rsc/inc/rsckey.hxx
+++ b/rsc/inc/rsckey.hxx
@@ -34,7 +34,7 @@ typedef struct
class RscNameTable
{
bool bSort; //soll bei jedem einfuegen sortiert werden?
- sal_uInt32 nEntries; //Anzahl der Eintr�ge
+ sal_uInt32 nEntries; //Anzahl der Eintr"age
KEY_STRUCT * pTable;
public:
RscNameTable();