summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-04 00:25:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-04 00:54:12 +0900
commite2e15148fc133c0b6fb3d9dc3cade2ef2ef64f41 (patch)
treec9a3b8971b78b7c5dcf065687ce8319d63955414 /dbaccess
parentbe2761ce013c349d6f6e825b89c76e1c60a63343 (diff)
Mark as const/static
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 8045c43d243f..ec85ed39a8a0 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -2166,7 +2166,7 @@ long OSelectionBrowseBox::GetRealRow(long nRowId) const
OSL_ENSURE(nErg <= long(m_bVisibleRow.size()),"nErg kann nicht groesser als BROW_ROW_CNT sein!");
return i;
}
-static long nVisibleRowMask[] =
+static const long nVisibleRowMask[] =
{
0x0001,
0x0002,