summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-08-13 13:40:52 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-08-13 19:31:22 +0200
commitcd72aca086ff84467d51f6864c58648c3322c53f (patch)
tree7e3286bb2a8d942dc16d1d3e76c9d9ac6387e0ff /include
parent612d20103f4fd26020c7f5ab7af80a4f504f06a3 (diff)
tdf#130857 VclBuilder: Move handleAtkObject to base class
Change-Id: I0f29b53b58f2d65d3409f6416406ba21c2411b98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171821 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builder.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 0e2426149b07..e6f20884ee80 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -104,6 +104,7 @@ protected:
const bool bTranslate) const;
+ stringmap handleAtkObject(xmlreader::XmlReader& reader) const;
std::vector<ComboBoxTextItem> handleItems(xmlreader::XmlReader& reader) const;
void handleListStore(xmlreader::XmlReader& reader, const OUString& rID, std::u16string_view rClass);
void handleRow(xmlreader::XmlReader& reader, const OUString& rID);
@@ -396,8 +397,6 @@ private:
void handleMenu(xmlreader::XmlReader& reader, vcl::Window* pParent, const OUString& rID,
bool bMenuBar);
- stringmap handleAtkObject(xmlreader::XmlReader &reader) const;
-
// if bToolbarItem=true, pParent is the ToolBox that the item belongs to, since there's no widget for the item itself
void applyAtkProperties(vcl::Window *pWindow, const stringmap& rProperties, bool bToolbarItem);