diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 14:33:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 14:33:43 +0000 |
commit | a051dd4ba736d990c9a42c5a1ff11d2c37645e52 (patch) | |
tree | 669b30996af65086b419118f0d585bd07581f051 /desktop | |
parent | 1f022c8c97f84718d3585c9c0da7293775342262 (diff) |
INTEGRATION: CWS extmgrui05 (1.2.52); FILE MERGED
2008/07/01 10:14:09 dv 1.2.52.1: #i91241# Don't allow termination, when ExtMgr is working
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx index 7a4c07d0da4e..f1ad41097c1c 100644 --- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx +++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx @@ -8,7 +8,7 @@ * * $RCSfile: dp_gui_extensioncmdqueue.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -110,6 +110,7 @@ public: */ void stopAndWait(); + bool isBusy(); private: ExtensionCmdQueue(ExtensionCmdQueue &); // not defined void operator =(ExtensionCmdQueue &); // not defined |