diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:52:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:34 +0200 |
commit | 6b8440134f4a8fa05450cdd492942e92c1f75803 (patch) | |
tree | 841b302f0544fe73d1f30fd97e6f0db5030ae752 /svx/source/svdraw/svdomeas.cxx | |
parent | 30069114fef2858936c988e8fbc92a69b2ddc8d3 (diff) |
loplugin:staticcall
Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84
Diffstat (limited to 'svx/source/svdraw/svdomeas.cxx')
-rw-r--r-- | svx/source/svdraw/svdomeas.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index 0ff149354218..f8b3f627f0ad 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -176,7 +176,7 @@ OUString SdrMeasureObj::TakeRepresentation(SdrMeasureFieldKind eMeasureFieldKind eMeasureUnit = eModUIUnit; if(bShowUnit) - pModel->TakeUnitStr(eMeasureUnit, aStr); + SdrModel::TakeUnitStr(eMeasureUnit, aStr); } } |