summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/inc/RptModel.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 67e9daf7f810..5147b4c135d1 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -35,10 +35,6 @@ namespace reportdesign
}
namespace rptui
{
-//============================================================================
-// OReportModel
-//============================================================================
-
class OReportPage;
class OXUndoEnvironment;
@@ -55,6 +51,7 @@ private:
OReportModel( const OReportModel& );
void operator=(const OReportModel& rSrcModel);
+
public:
TYPEINFO();
@@ -90,6 +87,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createShape(const OUString& aServiceSpecifier,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rShape,sal_Int32 nOrientation = -1);
};
}
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */