diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-04-14 16:02:37 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-05-31 13:42:08 +0000 |
commit | 198cba6e9af2d8a2d8d201a8b26d9a835744c659 (patch) | |
tree | 87233bea28081bb26f45c9b755234b1d0376ecaa /configmgr/qa | |
parent | e971a7192c81c4db84192c6a545dc045aab1a37d (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>
Diffstat (limited to 'configmgr/qa')
-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() { |