diff options
author | Henry Castro <hcastro@collabora.com> | 2018-01-09 22:17:23 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2018-01-18 20:55:56 +0100 |
commit | 252ce90e39648c47bcfdb39547d0ac82bacdbae6 (patch) | |
tree | e3cd98634c37a73859eb4e8839310f10c6345e0d /desktop/qa | |
parent | 494297afe3a14d9aeef6b54515b7dceff5e1cc5f (diff) |
sw lokit: add page syles to header & footer
Change-Id: I3c0b0603d1e03f1cc19af4324dd2b909320d9d4a
Reviewed-on: https://gerrit.libreoffice.org/47687
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop/qa')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index d5d7cb26f18b..4488aa8c155c 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -309,6 +309,7 @@ void DesktopLOKTest::testGetStyles() rPair.first != "CellStyles" && rPair.first != "ShapeStyles" && rPair.first != "TableStyles" && + rPair.first != "HeaderFooter" && rPair.first != "Commands") { CPPUNIT_FAIL("Unknown style family: " + rPair.first); |