summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/ReportWindow.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportWindow.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx
index 08d500985730..e429c28e8551 100644
--- a/reportdesign/source/ui/report/ReportWindow.cxx
+++ b/reportdesign/source/ui/report/ReportWindow.cxx
@@ -52,9 +52,9 @@ namespace rptui
{
using namespace ::com::sun::star;
using namespace ::comphelper;
-//==================================================================
+
// class OReportWindow
-//==================================================================
+
OReportWindow::OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView)
: Window(_pParent,WB_DIALOGCONTROL)
@@ -439,8 +439,8 @@ void OReportWindow::_propertyChanged(const beans::PropertyChangeEvent& _rEvent)
static sal_Int32 nIn = INVALIDATE_TRANSPARENT;
Invalidate(nIn);
}
-//==================================================================
+
} //rptui
-//==================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */