jl154 #162868# additional private sub-command for unopkg for use in setup

This commit is contained in:
Joachim Lingner
2010-07-12 10:26:26 +02:00
parent ed07c51161
commit aea943b278

View File

@@ -587,6 +587,15 @@ extern "C" int unopkg_main()
xDialog->startExecuteModal(xListener);
dialogEnded.wait();
}
else if (subCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("sync")))
{
//This sub command may be removed later and is only there to have a
//possibility to start extension synching without any output.
//This is just here so we do not get an error, because of an unknown
//sub-command. We do synching before
//the sub-commands are processed.
}
else
{
dp_misc::writeConsoleError(