summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-29 20:25:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-29 20:25:33 +0000
commit24c75ae93e09bc0410235995dc2ca119512f865c (patch)
treed35008f5b955f9c2a751fcc70286befbc865a486 /sc
parent65f4978e9158f08a55f23514be677938d920e762 (diff)
callcatcher: unused methods
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbaoleobject.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/vba/vbaoleobject.cxx b/sc/source/ui/vba/vbaoleobject.cxx
index ebf87bf5275d..05cc60de33d7 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 )