summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbxcolor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/tbxcolor.cxx')
-rw-r--r--svx/source/tbxctrls/tbxcolor.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/tbxctrls/tbxcolor.cxx b/svx/source/tbxctrls/tbxcolor.cxx
index b83be60f60ef..77b9190e5aed 100644
--- a/svx/source/tbxctrls/tbxcolor.cxx
+++ b/svx/source/tbxctrls/tbxcolor.cxx
@@ -22,10 +22,10 @@
#include <sfx2/viewfrm.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
-//........................................................................
+
namespace svx
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
@@ -34,9 +34,9 @@ namespace svx
#define TOOLBAR_RESNAME "private:resource/toolbar/"
#define PROPNAME_LAYOUTMANAGER "LayoutManager"
- //====================================================================
+
//= ToolboxAccess
- //====================================================================
+
ToolboxAccess::ToolboxAccess( const ::rtl::OUString& rToolboxName ) :
m_bDocking ( false ),
@@ -100,8 +100,8 @@ namespace svx
return ( m_xLayouter.is() && m_xLayouter->isElementVisible( m_sToolboxResName ) );
}
-//........................................................................
+
} // namespace svx
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */