From aea943b27855a9f3f3795f092139947d3ee02b65 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 12 Jul 2010 10:26:26 +0200 Subject: [PATCH] jl154 #162868# additional private sub-command for unopkg for use in setup --- desktop/source/pkgchk/unopkg/unopkg_app.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index a9a0c8271373..9434b69653a1 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx @@ -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(