diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-19 10:45:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-19 12:09:34 +0000 |
commit | ee8aa3dbaf6c02c9ea1bd7781e5e71847b4e614b (patch) | |
tree | 99e796b119c9d7e6d1a13b4148fedb8d5238cece /vcl | |
parent | 9b9bc7461e0513e2bb493e7f00f800b2463751e1 (diff) |
Fix SvxFmDrawPage et al getTypes
The implementation of SxvFmDrawPage::getTypes was presumably forgotten when
e97beb270fd1a5121cdb69ffafd12ea04100e290 "NTEGRATION: CWS xmlperf02" changed
SvxFmDrawPage from supporting XFormsSupplier to supporting XFormsSupplier2
(which derives from XFormsSupplier).
And SwFmDrawPage uses ImplInheritanceHelper to derivefrom SvxFmDrawPage, so
there should be no need to implement SwFmDrawPage::getTypes manually (and
wrongly, at that, in that it included the types of SvxFmDrawPage twice, once
directly via SvxFmDrawPage::getTypes(), and once indirectly via
SwFmDrawPage_Base::getTypes()).
Change-Id: I8c467f5a20e1f44396378abe9199851e646f6947
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145772
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
0 files changed, 0 insertions, 0 deletions