Kaydet (Commit) a0864219 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: remove unused Merge ByteString

üst c2b29549
...@@ -221,7 +221,6 @@ public: ...@@ -221,7 +221,6 @@ public:
{ sLanguageRestriction = rRestrictions; } { sLanguageRestriction = rRestrictions; }
int getFileCnt(); int getFileCnt();
sal_Bool Extract( const ByteString &rDestinationFile ); sal_Bool Extract( const ByteString &rDestinationFile );
sal_Bool Merge( const ByteString &rSourceFile , const ByteString &rOutput );
int GetFileCnt(); int GetFileCnt();
virtual void OnExecuteDirectory( const rtl::OUString &rDirectory ); virtual void OnExecuteDirectory( const rtl::OUString &rDirectory );
}; };
...@@ -796,24 +795,6 @@ sal_Bool SourceTreeLocalizer::ExecuteMerge( ) ...@@ -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; using namespace transex3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment