diff options
author | Allmann-Rahn <allmann-rahn@ubuntu.ubuntu-domain> | 2011-08-27 21:37:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-31 16:29:43 +0300 |
commit | 8b11173f34bcbd5c27c1842e65ef3ab91bb24019 (patch) | |
tree | 2caad5d1b7c1f2a6a7eca933b420c0e352be088a /basic/source/inc/sbcomp.hxx | |
parent | 930e38e16329e4a81dc2dcf185d44a752fbfbf7f (diff) |
Translated German comments, removed redundant ones till cairo (incl.)
Diffstat (limited to 'basic/source/inc/sbcomp.hxx')
-rw-r--r-- | basic/source/inc/sbcomp.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/inc/sbcomp.hxx b/basic/source/inc/sbcomp.hxx index 2918e67880f0..1cb8e14d9271 100644 --- a/basic/source/inc/sbcomp.hxx +++ b/basic/source/inc/sbcomp.hxx @@ -29,12 +29,12 @@ #ifndef _SBCOMP_HXX #define _SBCOMP_HXX -// das folgende habe ich der neuen Datei von MD entnommen! (MT) +// I've taken the following from the new file by MD! (MT) #include "sbintern.hxx" -#include "token.hxx" // Tokenizer -#include "symtbl.hxx" // Symbolverwaltung -#include "parser.hxx" // Parser -#include "codegen.hxx" // Code-Generator +#include "token.hxx" +#include "symtbl.hxx" +#include "parser.hxx" +#include "codegen.hxx" #endif |