summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 08:54:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 09:42:02 +0100
commit8c4c1abc9ffa7d9f893d4d16de61594ee090f10b (patch)
tree137c17f7ae50b12eb5e00c7a06aaef3e825dea5c /cui/source/tabpages
parent4ddd6f329163cbac5ff31e51a5b028d8eeedadd2 (diff)
loplugin:staticmethods in svx
Change-Id: I94df3aa40fa79877ccebf1ed8709bd7cc47748d9 Reviewed-on: https://gerrit.libreoffice.org/63398 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r--cui/source/tabpages/connect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx
index 9586d3d4e539..286e6ce0e3b1 100644
--- a/cui/source/tabpages/connect.cxx
+++ b/cui/source/tabpages/connect.cxx
@@ -415,7 +415,7 @@ void SvxConnectionPage::FillTypeLB()
const sal_uInt16 nCount = pEdgeKindItem->GetValueCount();
for (sal_uInt16 i = 0; i < nCount; i++)
{
- OUString aStr = pEdgeKindItem->GetValueTextByPos(i);
+ OUString aStr = SdrEdgeKindItem::GetValueTextByPos(i);
m_xLbType->append_text(aStr);
}
}