From 8b11173f34bcbd5c27c1842e65ef3ab91bb24019 Mon Sep 17 00:00:00 2001 From: Allmann-Rahn Date: Sat, 27 Aug 2011 21:37:14 +0200 Subject: Translated German comments, removed redundant ones till cairo (incl.) --- basic/source/inc/sbcomp.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'basic/source/inc/sbcomp.hxx') 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 -- cgit