Kaydet (Commit) 0c7f8e6d authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Delete some unneeded checking from export2.cxx

Change-Id: Ib41c81629fbc5a8bd709391091c2777d49f9d9c4
üst 8f57a9d2
......@@ -95,10 +95,6 @@ bool Export::handleArguments(
int argc, char * argv[], HandledArgs& o_aHandledArgs)
{
o_aHandledArgs = HandledArgs();
if ( argc <= 1 )
{
return false;
}
sLanguages = "";
sal_uInt16 nState = STATE_NON;
......
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