diff options
author | Joachim Lingner <jl@openoffice.org> | 2010-07-12 10:26:26 +0200 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2010-07-12 10:26:26 +0200 |
commit | aea943b27855a9f3f3795f092139947d3ee02b65 (patch) | |
tree | c4b93f99f9bb6827f333a16b3703c56e8bb95fca /desktop | |
parent | ed07c51161b6ac904a42a6ce14ba52283ccbde0b (diff) |
jl154 #162868# additional private sub-command for unopkg for use in setup
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
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( |