summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-07 06:57:33 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-07 11:15:03 +0000
commit7d98edfa4955ab6280655a9678d6a913845fa2f3 (patch)
tree3be35e656b76b3192061e02df7f703c3359595a3 /rsc
parent6584735bba4b96fbde5c7be55dc6c98878ad059a (diff)
tdf#39468 Translate German comments
Translate German comments and terms in dbaccess/, extensions/, formula/, include/, reportdesign/, rsc/, sd/, svtools/, and vcl/ Change-Id: Ie20dadda0eeb0786eb328c6c652287d5481c5e3b Reviewed-on: https://gerrit.libreoffice.org/36249 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rsclex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/inc/rsclex.hxx b/rsc/inc/rsclex.hxx
index 1898154a4031..307e6bc8ea7f 100644
--- a/rsc/inc/rsclex.hxx
+++ b/rsc/inc/rsclex.hxx
@@ -92,11 +92,11 @@ class ObjectStack
/****************** F o r w a r d s **************************************/
#if defined(__sun)
-extern "C" int yyparse(); // forward Deklaration fuer erzeugte Funktion
+extern "C" int yyparse(); // forward declaration for created function
extern "C" void yyerror( const char * );
extern "C" int yylex();
#else
-int yyparse(); // forward Deklaration fuer erzeugte Funktion
+int yyparse(); // forward declaration for created function
void yyerror( char * );
int yylex();
#endif