summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-03 14:39:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-03 14:39:52 +0100
commit21e3eed67ee8f70bf816b389d4680abc3afa160a (patch)
treeefc315ee97104d40fb0a97308ba9e86bd1ca7637 /svtools
parent8efb69e260ecbcde5ee67ab41ed7a9630783c29a (diff)
Clarify need for solar mutex
Change-Id: Ica3430e75c91ccf4861fce660c45b90c5584fb9a
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/restartdialog.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/svtools/restartdialog.hxx b/svtools/inc/svtools/restartdialog.hxx
index 63a4e8e1b763..993b0998aa0b 100644
--- a/svtools/inc/svtools/restartdialog.hxx
+++ b/svtools/inc/svtools/restartdialog.hxx
@@ -34,6 +34,7 @@ enum RestartReason {
// %PRODUCTNAME must be restarted."
};
+// Must be called with the solar mutex locked:
SVT_DLLPUBLIC void executeRestartDialog(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
const & context,