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>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
@@ -3110,7 +3110,7 @@ void BuilderBase::handleListStore(xmlreader::XmlReader& reader, const OUString&
|
||||
}
|
||||
}
|
||||
|
||||
VclBuilder::stringmap VclBuilder::handleAtkObject(xmlreader::XmlReader &reader) const
|
||||
BuilderBase::stringmap BuilderBase::handleAtkObject(xmlreader::XmlReader& reader) const
|
||||
{
|
||||
int nLevel = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user