summaryrefslogtreecommitdiffstats
path: root/svx/source/fmcomp/gridctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index d8e20b7be894..71d51825c560 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -82,7 +82,7 @@ using namespace com::sun::star::accessibility;
#define ROWSTATUS(row) (!row.is() ? "NULL" : row->GetStatus() == GridRowStatus::Clean ? "CLEAN" : row->GetStatus() == GridRowStatus::Modified ? "MODIFIED" : row->GetStatus() == GridRowStatus::Deleted ? "DELETED" : "INVALID")
-static constexpr auto DEFAULT_BROWSE_MODE =
+constexpr auto DEFAULT_BROWSE_MODE =
BrowserMode::COLUMNSELECTION
| BrowserMode::MULTISELECTION
| BrowserMode::KEEPHIGHLIGHT
@@ -223,7 +223,7 @@ DisposeListenerGridBridge::~DisposeListenerGridBridge()
}
}
-static const DbGridControlNavigationBarState ControlMap[] =
+const DbGridControlNavigationBarState ControlMap[] =
{
DbGridControlNavigationBarState::Text,
DbGridControlNavigationBarState::Absolute,