[Libreoffice-commits] .: filter/source

Noel Power noelp at kemper.freedesktop.org
Fri Oct 15 11:05:52 PDT 2010


 filter/source/msfilter/msocximex.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 177accb6a2eaab2cd4ca5d909c5edd39c26aa682
Author: Noel Power <noel.power at novell.com>
Date:   Fri Oct 15 19:05:02 2010 +0100

    revisit fix fdo#30856, remove bogus header and pull in correct headers

diff --git a/filter/source/msfilter/msocximex.cxx b/filter/source/msfilter/msocximex.cxx
index 236e696..cc9da8c 100644
--- a/filter/source/msfilter/msocximex.cxx
+++ b/filter/source/msfilter/msocximex.cxx
@@ -89,8 +89,9 @@
 #include <com/sun/star/sheet/XCellRangeReferrer.hpp>
 #include <svtools/filterutils.hxx>
 // #TODO remove this when oox is used for control/userform import
-#include <vbahelper/vbahelper.hxx>
 #include <com/sun/star/util/MeasureUnit.hpp>
+#include <com/sun/star/awt/XDevice.hpp>
+#include <com/sun/star/awt/XUnitConversion.hpp>
 
 #ifndef C2S
 #define C2S(cChar)	String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar))


More information about the Libreoffice-commits mailing list