summaryrefslogtreecommitdiff
path: root/svx/source/form/fmcontrolbordermanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmcontrolbordermanager.cxx')
-rw-r--r--svx/source/form/fmcontrolbordermanager.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/form/fmcontrolbordermanager.cxx b/svx/source/form/fmcontrolbordermanager.cxx
index 45e0bc23f792..f2b907cc2b94 100644
--- a/svx/source/form/fmcontrolbordermanager.cxx
+++ b/svx/source/form/fmcontrolbordermanager.cxx
@@ -27,18 +27,18 @@
#include <com/sun/star/awt/XListBox.hpp>
#include <tools/debug.hxx>
-//........................................................................
+
namespace svxform
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::form::validation;
- //====================================================================
+
//= helper
- //====================================================================
+
static void setUnderline( const Reference< XVclWindowPeer >& _rxPeer, const UnderlineDescriptor& _rUnderline )
{
@@ -83,9 +83,9 @@ namespace svxform
_rxPeer->setProperty( FM_PROP_BORDERCOLOR, makeAny( _rBoder.nBorderColor ) );
}
- //====================================================================
+
//= ControlBorderManager
- //====================================================================
+
ControlBorderManager::ControlBorderManager()
:m_nFocusColor ( 0x000000FF )
@@ -423,8 +423,8 @@ namespace svxform
}
}
-//........................................................................
+
} // namespace svxform
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */