summaryrefslogtreecommitdiff
path: root/starmath/inc/unomodel.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:51:49 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:51:49 +0000
commit0316db277c2c5ac7bf8924e53008d5f65835dbd0 (patch)
tree2bb9c078e000e6ff8789ac612dcc97f63bc227c8 /starmath/inc/unomodel.hxx
parent79116f05591f4243bf81723dc222332ee4da89d8 (diff)
INTEGRATION: CWS fwkq1 (1.9.100); FILE MERGED
2003/07/17 12:21:23 mba 1.9.100.2: #110843#: get rid of factories 2003/07/15 06:24:25 mba 1.9.100.1: #110843#: get rid of factories
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r--starmath/inc/unomodel.hxx16
1 files changed, 4 insertions, 12 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index 7659eff03222..131e1bf04b8e 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tl $ $Date: 2002-08-29 08:42:32 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:51:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,9 +73,6 @@
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
-#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
-#include <com/sun/star/lang/XUnoTunnel.hpp>
-#endif
#ifndef _COM_SUN_STAR_VIEW_XRENDERABLE_HPP_
#include <com/sun/star/view/XRenderable.hpp>
#endif
@@ -92,7 +89,6 @@ class SmFormat;
class SmModel : public SfxBaseModel,
public comphelper::PropertySetHelper,
public com::sun::star::lang::XServiceInfo,
- public com::sun::star::lang::XUnoTunnel,
public com::sun::star::view::XRenderable
{
protected:
@@ -130,12 +126,8 @@ public:
virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void)
throw( ::com::sun::star::uno::RuntimeException );
- inline ::rtl::OUString SmModel::getImplementationName_Static() throw( );
+ static ::com::sun::star::uno::Sequence< rtl::OUString > getSupportedServiceNames_Static();
+ static ::rtl::OUString getImplementationName_Static();
};
-inline ::rtl::OUString SmModel::getImplementationName_Static() throw( )
-{
- return rtl::OUString::createFromAscii("math.SmModel");
-}
-
#endif