[Libreoffice-commits] .: sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 29 12:29:49 PST 2010
sc/source/ui/vba/vbaoleobject.cxx | 12 ------------
1 file changed, 12 deletions(-)
New commits:
commit 07f06e506f915e3565317ff582c87e7d44e1c022
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 29 20:25:33 2010 +0000
callcatcher: unused methods
diff --git a/sc/source/ui/vba/vbaoleobject.cxx b/sc/source/ui/vba/vbaoleobject.cxx
index 2d8347b..c0a6382 100644
--- a/sc/source/ui/vba/vbaoleobject.cxx
+++ b/sc/source/ui/vba/vbaoleobject.cxx
@@ -38,18 +38,6 @@
using namespace com::sun::star;
using namespace ooo::vba;
-
-sal_Int32 pt2mm( double pt ) //1/100mm
-{
- return static_cast<sal_Int32>(pt * 0.352778);
-}
-
-double mm2pt( sal_Int32 mm )
-{
- return mm * 2.8345;
-}
-
-
ScVbaOLEObject::ScVbaOLEObject( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext,
css::uno::Reference< css::drawing::XControlShape > xControlShape )
: OLEObjectImpl_BASE( xParent, xContext ), m_xControlShape( xControlShape )
More information about the Libreoffice-commits
mailing list