summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/lang/Throwable.hxx
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2011-03-23 23:16:24 +0100
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-03-24 06:55:10 +0100
commitf9079cc224f0a745e21ca72c6b23b2f873cd9004 (patch)
treefcc6297ccbd8a02f0797449c45ae84e9aee0c384 /connectivity/source/inc/java/lang/Throwable.hxx
parent787b86549305cf0e5fdea28581b1a40f8ed3ef3d (diff)
translated comments
Diffstat (limited to 'connectivity/source/inc/java/lang/Throwable.hxx')
-rwxr-xr-xconnectivity/source/inc/java/lang/Throwable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/lang/Throwable.hxx b/connectivity/source/inc/java/lang/Throwable.hxx
index 09b047ddf1ba..b9914b71fa44 100755
--- a/connectivity/source/inc/java/lang/Throwable.hxx
+++ b/connectivity/source/inc/java/lang/Throwable.hxx
@@ -38,12 +38,12 @@ namespace connectivity
class java_lang_Throwable : public java_lang_Object
{
protected:
- // statische Daten fuer die Klasse
+ // static Data for the class
static jclass theClass;
public:
virtual jclass getMyClass() const;
virtual ~java_lang_Throwable();
- // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
+ // a Constructor, that is needed for when Returning the Object is needed:
java_lang_Throwable( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
::rtl::OUString getMessage() const;
::rtl::OUString getLocalizedMessage() const;