summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/math/BigDecimal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/math/BigDecimal.hxx')
-rw-r--r--connectivity/source/inc/java/math/BigDecimal.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/math/BigDecimal.hxx b/connectivity/source/inc/java/math/BigDecimal.hxx
index ed6fbf8f814c..ee27b6703e80 100644
--- a/connectivity/source/inc/java/math/BigDecimal.hxx
+++ b/connectivity/source/inc/java/math/BigDecimal.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -35,12 +36,12 @@ namespace connectivity
{
class java_math_BigDecimal : public java_lang_Object
{
- // statische Daten fuer die Klasse
+ // static Data for the class
static jclass theClass;
public:
virtual jclass getMyClass() const;
virtual ~java_math_BigDecimal();
- // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
+ // a Constructor, that is needed for when Returning the Object is needed:
java_math_BigDecimal( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
java_math_BigDecimal( const ::rtl::OUString& _par0 );
@@ -51,3 +52,4 @@ namespace connectivity
#endif // _CONNECTIVITY_JAVA_MATH_BIGDECIMAL_HXX_
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */