[Libreoffice-commits] .: svtools/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 3 05:40:21 PST 2012


 svtools/inc/svtools/restartdialog.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 21e3eed67ee8f70bf816b389d4680abc3afa160a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 3 14:39:52 2012 +0100

    Clarify need for solar mutex
    
    Change-Id: Ica3430e75c91ccf4861fce660c45b90c5584fb9a

diff --git a/svtools/inc/svtools/restartdialog.hxx b/svtools/inc/svtools/restartdialog.hxx
index 63a4e8e..993b099 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,


More information about the Libreoffice-commits mailing list