summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdruler.cxx
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-20 17:34:37 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-20 17:34:37 +0000
commite5cedfc83a548e5554e79cba141665f07ada96b5 (patch)
treeed67b6dafed54285e39dc91686bfa8e133d775e6 /sd/source/ui/view/sdruler.cxx
parent07d1d90f7ae732c362c1a59f97a89156ae6ebd70 (diff)
Remove empty comments
Diffstat (limited to 'sd/source/ui/view/sdruler.cxx')
-rw-r--r--sd/source/ui/view/sdruler.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/view/sdruler.cxx b/sd/source/ui/view/sdruler.cxx
index 41ec7e8e154d..1b63c322678f 100644
--- a/sd/source/ui/view/sdruler.cxx
+++ b/sd/source/ui/view/sdruler.cxx
@@ -63,21 +63,12 @@ class RulerCtrlItem : public SfxControllerItem
RulerCtrlItem(USHORT nId, Ruler& rRlr, SfxBindings& rBind);
};
-/*************************************************************************
-|*
-\************************************************************************/
-
RulerCtrlItem::RulerCtrlItem(USHORT _nId, Ruler& rRlr, SfxBindings& rBind)
: SfxControllerItem(_nId, rBind)
, rRuler(rRlr)
{
}
-
-/*************************************************************************
-|*
-\************************************************************************/
-
void RulerCtrlItem::StateChanged( USHORT nSId, SfxItemState, const SfxPoolItem* pState )
{
switch( nSId )