summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/swdlgfact.hxx
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2023-04-25 16:45:52 -0400
committerMiklos Vajna <vmiklos@collabora.com>2023-04-26 09:35:31 +0200
commitf6f14b98b8be8319c810708e73cffdb189c467ca (patch)
tree6e7014df6234f24dcc2bb836e3941c1edcf75609 /sw/source/ui/dialog/swdlgfact.hxx
parent8d0acd88214180f93cd09730baa1ed9a8169e987 (diff)
tdf#86630 sw page number wizard: set page style numbering type
Giving the user the opportunity to change the number type is rather important. Well, maybe not too critical since I assume that the default page number style is relatively accurate for each locale, and at least for English we always just use numbers for the page style. However, a wizard is the perfect place to expose such a setting, otherwise it is buried in page style settings - far from where anyone would look when inserting a page number. Change-Id: I9053504fa55d16ebf5424946b480cb044b79988c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151005 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/dialog/swdlgfact.hxx')
-rw-r--r--sw/source/ui/dialog/swdlgfact.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.hxx b/sw/source/ui/dialog/swdlgfact.hxx
index 8fee741ff96b..788aaa9c6f80 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -166,6 +166,8 @@ public:
virtual bool StartExecuteAsync(AsyncContext &rCtx) override;
virtual int GetPageNumberPosition() const override;
virtual int GetPageNumberAlignment() const override;
+ SvxNumType GetPageNumberType() const override;
+ void SetPageNumberType(SvxNumType nSet) override;
};
class AbstractGenericDialog_Impl : public VclAbstractDialog