summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaassistant.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaassistant.cxx')
-rw-r--r--sc/source/ui/vba/vbaassistant.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/ui/vba/vbaassistant.cxx b/sc/source/ui/vba/vbaassistant.cxx
index 714bb783f3cb..43ab4589809c 100644
--- a/sc/source/ui/vba/vbaassistant.cxx
+++ b/sc/source/ui/vba/vbaassistant.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -76,51 +76,51 @@ void SAL_CALL ScVbaAssistant::setOn( sal_Bool bOn ) throw (uno::RuntimeException
}
-::sal_Int32 SAL_CALL
+::sal_Int32 SAL_CALL
ScVbaAssistant::getTop() throw (css::uno::RuntimeException)
{
return m_nPointsTop;
}
-void SAL_CALL
+void SAL_CALL
ScVbaAssistant::setTop( ::sal_Int32 _top ) throw (css::uno::RuntimeException)
{
m_nPointsTop = _top;
}
-::sal_Int32 SAL_CALL
+::sal_Int32 SAL_CALL
ScVbaAssistant::getLeft() throw (css::uno::RuntimeException)
{
return m_nPointsLeft;
}
-void SAL_CALL
+void SAL_CALL
ScVbaAssistant::setLeft( ::sal_Int32 _left ) throw (css::uno::RuntimeException)
{
m_nPointsLeft = _left;
}
-::sal_Int32 SAL_CALL
+::sal_Int32 SAL_CALL
ScVbaAssistant::getAnimation() throw (css::uno::RuntimeException)
{
return m_nAnimation;
}
-void SAL_CALL
+void SAL_CALL
ScVbaAssistant::setAnimation( ::sal_Int32 _animation ) throw (css::uno::RuntimeException)
{
m_nAnimation = _animation;
}
-::rtl::OUString SAL_CALL
+::rtl::OUString SAL_CALL
ScVbaAssistant::Name( ) throw (css::script::BasicErrorException, css::uno::RuntimeException)
{
return m_sName;
}
-rtl::OUString&
+rtl::OUString&
ScVbaAssistant::getServiceImplName()
{
static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaAssistant") );
return sImplName;
}
-uno::Sequence< rtl::OUString >
+uno::Sequence< rtl::OUString >
ScVbaAssistant::getServiceNames()
{
static uno::Sequence< rtl::OUString > aServiceNames;