summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-21 10:47:51 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-21 10:47:51 +0200
commit8638ad7cb077a237daf5d74f6ad19ae7009ab929 (patch)
treec0fbf06a6a50598c2c219eb8a56932ef2eb8ae4b /xmloff
parente41eb25654585debe8f2ff6b68fe7e6a77520043 (diff)
#i103496#: some warnings, pch and windows only fixes
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport3.cxx6
1 files changed, 0 insertions, 6 deletions
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 ) );
-}
//////////////////////////////////////////////////////////////////////////////