From 15a13bafccb96e6ab0cc5a23af6dd46715fa22c5 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Fri, 15 Mar 2013 15:42:05 +0100 Subject: Get rid of generating temporary sdf file Working: 1. Localize add header to po files. 2. Executables append po entries to po files. 3. Localize delete entryless po files and empty directories Plus a bunch of clean up. Change-Id: I58e300eaee4cee948203cc9d3e642ca9462d0d26 --- l10ntools/source/lngex.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'l10ntools/source/lngex.cxx') diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx index eb5cccc578fc..9f63b89b9d2f 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -38,8 +38,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { if ( aArgs.m_bMergeMode ) aParser.Merge(aArgs.m_sMergeSrc, aArgs.m_sOutputFile); else - aParser.CreateSDF( - aArgs.m_sOutputFile, aArgs.m_sPrj, aArgs.m_sPrjRoot ); + aParser.CreatePO( aArgs.m_sOutputFile ); return 0; } -- cgit