diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-05 23:56:13 +0100 |
---|---|---|
committer | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2012-03-05 23:56:13 +0100 |
commit | 38b510af0a5ed1cd365666af84a062b2e67c00d5 (patch) | |
tree | 6fc2f494835f4d60f44ec71e1e060bd21cc12ce8 /connectivity/source/drivers/mozab/MPreparedStatement.hxx | |
parent | b5995754836c864bb38446060e17772c63253e37 (diff) |
Finish translating connectivity, fix some whitespace
Diffstat (limited to 'connectivity/source/drivers/mozab/MPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/drivers/mozab/MPreparedStatement.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/MPreparedStatement.hxx b/connectivity/source/drivers/mozab/MPreparedStatement.hxx index 31cfa97bc3f0..2151b3d43112 100644 --- a/connectivity/source/drivers/mozab/MPreparedStatement.hxx +++ b/connectivity/source/drivers/mozab/MPreparedStatement.hxx @@ -69,8 +69,7 @@ namespace connectivity //==================================================================== // Data attributes //==================================================================== - sal_Int32 m_nNumParams; // Number of parameter markers - // for the prepared statement + sal_Int32 m_nNumParams; // Number of parameter markers for the prepared statement ::rtl::OUString m_sSqlStatement; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData; @@ -109,7 +108,7 @@ namespace connectivity public: DECLARE_SERVICE_INFO(); - // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: + // A ctor need for returning the object OPreparedStatement( OConnection* _pConnection,const ::rtl::OUString& sql); void lateInit(); |