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/inc | |
parent | 930e38e16329e4a81dc2dcf185d44a752fbfbf7f (diff) |
Translated German comments, removed redundant ones till cairo (incl.)
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/process.hxx | 2 | ||||
-rw-r--r-- | basic/inc/basic/sbxbase.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/inc/basic/process.hxx b/basic/inc/basic/process.hxx index 8c63f532356b..e7954072bf22 100644 --- a/basic/inc/basic/process.hxx +++ b/basic/inc/basic/process.hxx @@ -55,7 +55,7 @@ class Process public: Process(); ~Process(); - // Methoden + // methods void SetImage( const String &aAppPath, const String &aAppParams, const Environment *pEnv = NULL ); sal_Bool Start(); sal_uIntPtr GetExitCode(); diff --git a/basic/inc/basic/sbxbase.hxx b/basic/inc/basic/sbxbase.hxx index e38c2ec5d5fc..b136f1f28557 100644 --- a/basic/inc/basic/sbxbase.hxx +++ b/basic/inc/basic/sbxbase.hxx @@ -40,7 +40,7 @@ class SbxBasicFormater; SV_DECL_PTRARR_DEL(SbxFacs,SbxFactory*,5,5) -// AppData-Struktur for SBX: +// AppData structure for SBX: struct SbxAppData { SbxError eSbxError; // Error code |