[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Fri Jan 8 02:22:18 PST 2016


 vcl/source/window/dialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e2b8411a9352cef56e310a1a01b6000e7d15ca7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jan 8 11:21:52 2016 +0100

    Missing semicolon
    
    Change-Id: I160163a377fc374174ca48814494b849d1d32c3f

diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 09cb50c..523eee9 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -884,7 +884,7 @@ short Dialog::Execute()
     if( xDialogParent  )
     {
         if( ! xDialogParent->IsDisposed() )
-            xDialogParent.clear()
+            xDialogParent.clear();
         else
             OSL_FAIL( "Dialog::Execute() - Parent of dialog destroyed in Execute()" );
     }


More information about the Libreoffice-commits mailing list