summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/io/InputStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/io/InputStream.hxx')
-rw-r--r--connectivity/source/inc/java/io/InputStream.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/io/InputStream.hxx b/connectivity/source/inc/java/io/InputStream.hxx
index 914d9ed3f263..889408f7c40d 100644
--- a/connectivity/source/inc/java/io/InputStream.hxx
+++ b/connectivity/source/inc/java/io/InputStream.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.
@@ -41,12 +42,12 @@ namespace connectivity
public ::cppu::WeakImplHelper1< ::com::sun::star::io::XInputStream>
{
protected:
- // statische Daten fuer die Klasse
+ // statische Data for the class
static jclass theClass;
virtual ~java_io_InputStream();
public:
virtual jclass getMyClass() const;
- // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
+ // a Constructor, that is needed for when Returning the Object is needed:
java_io_InputStream( JNIEnv * pEnv, jobject myObj );
// XInputStream
virtual sal_Int32 SAL_CALL readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw(::com::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
@@ -58,3 +59,4 @@ namespace connectivity
}
#endif // _CONNECTIVITY_JAVA_IO_INPUTSTREAM_HXX_
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */