summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Title.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-11-26 15:32:24 +0000
committerBjörn Milcke <bm@openoffice.org>2003-11-26 15:32:24 +0000
commita44540b381cadc0665093c85dd03d8d8156ff69d (patch)
tree0671bc9d7683998c87a5f967197f13a6bd087ed6 /chart2/source/model/main/Title.hxx
parent2201088d7377ed1f491cfb88cf841f1695ea38e6 (diff)
positions at model objects
Diffstat (limited to 'chart2/source/model/main/Title.hxx')
-rw-r--r--chart2/source/model/main/Title.hxx19
1 files changed, 6 insertions, 13 deletions
diff --git a/chart2/source/model/main/Title.hxx b/chart2/source/model/main/Title.hxx
index c86dc2f8d1d0..bc5b8d1032dd 100644
--- a/chart2/source/model/main/Title.hxx
+++ b/chart2/source/model/main/Title.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Title.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2003-10-06 09:58:31 $
+ * last change: $Author: bm $ $Date: 2003-11-26 16:32:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,8 +69,8 @@
#ifndef CHART_MUTEXCONTAINER_HXX
#include "MutexContainer.hxx"
#endif
-#ifndef _CPPUHELPER_IMPLBASE4_HXX_
-#include <cppuhelper/implbase4.hxx>
+#ifndef _CPPUHELPER_IMPLBASE3_HXX_
+#include <cppuhelper/implbase3.hxx>
#endif
#ifndef _COMPHELPER_UNO3_HXX_
#include <comphelper/uno3.hxx>
@@ -85,9 +85,6 @@
#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XIDENTIFIABLE_HPP_
#include <drafts/com/sun/star/chart2/XIdentifiable.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_LAYOUT_XLAYOUTELEMENT_HPP_
-#include <drafts/com/sun/star/layout/XLayoutElement.hpp>
-#endif
#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
#include <com/sun/star/uno/XComponentContext.hpp>
#endif
@@ -97,11 +94,10 @@ namespace chart
namespace impl
{
-typedef ::cppu::WeakImplHelper4<
+typedef ::cppu::WeakImplHelper3<
::drafts::com::sun::star::chart2::XTitle,
::com::sun::star::lang::XServiceInfo,
- ::drafts::com::sun::star::chart2::XIdentifiable,
- ::drafts::com::sun::star::layout::XLayoutElement >
+ ::drafts::com::sun::star::chart2::XIdentifiable >
Title_Base;
}
@@ -160,9 +156,6 @@ protected:
virtual ::rtl::OUString SAL_CALL getIdentifier()
throw (::com::sun::star::uno::RuntimeException);
- // ____ XLayoutElement ____
- // (empty)
-
private:
::rtl::OUString m_aIdentifier;