summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2020-05-07 17:53:40 -0400
committerHenry Castro <hcastro@collabora.com>2020-05-10 18:33:59 +0200
commit0784df709d5d8d39e2ba3778702466e57e1270d4 (patch)
treeda069695c0ee30bded7f65a777a6a5aa1c653b22 /svx
parentde61e14d0b6ee90cb4d170af340275d811b9fbbf (diff)
lok: replace name Neutro to Neutral
This commit was split because it has to be in sync with cp-6.2 branch Change-Id: I849b63f34297a6876d5a3ab83bb6ce551bb156d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93687 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index 38d49e88ec67..248675f7ee1f 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -801,7 +801,7 @@ void PosSizePropertyPanel::GetControlState(const sal_uInt16 nSID, boost::propert
if (pControl && !pControl->get_text().isEmpty())
{
- OUString sValue = Application::GetSettings().GetNeutroLocaleDataWrapper().
+ OUString sValue = Application::GetSettings().GetNeutralLocaleDataWrapper().
getNum(pControl->get_value(pControl->get_unit()), pControl->get_digits(), false, false);
rState.put(pControl->get_buildable_name().getStr(), sValue.toUtf8().getStr());
}