summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/Shape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/Shape.hxx')
-rw-r--r--reportdesign/source/core/inc/Shape.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/source/core/inc/Shape.hxx b/reportdesign/source/core/inc/Shape.hxx
index dcef6ae36897..3bb22a9d74f8 100644
--- a/reportdesign/source/core/inc/Shape.hxx
+++ b/reportdesign/source/core/inc/Shape.hxx
@@ -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
@@ -40,15 +40,15 @@
namespace reportdesign
{
- typedef ::cppu::PropertySetMixin< com::sun::star::report::XShape > ShapePropertySet;
+ typedef ::cppu::PropertySetMixin< com::sun::star::report::XShape > ShapePropertySet;
typedef ::cppu::WeakComponentImplHelper2< com::sun::star::report::XShape
- ,com::sun::star::lang::XServiceInfo > ShapeBase;
+ ,com::sun::star::lang::XServiceInfo > ShapeBase;
/** \class OShape Defines the implementation of a \interface com:::sun::star::report::XShape
* \ingroup reportdesign_api
*
*/
- class OShape : public comphelper::OBaseMutex,
+ class OShape : public comphelper::OBaseMutex,
public ShapeBase,
public ShapePropertySet
{
@@ -69,7 +69,7 @@ namespace reportdesign
OShape(const OShape&);
OShape& operator=(const OShape&);
- template <typename T> void set( const ::rtl::OUString& _sProperty
+ template <typename T> void set( const ::rtl::OUString& _sProperty
,const T& _Value
,T& _member)
{
@@ -146,12 +146,12 @@ namespace reportdesign
// XComponent
virtual void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL addEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & aListener) throw(::com::sun::star::uno::RuntimeException)
- {
+ virtual void SAL_CALL addEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & aListener) throw(::com::sun::star::uno::RuntimeException)
+ {
cppu::WeakComponentImplHelperBase::addEventListener(aListener);
}
virtual void SAL_CALL removeEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & aListener) throw(::com::sun::star::uno::RuntimeException)
- {
+ {
cppu::WeakComponentImplHelperBase::removeEventListener(aListener);
}