diff options
Diffstat (limited to 'l10ntools/inc/lngmerge.hxx')
-rw-r--r-- | l10ntools/inc/lngmerge.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx index d18bce3bdd97..4631bb3536f8 100644 --- a/l10ntools/inc/lngmerge.hxx +++ b/l10ntools/inc/lngmerge.hxx @@ -53,9 +53,9 @@ public: sal_Bool bULFFormat); ~LngParser(); - sal_Bool CreatePO( const rtl::OString &rPOFile ); - sal_Bool Merge(const rtl::OString &rPOFile, - const rtl::OString &rDestinationFile); + sal_Bool CreatePO( const OString &rPOFile, const OString &rLanguage ); + sal_Bool Merge(const OString &rPOFile, const OString &rDestinationFile, + const OString &rLanguage ); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |