summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShiko <aelshreif7@gmail.com>2020-06-14 22:24:13 +0200
committerAhmed ElShreif <aelshreif7@gmail.com>2020-07-03 11:49:20 +0200
commit626c6ca43f1c20db261dff0108f89e62853953e7 (patch)
tree61980ea0623f0db2fa85b7107619ed9f3be37b4e /include
parent287adbce9a6e5d045a1d6873ac312370630a922d (diff)
uitest : Add Support for SvxNumValueSet
We need to add support for the SvxNumValueSet to use it in testing this item: Writer Format-Bullets and numbering dialog You can now test any SvxNumValueSet with this lines: >> obj_name.executeAction("CHOOSE", mkPropertyValues({"POS": "pos_num"})) I will provide another patch with test case fo Writer Format-Bullets and numbering dialog Change-Id: I4e3835c34bd3509929ee2d5e832991aa95ed3bba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97271 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/numvset.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/numvset.hxx b/include/svx/numvset.hxx
index 2b58fb6dd4ab..7cbf6d8dc761 100644
--- a/include/svx/numvset.hxx
+++ b/include/svx/numvset.hxx
@@ -81,6 +81,9 @@ public:
css::uno::Reference<css::container::XIndexAccess> > const & rOutline,
css::uno::Reference<css::text::XNumberingFormatter> const & xFormatter,
const css::lang::Locale& rLocale);
+
+ virtual FactoryFunction GetUITestFactory() const override;
+
};