diff options
author | Noel Grandin <noel@peralex.com> | 2011-12-12 22:35:05 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-12 22:35:05 +0100 |
commit | 583582c5bf11abf04393c378131be75f14a46922 (patch) | |
tree | 16a8c7116ad06b57dd8d1e21e797e4f8ca4f2d7c /basic/source/inc/parser.hxx | |
parent | 444eb68e8a6b35752bac4ff12fc83e44f36bb44b (diff) |
German translations
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r-- | basic/source/inc/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx index c17c99daa8b3..33d8e4514ed1 100644 --- a/basic/source/inc/parser.hxx +++ b/basic/source/inc/parser.hxx @@ -84,7 +84,7 @@ public: sal_Bool bClassModule; // sal_True: OPTION ClassModule StringVector aIfaceVector; // Holds all interfaces implemented by a class module StringVector aRequiredTypes; // Types used in Dim As New <type> outside subs - SbxDataType eDefTypes[26]; // DEFxxx-Datentypen + SbxDataType eDefTypes[26]; // DEFxxx data types SbiParser( StarBASIC*, SbModule* ); sal_Bool Parse(); |