summaryrefslogtreecommitdiff
path: root/svx/source/form/datanavi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/datanavi.cxx')
-rw-r--r--svx/source/form/datanavi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index 3afc291316e1..cdaabee98f10 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2887,8 +2887,8 @@ namespace svxform
pNamespacesListContainer->set_height_request(aControlSize.Height());
m_pNamespacesList = VclPtr<SvSimpleTable>::Create(*pNamespacesListContainer, 0);
- static long aStaticTabs[]= { 3, 0, 35, 200 };
- m_pNamespacesList->SvSimpleTable::SetTabs( aStaticTabs );
+ static long aTabPositions[]= { 0, 35, 200 };
+ m_pNamespacesList->SvSimpleTable::SetTabs( SAL_N_ELEMENTS(aTabPositions), aTabPositions );
OUString sHeader = get<FixedText>("prefix")->GetText();
sHeader += "\t";
sHeader += get<FixedText>("url")->GetText();