summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 17:50:25 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:10 +0200
commitbf42b6f9f51b4bc66e267ae24c87ac79122825cc (patch)
tree449f642fc53e3d654ae36a39877efc41a8b74fcc /reportdesign
parent3f84d81412f123bda0dde57c4e52abe9f49f58af (diff)
fdo#62475 - remove visual noise
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
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: */