summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-08-16 05:46:48 +0000
committerMichael Stahl <mstahl@redhat.com>2017-08-16 14:26:38 +0200
commitb1f6e6299cf5546bb5fdd5a6d97053c086458afa (patch)
tree261db988aa544cc3587e39b38ad84e3d7438921c /basic
parent11a8360087452c1599a392a211646dc1b6fc63cd (diff)
tdf#39468 Translate German comments/terms
Change-Id: I3c8d8ba10de007429b1cdf26f5e8b207f7cc5eea Reviewed-on: https://gerrit.libreoffice.org/41201 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/rtlproto.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/rtlproto.hxx b/basic/source/inc/rtlproto.hxx
index 69119342a716..75ef16f469a5 100644
--- a/basic/source/inc/rtlproto.hxx
+++ b/basic/source/inc/rtlproto.hxx
@@ -136,7 +136,7 @@ extern void SbRtl_CLEAR_ALLTABS(StarBASIC * pBasic, SbxArray & rPar, bool bWrite
extern void SbRtl_CLEAR_TAB(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
extern void SbRtl_SET_TAB(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
-// Methoden
+// Methods
extern void SbRtl_CreateObject(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
extern void SbRtl_Error(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);