diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-04 08:29:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-04 14:10:44 +0200 |
commit | 59b072e22b0610abc7ffdbc75873ef5cbba58de7 (patch) | |
tree | 663c2d01a983508f9b22ec87fae29b16ab5a1683 /cui/source/customize/selector.cxx | |
parent | baa411b59c3840a4dddf5447a0b4583eb5edea74 (diff) |
yyyyy
Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548
Diffstat (limited to 'cui/source/customize/selector.cxx')
-rw-r--r-- | cui/source/customize/selector.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx index 173a9ecfed08..115dcab17793 100644 --- a/cui/source/customize/selector.cxx +++ b/cui/source/customize/selector.cxx @@ -759,14 +759,12 @@ void SvxConfigGroupListBox::GroupSelected() continue; } - Any value = xPropSet->getPropertyValue( - OUString("URI")); + Any value = xPropSet->getPropertyValue("URI"); value >>= uri; try { - value = xPropSet->getPropertyValue( - OUString("Description")); + value = xPropSet->getPropertyValue("Description"); value >>= description; } catch (Exception &) { |