[Libreoffice-commits] .: svx/source
David Tardon
dtardon at kemper.freedesktop.org
Mon Feb 20 21:21:27 PST 2012
svx/source/engine3d/scene3d.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 967c82e9ce359ecb96982ece6d9e83f0771d8011
Author: David Tardon <dtardon at 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
More information about the Libreoffice-commits
mailing list