summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-16 09:48:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-16 10:26:03 +0000
commit08c475bb24a34f3a6a3f08e8490b521e8dcc96be (patch)
tree45380d74b4b7f751d43041f28e9588f8ca7a1a89 /l10ntools/inc
parent46087fd1b7186cd181275693e72494c4a07c0c38 (diff)
callcatcher: update unused code list
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 2355f5b23e46..c669a3b57bbb 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -304,20 +304,13 @@ public:
static void RemoveUTF8ByteOrderMarker( rtl::OString &rString );
static bool hasUTF8ByteOrderMarker( const rtl::OString &rString );
static rtl::OString QuoteHTML( rtl::OString const &rString );
- static bool CopyFile(const rtl::OString& rSource , const rtl::OString& rDest);
static rtl::OString UnquoteHTML( rtl::OString const &rString );
- static const char* GetEnv( const char *pVar );
-
static bool isSourceLanguage(const rtl::OString &rLanguage);
static bool isAllowed(const rtl::OString &rLanguage);
static void Languages( std::vector<rtl::OString>::const_iterator& begin , std::vector<rtl::OString>::const_iterator& end );
- static rtl::OString getRandomName(const rtl::OString& rPrefix, const rtl::OString & sPostfix);
- static void getCurrentDir( std::string& dir );
-
- static rtl::OString GetNativeFile( rtl::OString const & sSource );
static void DumpExportList(const rtl::OString& rListName,
ExportList& aList);