summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAhmed ElShreif <aelshreif7@gmail.com>2020-08-08 01:04:28 +0200
committerAhmed ElShreif <aelshreif7@gmail.com>2020-08-12 18:48:32 +0200
commitedd916b47e01ea53f0989bdbb6a703e081e25aea (patch)
treef4106d521a0cb19e283fb8c77b27eaab3b35d714 /include
parented8bce1909f658d8e3d950f374931242f91ba811 (diff)
uitest : Add support for Normal ValueSet
This patch will add support for all the normal valuesets inside any dialog . for example it will help in "Select Presets and Shadow Styles in borders tab ( format table or format cell )" to test tdf#133641 . You can use the support by this line: >> obj_name.executeAction("SELECT", mkPropertyValues({"POS": "4"})) Change-Id: I35d0608318f1bca4f4e702ebcc258957835ce0db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100373 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/valueset.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 410003e97d72..128ffcb8daf6 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -407,6 +407,8 @@ public:
int nItemId = IsNoSelection() ? -1 : GetSelectedItemId();
return mnSavedItemId != nItemId;
}
+
+ virtual FactoryFunction GetUITestFactory() const override;
};