summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-24 21:11:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-24 21:12:28 +0900
commita140d3b7cbad0a5cd361d6f310e5b16de308b21e (patch)
tree2ad8eacd6bb9047112be50bf07d0311ae4f22d27 /connectivity/source/drivers/mork/MDatabaseMetaData.cxx
parent319a9ce794126622cbd5061af40a6abeeed4ddb4 (diff)
Mark as const
Change-Id: Ia3996b997ebbd10ca02ec5a24d1969822bc39273
Diffstat (limited to 'connectivity/source/drivers/mork/MDatabaseMetaData.cxx')
-rw-r--r--connectivity/source/drivers/mork/MDatabaseMetaData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.cxx b/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
index fa30285f9d7c..1f7e8798e40f 100644
--- a/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/mork/MDatabaseMetaData.cxx
@@ -846,7 +846,7 @@ sal_Bool SAL_CALL ODatabaseMetaData::supportsBatchUpdates( ) throw(SQLException
Reference< XResultSet > SAL_CALL ODatabaseMetaData::getTableTypes( ) throw(SQLException, RuntimeException)
{
// there exists no possibility to get table types so we have to check
- static OUString sTableTypes[] =
+ static const OUString sTableTypes[] =
{
OUString("TABLE"),
OUString("VIEW")