[Libreoffice-commits] .: basic/source

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Mar 17 08:16:44 PDT 2011


 basic/source/runtime/props.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 208026880b11d292d0cd7da2bc4b6a5d7955991d
Author: Michael Lefevre <lefevre00 at yahoo.fr>
Date:   Thu Mar 17 16:12:48 2011 +0100

    Remove duplicated constant F_PI and friends
    
    Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx

diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx
index 44f87c1..5c39f69 100644
--- a/basic/source/runtime/props.cxx
+++ b/basic/source/runtime/props.cxx
@@ -33,6 +33,7 @@
 #include "stdobj.hxx"
 #include "rtlproto.hxx"
 #include "errobject.hxx"
+#include "basegfx/numeric/ftools.hxx"
 
 
 // Properties und Methoden legen beim Get (bWrite = FALSE) den Returnwert


More information about the Libreoffice-commits mailing list