svx/source/engine3d/scene3d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 967c82e9ce359ecb96982ece6d9e83f0771d8011
Author: David Tardon <dtar...@redhat.com>
Date:   Tue Feb 21 06:21:15 2012 +0100

    add missing semicolon

diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index 5081b50..805829f 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -224,7 +224,7 @@ void E3dScene::SetDefaultAttributes(E3dDefaultAttributes& 
/*rDefault*/)
 {
     // For WIN95/NT turn off the FP-Exceptions
 #if defined(WNT)
-    _control87( _MCW_EM, _MCW_EM )
+    _control87( _MCW_EM, _MCW_EM );
 #endif
 
     // Set defaults
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to