svx/source/sidebar/line/LinePropertyPanelBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 366710b21a6a5556c4713bbc5d917b7ba17d7c85 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Mar 3 17:02:34 2021 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Mar 4 10:07:52 2021 +0100 explicitly name static method Change-Id: I691c7dc21d87f58d11263d0556991df8731b97d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111933 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index f5a8f4db487d..0f373900e206 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -417,7 +417,7 @@ void LinePropertyPanelBase::SetWidthIcon() return; } - tools::Long nVal = LogicToLogic(mnWidthCoreValue * 10, meMapUnit, MapUnit::MapPoint); + tools::Long nVal = OutputDevice::LogicToLogic(mnWidthCoreValue * 10, meMapUnit, MapUnit::MapPoint); if(nVal <= 6) mxTBWidth->set_item_icon_name(SELECTWIDTH, maIMGWidthIcon[0]); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits