summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_service.cxx
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-06-03 09:35:22 +0200
committerDirk Voelzke <dv@openoffice.org>2010-06-03 09:35:22 +0200
commit04615ba86017896e0fb4bf951004ba2e4e22e6c9 (patch)
treec07ff43dacfacff44221b9e3e728d36115997fec /desktop/source/deployment/gui/dp_gui_service.cxx
parent057d47a436bab4ba71a101f7d2ad21cabae0cd20 (diff)
jl152#i77196# unopkg gui should sync repositories, too
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_service.cxx')
-rwxr-xr-x[-rw-r--r--]desktop/source/deployment/gui/dp_gui_service.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx
index 061988d5b04d..c4269e6ac137 100644..100755
--- a/desktop/source/deployment/gui/dp_gui_service.cxx
+++ b/desktop/source/deployment/gui/dp_gui_service.cxx
@@ -46,6 +46,7 @@
#include "boost/bind.hpp"
#include "license_dialog.hxx"
#include "dp_gui_dialog2.hxx"
+#include "dp_gui_extensioncmdqueue.hxx"
using namespace ::dp_misc;
using namespace ::com::sun::star;
@@ -256,6 +257,7 @@ void ServiceImpl::startExecuteModal(
+ ::utl::ConfigManager::GetDirectConfigProperty(
::utl::ConfigManager::PRODUCTVERSION).get<OUString>();
app->SetDisplayName(sTitle);
+ ExtensionCmdQueue::syncRepositories( m_xComponentContext );
}
}
else