From 3fe1d17a07180c843fd376763e27c72a529b75b2 Mon Sep 17 00:00:00 2001 From: Björn Milcke Date: Mon, 26 Jan 2004 08:13:31 +0000 Subject: drafts namespace of API removed public API moved to offapi Calc as DataEditor - first integration --- chart2/source/inc/Scaling.hxx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'chart2/source/inc/Scaling.hxx') 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 +#ifndef _COM_SUN_STAR_CHART2_XSCALING_HPP_ +#include #endif #ifndef _COM_SUN_STAR_LANG_XSERVICENAME_HPP_ #include @@ -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 ____ -- cgit