summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptObject.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:49:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:57:59 -0600
commit2196955b00071dce0d89e6dd13c50284d066e1f2 (patch)
treeaba1653fc3b7817db0eb6819d7cf9059538169b9 /reportdesign/inc/RptObject.hxx
parent2efee3c632bb8372685bb9f7b07e99b91668d779 (diff)
Remove visual noise from reportdesign
Change-Id: I2fea3ecefa24cfc0f3cc2a2f4de7c934eba5d6f7 Reviewed-on: https://gerrit.libreoffice.org/8295 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign/inc/RptObject.hxx')
-rw-r--r--reportdesign/inc/RptObject.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 98fa37e79a8c..48cf539ffc08 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -130,9 +130,9 @@ public:
static SdrObject* createObject(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent);
static sal_uInt16 getObjectType(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent);
};
-//============================================================================
+
// OCustomShape
-//============================================================================
+
class REPORTDESIGN_DLLPUBLIC OCustomShape: public SdrObjCustomShape , public OObjectBase
{
friend class OReportPage;
@@ -173,9 +173,9 @@ private:
virtual void impl_setUnoShape( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxUnoShape );
};
-//============================================================================
+
// OOle2Obj
-//============================================================================
+
class REPORTDESIGN_DLLPUBLIC OOle2Obj: public SdrOle2Obj , public OObjectBase
{
friend class OReportPage;
@@ -224,9 +224,9 @@ public:
void initializeChart( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& _xModel);
};
-//============================================================================
+
// OUnoObject
-//============================================================================
+
class REPORTDESIGN_DLLPUBLIC OUnoObject: public SdrUnoObj , public OObjectBase
{
friend class OReportPage;
@@ -280,9 +280,9 @@ private:
void impl_initializeModel_nothrow();
};
-//============================================================================
+
} // rptui
-//============================================================================
+
#endif // _REPORT_RPTUIOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */