summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-22 12:57:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-22 12:57:02 +0000
commitfcc188527003d6dcafab10e828f71cde6793ef8c (patch)
tree9f32508b48048dbffb294534b7c4d2557b8ec4a7
parentef5d07a1fab46c208932c314dc582f7b40f949d0 (diff)
#i100000# typo
-rw-r--r--reportdesign/source/ui/report/SectionWindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/SectionWindow.cxx b/reportdesign/source/ui/report/SectionWindow.cxx
index a300e37dbe02..a54f8fecd6e7 100644
--- a/reportdesign/source/ui/report/SectionWindow.cxx
+++ b/reportdesign/source/ui/report/SectionWindow.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SectionWindow.cxx,v $
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
* This file is part of OpenOffice.org.
*
@@ -56,7 +56,7 @@ namespace rptui
using namespace ::com::sun::star;
using namespace ::comphelper;
-DBG_NAME( rpt_OSectionWindow );
+DBG_NAME( rpt_OSectionWindow )
OSectionWindow::OSectionWindow( OViewsWindow* _pParent,const uno::Reference< report::XSection >& _xSection,const ::rtl::OUString& _sColorEntry)
: Window( _pParent,WB_DIALOGCONTROL)
,OPropertyChangeListener(m_aMutex)