summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
index c88e1223f357..3703d1e8c52c 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx
@@ -75,11 +75,6 @@ public:
void checkForUpdates( std::vector< css::uno::Reference< css::deployment::XPackage > > && vList );
void acceptLicense( const css::uno::Reference< css::deployment::XPackage > &rPackage );
static void syncRepositories( const css::uno::Reference< css::uno::XComponentContext > & xContext );
- /**
- This call does not block. It signals the internal thread
- that it should install the remaining extensions and then terminate.
- */
- void stop();
bool isBusy();
private: