summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/roadmapcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/roadmapcontrol.cxx')
-rw-r--r--toolkit/source/controls/roadmapcontrol.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/source/controls/roadmapcontrol.cxx b/toolkit/source/controls/roadmapcontrol.cxx
index 4cbf5fbe1626..08dfb3a27059 100644
--- a/toolkit/source/controls/roadmapcontrol.cxx
+++ b/toolkit/source/controls/roadmapcontrol.cxx
@@ -24,10 +24,10 @@
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <osl/diagnose.h>
-//........................................................................
+
namespace toolkit
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::awt;
@@ -35,9 +35,9 @@ namespace toolkit
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
-// ----------------------------------------------------
+
// helper
-// ----------------------------------------------------
+
static void lcl_throwIllegalArgumentException( )
{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this ....
@@ -49,9 +49,9 @@ static void lcl_throwIndexOutOfBoundsException( )
throw IndexOutOfBoundsException();
}
- // ===================================================================
+
// = UnoControlRoadmapModel
- // ===================================================================
+
UnoControlRoadmapModel::UnoControlRoadmapModel( const Reference< XComponentContext >& i_factory )
:UnoControlRoadmapModel_Base( i_factory )
@@ -353,9 +353,9 @@ static void lcl_throwIndexOutOfBoundsException( )
maContainerListeners.removeInterface( xListener );
}
- // ===================================================================
+
// = UnoRoadmapControl
- // ===================================================================
+
UnoRoadmapControl::UnoRoadmapControl()
:UnoControlRoadmap_Base()