diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-14 10:35:45 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-14 12:09:57 -0400 |
commit | 204555c107ae455b5bf2c84e450b2da37e5b06db (patch) | |
tree | c347a8d7afcc80475e5ea48e03c4a77244faf815 /editeng/qa | |
parent | 82b0450450d62328e7aede5ac23ba30055219728 (diff) |
Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
Diffstat (limited to 'editeng/qa')
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 5c459328367d..d02cb9303505 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -153,7 +153,7 @@ void Test::testUnoTextFields() { // FILE - SvxUnoTextField aField(text::textfield::Type::FILE); + SvxUnoTextField aField(text::textfield::Type::DOCINFO_TITLE); uno::Sequence<rtl::OUString> aSvcs = aField.getSupportedServiceNames(); bool bGood = includes(aSvcs, "com.sun.star.text.textfield.docinfo.Title"); CPPUNIT_ASSERT_MESSAGE("expected service is not present.", bGood); |