diff options
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 0495883a5311..8e7d320affc5 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -161,7 +161,7 @@ public: void Write( OString const &rFilename ); void Write( std::ofstream &rStream, XMLNode *pCur = nullptr ); - bool CheckExportStatus( XMLParentNode *pCur = nullptr ); + bool CheckExportStatus( XMLChildNode *pCur = nullptr ); XMLFile& operator=(const XMLFile& rObj); |