summaryrefslogtreecommitdiffstats
path: root/sd/workben
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/workben
parentfix build after rebase (diff)
downloadcore-ed6b8a100c1aabb342573f252509573bbe124d29.tar.gz
core-ed6b8a100c1aabb342573f252509573bbe124d29.zip
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/workben')
-rw-r--r--sd/workben/custompanel/ctp_panel.cxx15
-rw-r--r--sd/workben/custompanel/ctp_panel.hxx4
2 files changed, 0 insertions, 19 deletions
diff --git a/sd/workben/custompanel/ctp_panel.cxx b/sd/workben/custompanel/ctp_panel.cxx
index 73f3ce760006..9cc951de9c61 100644
--- a/sd/workben/custompanel/ctp_panel.cxx
+++ b/sd/workben/custompanel/ctp_panel.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "ctp_panel.hxx"
#include <com/sun/star/drawing/framework/XPane.hpp>
@@ -32,11 +31,9 @@
#include <tools/diagnose_ex.h>
-
namespace sd { namespace colortoolpanel
{
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -70,7 +67,6 @@ namespace sd { namespace colortoolpanel
namespace WindowAttribute = ::com::sun::star::awt::WindowAttribute;
namespace PosSize = ::com::sun::star::awt::PosSize;
-
//= helpers
namespace
@@ -103,7 +99,6 @@ namespace sd { namespace colortoolpanel
//= class SingleColorPanel
-
SingleColorPanel::SingleColorPanel( const Reference< XComponentContext >& i_rContext,
const Reference< XConfigurationController >& i_rConfigController, const Reference< XResourceId >& i_rResourceId )
:SingleColorPanel_Base( m_aMutex )
@@ -143,12 +138,10 @@ namespace sd { namespace colortoolpanel
osl_atomic_decrement( &m_refCount );
}
-
SingleColorPanel::~SingleColorPanel()
{
}
-
Reference< XWindow > SAL_CALL SingleColorPanel::getWindow( ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -157,7 +150,6 @@ namespace sd { namespace colortoolpanel
return m_xWindow;
}
-
Reference< XAccessible > SAL_CALL SingleColorPanel::createAccessible( const Reference< XAccessible >& i_rParentAccessible ) throw (RuntimeException)
{
(void)i_rParentAccessible;
@@ -166,7 +158,6 @@ namespace sd { namespace colortoolpanel
// extension only, you'll want to do this correctly ....
}
-
Reference< XResourceId > SAL_CALL SingleColorPanel::getResourceId( ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -175,7 +166,6 @@ namespace sd { namespace colortoolpanel
return m_xResourceId;
}
-
sal_Bool SAL_CALL SingleColorPanel::isAnchorOnly( ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -184,7 +174,6 @@ namespace sd { namespace colortoolpanel
return sal_False;
}
-
void SAL_CALL SingleColorPanel::windowPaint( const PaintEvent& i_rEvent ) throw (RuntimeException)
{
try
@@ -204,13 +193,11 @@ namespace sd { namespace colortoolpanel
}
}
-
void SAL_CALL SingleColorPanel::disposing( const EventObject& i_rSource ) throw (RuntimeException)
{
(void)i_rSource;
}
-
void SAL_CALL SingleColorPanel::disposing()
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -230,8 +217,6 @@ namespace sd { namespace colortoolpanel
m_xWindow.clear();
}
-
} } // namespace sd::colortoolpanel
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/workben/custompanel/ctp_panel.hxx b/sd/workben/custompanel/ctp_panel.hxx
index 33f8d05a7199..8fa084c92efc 100644
--- a/sd/workben/custompanel/ctp_panel.hxx
+++ b/sd/workben/custompanel/ctp_panel.hxx
@@ -32,12 +32,9 @@
#include <boost/scoped_ptr.hpp>
-
namespace sd { namespace colortoolpanel
{
-
-
// class SingleColorPanel
typedef ::cppu::WeakComponentImplHelper3 < ::com::sun::star::drawing::framework::XView
, ::com::sun::star::ui::XToolPanel
@@ -82,7 +79,6 @@ namespace sd { namespace colortoolpanel
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
};
-
} } // namespace sd::colortoolpanel
#endif // INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX