summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-11 21:12:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-12 09:16:29 +0100
commita0864219a12fa09e46e4193003913ac2945fff76 (patch)
tree74b452475f787f900b10da1e3ac60ab3661a04ef /l10ntools
parentc2b29549ce9a4ac49587fcac03d8f41fc2cf914a (diff)
callcatcher: remove unused Merge ByteString
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index a0c3775b9ee7..8b9f473e300f 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -221,7 +221,6 @@ public:
{ sLanguageRestriction = rRestrictions; }
int getFileCnt();
sal_Bool Extract( const ByteString &rDestinationFile );
- sal_Bool Merge( const ByteString &rSourceFile , const ByteString &rOutput );
int GetFileCnt();
virtual void OnExecuteDirectory( const rtl::OUString &rDirectory );
};
@@ -796,24 +795,6 @@ sal_Bool SourceTreeLocalizer::ExecuteMerge( )
}
-/*****************************************************************************/
-sal_Bool SourceTreeLocalizer::Merge( const ByteString &rSourceFile , const ByteString &rOutput )
-/*****************************************************************************/
-{
- sOutputFile = rOutput;
- nMode = LOCALIZE_MERGE;
- aSDF.Open( String( rSourceFile, RTL_TEXTENCODING_ASCII_US ),
- STREAM_STD_READ );
-
- sal_Bool bReturn = aSDF.IsOpen();
- if ( bReturn ) {
- bReturn = ExecuteMerge();
- }
- aSDF.Close();
- nMode = LOCALIZE_NONE;
- return bReturn;
-}
-
}
using namespace transex3;