diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-04-14 16:02:37 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-02 10:46:19 +0000 |
commit | 08bb0cf5872c24533312994976969e734d33bcef (patch) | |
tree | ad162cf428da94cde735646ffaca9ecbae9473f7 /configmgr | |
parent | 1b4ce1cf3be51900b43d913df205c1325862e739 (diff) |
tdf#91781 A round of minor tweaks to Writer's menus
Change-Id: I0c37f9e0349af0cd9dc41c500543da7532fb9198
Reviewed-on: https://gerrit.libreoffice.org/23976
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
(cherry picked from commit 198cba6e9af2d8a2d8d201a8b26d9a835744c659)
Reviewed-on: https://gerrit.libreoffice.org/25726
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/qa/unit/test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index d22adad5e5f9..9f9c20306acf 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -283,7 +283,7 @@ void Test::testSetSetMemberName() ".uno:FontworkShapeType", "Label") >>= s); - CPPUNIT_ASSERT( s == "Fontwork Gallery..." ); + CPPUNIT_ASSERT( s == "Fontwork Style" ); } void Test::testInsertSetMember() { |