summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-07 15:30:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 18:08:29 +0200
commitadc49a81e940cb84724288a4453b6711f283219f (patch)
treedc86287afb936e3459bc9217480884ab5bd48ea2 /svx/source
parent7435558847c7bbe9160e0ca6fb1a6115a34555fe (diff)
remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/customshapes/tbxcustomshapes.cxx6
-rw-r--r--svx/source/engine3d/dragmt3d.cxx12
-rw-r--r--svx/source/tbxctrls/colrctrl.cxx6
-rw-r--r--svx/source/tbxctrls/subtoolboxcontrol.cxx16
-rw-r--r--svx/source/xoutdev/xattr.cxx80
-rw-r--r--svx/source/xoutdev/xattr2.cxx5
6 files changed, 0 insertions, 125 deletions
diff --git a/svx/source/customshapes/tbxcustomshapes.cxx b/svx/source/customshapes/tbxcustomshapes.cxx
index c9a435362141..63e92cbae653 100644
--- a/svx/source/customshapes/tbxcustomshapes.cxx
+++ b/svx/source/customshapes/tbxcustomshapes.cxx
@@ -44,12 +44,6 @@
SFX_IMPL_TOOLBOX_CONTROL(SvxTbxCtlCustomShapes, SfxBoolItem);
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
SvxTbxCtlCustomShapes::SvxTbxCtlCustomShapes( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) :
SfxToolBoxControl( nSlotId, nId, rTbx ),
m_aSubTbxResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/" ) )
diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx
index 81771f1ece41..36d7b9d1437e 100644
--- a/svx/source/engine3d/dragmt3d.cxx
+++ b/svx/source/engine3d/dragmt3d.cxx
@@ -129,10 +129,6 @@ E3dDragMethod::E3dDragMethod (
}
}
-/*************************************************************************
-|*
-\************************************************************************/
-
void E3dDragMethod::TakeSdrDragComment(XubString& /*rStr*/) const
{
}
@@ -454,10 +450,6 @@ void E3dDragRotate::MoveSdrDrag(const Point& rPnt)
}
}
-/*************************************************************************
-|*
-\************************************************************************/
-
Pointer E3dDragRotate::GetSdrDragPointer() const
{
return Pointer(POINTER_ROTATE);
@@ -732,10 +724,6 @@ void E3dDragMove::MoveSdrDrag(const Point& rPnt)
}
}
-/*************************************************************************
-|*
-\************************************************************************/
-
Pointer E3dDragMove::GetSdrDragPointer() const
{
return Pointer(POINTER_MOVE);
diff --git a/svx/source/tbxctrls/colrctrl.cxx b/svx/source/tbxctrls/colrctrl.cxx
index 38e1993f02c9..5519e2559403 100644
--- a/svx/source/tbxctrls/colrctrl.cxx
+++ b/svx/source/tbxctrls/colrctrl.cxx
@@ -216,12 +216,6 @@ void SvxColorValueSet::DoDrag()
}
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_STATIC_LINK(SvxColorValueSet, ExecDragHdl, void*, EMPTYARG)
{
// Als Link, damit asynchron ohne ImpMouseMoveMsg auf dem Stack auch die
diff --git a/svx/source/tbxctrls/subtoolboxcontrol.cxx b/svx/source/tbxctrls/subtoolboxcontrol.cxx
index d1ae4806a836..040dbf0d7fbc 100644
--- a/svx/source/tbxctrls/subtoolboxcontrol.cxx
+++ b/svx/source/tbxctrls/subtoolboxcontrol.cxx
@@ -27,28 +27,16 @@
SFX_IMPL_TOOLBOX_CONTROL( SvxSubToolBoxControl, SfxUInt16Item );
-/**********************************************************************
-
-**********************************************************************/
-
SvxSubToolBoxControl::SvxSubToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx )
: SfxToolBoxControl( nSlotId, nId, rTbx )
{
rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) );
}
-/**********************************************************************
-
-**********************************************************************/
-
SvxSubToolBoxControl::~SvxSubToolBoxControl()
{
}
-/**********************************************************************
-
-**********************************************************************/
-
SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow()
{
const sal_Char* pResource = 0;
@@ -64,10 +52,6 @@ SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow()
return NULL;
}
-/**********************************************************************
-
-**********************************************************************/
-
SfxPopupWindowType SvxSubToolBoxControl::GetPopupWindowType() const
{
return SFX_POPUPWINDOW_ONCLICK;
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 2307f714846e..b615ccc0e2e0 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -76,12 +76,6 @@ using namespace ::com::sun::star;
TYPEINIT1_AUTOFACTORY(NameOrIndex, SfxStringItem);
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
long ScaleMetricValue( long nVal, long nMul, long nDiv )
{
BigInt aVal( nVal );
@@ -4193,23 +4187,11 @@ SfxPoolItem* XFormTextStyleItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) cons
return new XFormTextStyleItem(rIn);
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
sal_uInt16 XFormTextStyleItem::GetValueCount() const
{
return 5;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextStyleItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const
{
@@ -4217,12 +4199,6 @@ bool XFormTextStyleItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) co
return true;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextStyleItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/)
{
@@ -4282,23 +4258,11 @@ SfxPoolItem* XFormTextAdjustItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) con
return new XFormTextAdjustItem(rIn);
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
sal_uInt16 XFormTextAdjustItem::GetValueCount() const
{
return 4;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextAdjustItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const
{
@@ -4306,12 +4270,6 @@ bool XFormTextAdjustItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) c
return true;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextAdjustItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/)
{
@@ -4571,24 +4529,11 @@ SfxPoolItem* XFormTextShadowItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) con
return new XFormTextShadowItem(rIn);
}
-
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
sal_uInt16 XFormTextShadowItem::GetValueCount() const
{
return 3;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const
{
@@ -4596,12 +4541,6 @@ bool XFormTextShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) c
return true;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextShadowItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/)
{
@@ -4810,24 +4749,11 @@ SfxPoolItem* XFormTextStdFormItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) co
return new XFormTextStdFormItem(rIn);
}
-
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
sal_uInt16 XFormTextStdFormItem::GetValueCount() const
{
return 3;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextStdFormItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const
{
@@ -4835,12 +4761,6 @@ bool XFormTextStdFormItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/)
return true;
}
-/*************************************************************************
-|*
-|*
-|*
-\*************************************************************************/
-
// #FontWork#
bool XFormTextStdFormItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/)
{
diff --git a/svx/source/xoutdev/xattr2.cxx b/svx/source/xoutdev/xattr2.cxx
index 7b39aae30dc4..b5df3c7f359b 100644
--- a/svx/source/xoutdev/xattr2.cxx
+++ b/svx/source/xoutdev/xattr2.cxx
@@ -695,11 +695,6 @@ SfxItemPresentation XFillBmpSizeYItem::GetPresentation
}
}
-
-/*************************************************************************
-|*
-\*************************************************************************/
-
bool XFillBmpSizeYItem::HasMetrics() const
{
return GetValue() > 0L;