diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-03 14:39:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-03 14:39:52 +0100 |
commit | 21e3eed67ee8f70bf816b389d4680abc3afa160a (patch) | |
tree | efc315ee97104d40fb0a97308ba9e86bd1ca7637 | |
parent | 8efb69e260ecbcde5ee67ab41ed7a9630783c29a (diff) |
Clarify need for solar mutex
Change-Id: Ica3430e75c91ccf4861fce660c45b90c5584fb9a
-rw-r--r-- | svtools/inc/svtools/restartdialog.hxx | 1 |
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, |