From 2fce337212044d3d3a552c675fffe9bdc137eef9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 13 Feb 2012 21:46:50 +0100 Subject: l10ntools now only depends on sal and externals Still room for further improvement. Includes some fixes for regressions introduced with previous commits. --- l10ntools/inc/helpmerge.hxx | 2 -- l10ntools/inc/xmlparse.hxx | 3 --- 2 files changed, 5 deletions(-) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 6a347464cb62..23523c727ece 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -70,8 +70,6 @@ public: , const std::vector& aLanguages , MergeDataFile& aMergeDataFile , bool bCreateDir ); private: - static rtl::OString makeAbsolutePath(const rtl::OString& sHelpFile , const rtl::OString& rRoot_in); - rtl::OString GetOutpath( const rtl::OString& rPathX , const rtl::OString& sCur , const rtl::OString& rPathY ); bool MergeSingleFile( XMLFile* file , MergeDataFile& aMergeDataFile , const rtl::OString& sLanguage , rtl::OString const & sPath ); diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index af6b6d8b8ea5..cd9bc2ba50fd 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -222,7 +222,6 @@ public: /// returns file name rtl::OUString GetName() { return sFileName; } void SetName( const rtl::OUString &rFilename ) { sFileName = rFilename; } - void SetFullName( const rtl::OUString &rFullFilename ) { sFullName = rFullFilename; } const std::vector getOrder(){ return order; } protected: @@ -233,7 +232,6 @@ protected: // DATA rtl::OUString sFileName; - rtl::OUString sFullName; const rtl::OString ID, OLDREF, XML_LANG; @@ -487,7 +485,6 @@ public: /// parse a file, returns NULL on criticall errors XMLFile *Execute( - const rtl::OUString &rFullFileName, const rtl::OUString &rFileName, // the file name XMLFile *pXMLFileIn // the XMLFile ); -- cgit v1.2.3