summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-02-01 00:42:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-03-26 15:24:36 +0100
commit637df9463d0d901616a5d588c71da84a99b9cb42 (patch)
treef48e2fb1bccb7287176c145ae5a1ecf16542f1b0 /svx/source/xoutdev
parent0265b190c7f61ec0e7d117d4f14592bb9c28d2fd (diff)
tdf#130074: add missing translations (line styles part)
+resorting to follow extras/source/palettes/standard.sod order Change-Id: I3246490578fb4b1af46bfe99b59bbb1e8a36ea8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87792 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r--svx/source/xoutdev/xattr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 2fc8ff28f861..5de523490104 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -878,7 +878,7 @@ std::unique_ptr<XLineDashItem> XLineDashItem::checkForUniqueItem( SdrModel* pMod
{
const OUString aUniqueName = NameOrIndex::CheckNamedItem(
this, XATTR_LINEDASH, &pModel->GetItemPool(),
- XLineDashItem::CompareValueFunc, RID_SVXSTR_DASH11,
+ XLineDashItem::CompareValueFunc, RID_SVXSTR_DASH20,
pModel->GetPropertyList( XPropertyListType::Dash ) );
// if the given name is not valid, replace it!