[Libreoffice-commits] core.git: svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 4 09:08:37 UTC 2021


 svx/source/sidebar/line/LinePropertyPanelBase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 366710b21a6a5556c4713bbc5d917b7ba17d7c85
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Mar 3 17:02:34 2021 +0000
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at 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]);


More information about the Libreoffice-commits mailing list