Kaydet (Commit) 24c75ae9 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: unused methods

üst 65f4978e
...@@ -38,18 +38,6 @@ ...@@ -38,18 +38,6 @@
using namespace com::sun::star; using namespace com::sun::star;
using namespace ooo::vba; 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, ScVbaOLEObject::ScVbaOLEObject( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext,
css::uno::Reference< css::drawing::XControlShape > xControlShape ) css::uno::Reference< css::drawing::XControlShape > xControlShape )
: OLEObjectImpl_BASE( xParent, xContext ), m_xControlShape( xControlShape ) : OLEObjectImpl_BASE( xParent, xContext ), m_xControlShape( xControlShape )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment