diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-13 21:46:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-13 21:47:25 +0100 |
commit | 2fce337212044d3d3a552c675fffe9bdc137eef9 (patch) | |
tree | 06c268708024cf77346776f00d89cb02326260cc /l10ntools/inc | |
parent | 7c3fab1be983241c61df2c871556ba3e7e35dec6 (diff) |
l10ntools now only depends on sal and externals
Still room for further improvement.
Includes some fixes for regressions introduced with previous commits.
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 2 | ||||
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 3 |
2 files changed, 0 insertions, 5 deletions
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<rtl::OString>& 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<rtl::OString> 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 ); |