summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index a21405bd8445..7b154d562e6e 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -115,12 +115,11 @@ class RequestHandler: public salhelper::SimpleReferenceObject
ProcessDocumentsRequest&, bool noTerminate);
// return sal_False if second office
- static Status Enable();
+ static Status Enable(bool ipc);
static void Disable(bool join = true);
// start dispatching events...
static void SetReady();
static void WaitForReady();
- static bool IsEnabled();
bool AreRequestsEnabled() const { return mState == State::RequestsEnabled; }
};