summaryrefslogtreecommitdiff
path: root/l10ntools/inc/propmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/propmerge.hxx')
-rw-r--r--l10ntools/inc/propmerge.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/inc/propmerge.hxx b/l10ntools/inc/propmerge.hxx
index a44649cfb91b..b6e2a0b3b85f 100644
--- a/l10ntools/inc/propmerge.hxx
+++ b/l10ntools/inc/propmerge.hxx
@@ -33,8 +33,7 @@ public:
~PropParser();
bool isInitialized() const { return m_bIsInitialized; }
- void Extract(
- const OString& rSDFFile, const OString& rPrj, const OString& rRoot );
+ void Extract( const OString& rPOFile );
void Merge( const OString &rMergeSrc, const OString &rDestinationFile );
};