summaryrefslogtreecommitdiff
path: root/l10ntools/source/xmlparse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/xmlparse.cxx')
-rw-r--r--l10ntools/source/xmlparse.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index 74f126df4694..69d4881792a3 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -172,7 +172,7 @@ void XMLFile::Write( OString const &aFilename )
s.close();
}
-sal_Bool XMLFile::Write( ofstream &rStream , XMLNode *pCur )
+bool XMLFile::Write( ofstream &rStream , XMLNode *pCur )
{
if ( !pCur )
Write( rStream, this );
@@ -237,7 +237,7 @@ sal_Bool XMLFile::Write( ofstream &rStream , XMLNode *pCur )
break;
}
}
- return sal_True;
+ return true;
}
void XMLFile::Print( XMLNode *pCur, sal_uInt16 nLevel )