summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/sidebar
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/source/ui/sidebar
parentremove whitespaces (diff)
downloadcore-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.tar.gz
core-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.zip
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/source/ui/sidebar')
-rw-r--r--sc/source/ui/sidebar/AlignmentPropertyPanel.cxx1
-rw-r--r--sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx4
-rw-r--r--sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx1
-rw-r--r--sc/source/ui/sidebar/ScPanelFactory.cxx8
4 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
index 5545c03d1131..8c612976c80b 100644
--- a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
@@ -372,7 +372,6 @@ void AlignmentPropertyPanel::NotifyItemUpdate(
}
}
-
void AlignmentPropertyPanel::FormatDegrees(double& dTmp)
{
while(dTmp<0)
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
index d6c091448a80..2a1a3374881f 100644
--- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
+++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
@@ -52,7 +52,6 @@ const char UNO_SETBORDERSTYLE[] = ".uno:SetBorderStyle";
const char UNO_LINESTYLE[] = ".uno:LineStyle";
const char UNO_FRAMELINECOLOR[] = ".uno:FrameLineColor";
-
// helpers
namespace
@@ -63,7 +62,6 @@ namespace
}
} // end of anonymous namespace
-
// namespace open
namespace sc { namespace sidebar {
@@ -656,7 +654,6 @@ void CellAppearancePropertyPanel::NotifyItemUpdate(
}
}
-
void CellAppearancePropertyPanel::SetStyleIcon()
{
const sal_uInt16 nIdBorderLineStyle = mpTBLineStyle->GetItemId( UNO_LINESTYLE );
@@ -786,7 +783,6 @@ void CellAppearancePropertyPanel::UpdateControlState()
}
}
-
// namespace close
}} // end of namespace ::sc::sidebar
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index 6fda69ac8b7d..724413f91414 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -316,7 +316,6 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
}
}
-
}} // end of namespace ::sc::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/sidebar/ScPanelFactory.cxx b/sc/source/ui/sidebar/ScPanelFactory.cxx
index c9d247946892..04b0bb97bb91 100644
--- a/sc/source/ui/sidebar/ScPanelFactory.cxx
+++ b/sc/source/ui/sidebar/ScPanelFactory.cxx
@@ -36,24 +36,20 @@
#include <boost/bind.hpp>
-
using namespace css;
using namespace cssu;
using ::rtl::OUString;
-
namespace sc { namespace sidebar {
#define IMPLEMENTATION_NAME "org.apache.openoffice.comp.sc.sidebar.ScPanelFactory"
#define SERVICE_NAME "com.sun.star.ui.UIElementFactory"
-
::rtl::OUString SAL_CALL ScPanelFactory::getImplementationName (void)
{
return OUString(IMPLEMENTATION_NAME);
}
-
cssu::Reference<cssu::XInterface> SAL_CALL ScPanelFactory::createInstance(
const uno::Reference<lang::XMultiServiceFactory>& )
{
@@ -62,7 +58,6 @@ cssu::Reference<cssu::XInterface> SAL_CALL ScPanelFactory::createInstance(
return xService;
}
-
cssu::Sequence<OUString> SAL_CALL ScPanelFactory::getSupportedServiceNames (void)
{
cssu::Sequence<OUString> aServiceNames (1);
@@ -71,18 +66,15 @@ cssu::Sequence<OUString> SAL_CALL ScPanelFactory::getSupportedServiceNames (void
}
-
ScPanelFactory::ScPanelFactory (void)
: PanelFactoryInterfaceBase(m_aMutex)
{
}
-
ScPanelFactory::~ScPanelFactory (void)
{
}
-
Reference<ui::XUIElement> SAL_CALL ScPanelFactory::createUIElement (
const ::rtl::OUString& rsResourceURL,
const ::cssu::Sequence<css::beans::PropertyValue>& rArguments)