From 8638ad7cb077a237daf5d74f6ad19ae7009ab929 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 21 Oct 2009 10:47:51 +0200 Subject: #i103496#: some warnings, pch and windows only fixes --- xmloff/source/draw/shapeexport3.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/shapeexport3.cxx b/xmloff/source/draw/shapeexport3.cxx index d71162da5fd2..7ea32b1bfaf2 100644 --- a/xmloff/source/draw/shapeexport3.cxx +++ b/xmloff/source/draw/shapeexport3.cxx @@ -59,12 +59,6 @@ using ::rtl::OUStringBuffer; using namespace ::com::sun::star; using namespace ::xmloff::token; -////////////////////////////////////////////////////////////////////////////// - -inline sal_Int32 FRound( double fVal ) -{ - return( fVal > 0.0 ? (sal_Int32) ( fVal + 0.5 ) : -(sal_Int32) ( -fVal + 0.5 ) ); -} ////////////////////////////////////////////////////////////////////////////// -- cgit