diff options
author | Björn Milcke <bm@openoffice.org> | 2004-01-26 08:13:31 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2004-01-26 08:13:31 +0000 |
commit | 3fe1d17a07180c843fd376763e27c72a529b75b2 (patch) | |
tree | 585d2722e8c23653efed23273d6ca7aae2e20e48 /chart2/source/inc/Scaling.hxx | |
parent | ae900510614be862923fdc70e47dc7ccccb894d4 (diff) |
drafts namespace of API removed
public API moved to offapi
Calc as DataEditor - first integration
Diffstat (limited to 'chart2/source/inc/Scaling.hxx')
-rw-r--r-- | chart2/source/inc/Scaling.hxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/chart2/source/inc/Scaling.hxx b/chart2/source/inc/Scaling.hxx index 4993bdfe3bd6..ef3ae03ef1aa 100644 --- a/chart2/source/inc/Scaling.hxx +++ b/chart2/source/inc/Scaling.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Scaling.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: bm $ $Date: 2003-10-06 09:58:29 $ + * last change: $Author: bm $ $Date: 2004-01-26 09:12:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,8 +61,8 @@ #ifndef _CHART2_SCALING_HXX #define _CHART2_SCALING_HXX -#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XSCALING_HPP_ -#include <drafts/com/sun/star/chart2/XScaling.hpp> +#ifndef _COM_SUN_STAR_CHART2_XSCALING_HPP_ +#include <com/sun/star/chart2/XScaling.hpp> #endif #ifndef _COM_SUN_STAR_LANG_XSERVICENAME_HPP_ #include <com/sun/star/lang/XServiceName.hpp> @@ -82,7 +82,7 @@ namespace chart */ class LogarithmicScaling : public ::cppu::WeakImplHelper2 < - ::drafts::com::sun::star::chart2::XScaling, + ::com::sun::star::chart2::XScaling, ::com::sun::star::lang::XServiceName > { @@ -97,7 +97,7 @@ public: throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XScaling > SAL_CALL + ::com::sun::star::chart2::XScaling > SAL_CALL getInverseScaling() throw (::com::sun::star::uno::RuntimeException); // ____ XServiceName ____ @@ -112,7 +112,7 @@ private: // ---------------------------------------- class ExponentialScaling : public ::cppu::WeakImplHelper2 < - ::drafts::com::sun::star::chart2::XScaling, + ::com::sun::star::chart2::XScaling, ::com::sun::star::lang::XServiceName > { @@ -127,7 +127,7 @@ public: throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XScaling > SAL_CALL + ::com::sun::star::chart2::XScaling > SAL_CALL getInverseScaling() throw (::com::sun::star::uno::RuntimeException); // ____ XServiceName ____ @@ -141,7 +141,7 @@ private: // ---------------------------------------- class LinearScaling : public ::cppu::WeakImplHelper2 < - ::drafts::com::sun::star::chart2::XScaling, + ::com::sun::star::chart2::XScaling, ::com::sun::star::lang::XServiceName > { @@ -156,7 +156,7 @@ public: throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XScaling > SAL_CALL + ::com::sun::star::chart2::XScaling > SAL_CALL getInverseScaling() throw (::com::sun::star::uno::RuntimeException); // ____ XServiceName ____ @@ -171,7 +171,7 @@ private: // ---------------------------------------- class PowerScaling : public ::cppu::WeakImplHelper2 < - ::drafts::com::sun::star::chart2::XScaling, + ::com::sun::star::chart2::XScaling, ::com::sun::star::lang::XServiceName > { @@ -185,7 +185,7 @@ public: throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XScaling > SAL_CALL + ::com::sun::star::chart2::XScaling > SAL_CALL getInverseScaling() throw (::com::sun::star::uno::RuntimeException); // ____ XServiceName ____ |