diff options
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/xcuparser.cxx | 2 | ||||
-rw-r--r-- | configmgr/source/xcuparser.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx index bac4119262ca..b47a482f3f8b 100644 --- a/configmgr/source/xcuparser.cxx +++ b/configmgr/source/xcuparser.cxx @@ -621,7 +621,7 @@ void XcuParser::handleGroupProp( } void XcuParser::handleUnknownGroupProp( - xmlreader::XmlReader const & reader, GroupNode * group, + xmlreader::XmlReader const & reader, GroupNode const * group, OUString const & name, Type type, Operation operation, bool finalized) { switch (operation) { diff --git a/configmgr/source/xcuparser.hxx b/configmgr/source/xcuparser.hxx index 27e193bde8b7..ec40372fed1d 100644 --- a/configmgr/source/xcuparser.hxx +++ b/configmgr/source/xcuparser.hxx @@ -85,7 +85,7 @@ private: void handleGroupProp(xmlreader::XmlReader & reader, GroupNode * group); void handleUnknownGroupProp( - xmlreader::XmlReader const & reader, GroupNode * group, + xmlreader::XmlReader const & reader, GroupNode const * group, OUString const & name, Type type, Operation operation, bool finalized); |