diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 21:17:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-12 09:16:29 +0100 |
commit | cc3d6508286ef9daa5bf6a028e0e3b81c2ccc98d (patch) | |
tree | 214674fee298ceada477684f9ede920b14bed7a7 /l10ntools/inc/export.hxx | |
parent | 6974f514d3b8cf4b422a70f21fdb57d283ab3774 (diff) |
callcatcher: remove unused MergeDataFile::WriteError ByteString
Diffstat (limited to 'l10ntools/inc/export.hxx')
-rw-r--r-- | l10ntools/inc/export.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index addfd7a88f7f..bf3308b85215 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -515,8 +515,6 @@ class MergeDataFile const ByteString &sFilename, bool bCaseSensitive ); ByteString Dump(); - void WriteError( const ByteString &rLine ); - public: MergeDataFile( const ByteString &rFileName, const ByteString& rFile , sal_Bool bErrLog, CharSet aCharSet, bool bCaseSensitive = false ); ~MergeDataFile(); |