diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-04 13:47:13 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-05 10:11:06 +0200 |
commit | fbd30b2a09e7e92ad83db669d81199d7f3a4a8a1 (patch) | |
tree | 9b21b0ecd41952f1f79d9d8b54ca6424c2a90c72 | |
parent | 3a282cc97cb846efd065983aa17f9b1875fbef66 (diff) |
re-add accidentally dropped modeline
Change-Id: Ie59b0bab6bec6957f13a3931b6be46985e3db2c4
-rw-r--r-- | connectivity/source/drivers/ado/AStatement.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/ado/AStatement.cxx b/connectivity/source/drivers/ado/AStatement.cxx index b76bf81d50d1..6e97e8ebd729 100644 --- a/connectivity/source/drivers/ado/AStatement.cxx +++ b/connectivity/source/drivers/ado/AStatement.cxx @@ -815,3 +815,5 @@ void SAL_CALL OStatement::release() throw() { return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |