summaryrefslogtreecommitdiff
path: root/svl/source/items
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-08-16 21:27:34 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-08-16 22:19:55 -0500
commitb0e02e72c20f3c921fed34367f8184604387572b (patch)
tree1dca8a5615fad9d044d08c4ba6bf8fd4d4700f89 /svl/source/items
parent18749c7ad38d1a8cec1a941100112c99260c34fa (diff)
svl: Remove ASCII art and pointless comments
Change-Id: Idd8ea0cb7e7d58a29dbfcae084558320efe5fe43 Reviewed-on: https://gerrit.libreoffice.org/10945 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/globalnameitem.cxx5
-rw-r--r--svl/source/items/itemprop.cxx6
-rw-r--r--svl/source/items/itemset.cxx2
-rw-r--r--svl/source/items/poolitem.cxx6
-rw-r--r--svl/source/items/slstitm.cxx2
-rw-r--r--svl/source/items/srchitem.cxx2
-rw-r--r--svl/source/items/style.cxx3
7 files changed, 7 insertions, 19 deletions
diff --git a/svl/source/items/globalnameitem.cxx b/svl/source/items/globalnameitem.cxx
index 077e8b9aca0a..faf8f72b647d 100644
--- a/svl/source/items/globalnameitem.cxx
+++ b/svl/source/items/globalnameitem.cxx
@@ -27,10 +27,7 @@
#include <svl/globalnameitem.hxx>
-// STATIC DATA -----------------------------------------------------------
-
-
-
+// STATIC DATA
TYPEINIT1_AUTOFACTORY(SfxGlobalNameItem, SfxPoolItem);
diff --git a/svl/source/items/itemprop.cxx b/svl/source/items/itemprop.cxx
index 4179c649652a..9b1de9e2289d 100644
--- a/svl/source/items/itemprop.cxx
+++ b/svl/source/items/itemprop.cxx
@@ -24,9 +24,9 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/unordered_map.hpp>
-/*************************************************************************
- UNO III Implementation
-*************************************************************************/
+/*
+ * UNO III Implementation
+ */
using namespace com::sun::star;
using namespace com::sun::star::beans;
using namespace com::sun::star::lang;
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 964c8afc188f..1de26e063407 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -33,7 +33,7 @@
#include <tools/solar.h>
#include <rtl/string.hxx>
-// STATIC DATA -----------------------------------------------------------
+// STATIC DATA
static const sal_uInt16 nInitCount = 10; // Single USHORTs => 5 pairs without '0'
#if OSL_DEBUG_LEVEL > 1
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx
index 4b1fc9df8c64..c73f583f8f71 100644
--- a/svl/source/items/poolitem.cxx
+++ b/svl/source/items/poolitem.cxx
@@ -40,7 +40,6 @@ const char* pw5 = "Wow! 10.000.000 items!";
IMPL_PTRHINT(SfxPoolItemHint,SfxPoolItem)
-// SfxPoolItem -----------------------------------------------------------
SfxPoolItem::SfxPoolItem(sal_uInt16 const nWhich)
: m_nRefCount(0)
, m_nWhich(nWhich)
@@ -207,13 +206,11 @@ bool SfxPoolItem::GetPresentation
return false;
}
-// SfxVoidItem ------------------------------------------------------------
SfxVoidItem::SfxVoidItem( sal_uInt16 which ):
SfxPoolItem(which)
{
}
-// SfxVoidItem ------------------------------------------------------------
SfxVoidItem::SfxVoidItem( const SfxVoidItem& rCopy):
SfxPoolItem(rCopy)
{
@@ -250,9 +247,8 @@ SfxPoolItem* SfxVoidItem::Clone(SfxItemPool *) const
return new SfxVoidItem(*this);
}
-// SfxInvalidItem ---------------------------------------------------------
+// SfxInvalidItem
-// SfxItemHandle ----------------------------------------------------------
SfxItemHandle::SfxItemHandle(SfxPoolItem &rItem):
pRef(new sal_uInt16(1)),
pItem(rItem.Clone())
diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx
index e15106367511..163dd11909a7 100644
--- a/svl/source/items/slstitm.cxx
+++ b/svl/source/items/slstitm.cxx
@@ -44,8 +44,6 @@ SfxImpStringList::~SfxImpStringList()
nRefCount = 0xffff;
}
-// class SfxStringListItem -----------------------------------------------
-
SfxStringListItem::SfxStringListItem() :
pImp(NULL)
{
diff --git a/svl/source/items/srchitem.cxx b/svl/source/items/srchitem.cxx
index bcd8266fcf79..e2bc8c696d1d 100644
--- a/svl/source/items/srchitem.cxx
+++ b/svl/source/items/srchitem.cxx
@@ -54,7 +54,7 @@ using namespace com::sun::star::util;
#define SRCH_PARA_CONTENT "Content"
#define SRCH_PARA_ASIANOPT "AsianOptions"
-// STATIC DATA -----------------------------------------------------------
+// STATIC DATA
TYPEINIT1_FACTORY(SvxSearchItem, SfxPoolItem, new SvxSearchItem(0));
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 7340f16ad16f..541fa95cbcbc 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -958,9 +958,6 @@ SfxStyleSheetBase* SfxStyleSheetPool::Create( const SfxStyleSheet& r )
return new SfxStyleSheet( r );
}
-/**
- * class SfxUnoStyleSheet
- */
SfxUnoStyleSheet::SfxUnoStyleSheet( const OUString& _rName, const SfxStyleSheetBasePool& _rPool, SfxStyleFamily _eFamily, sal_uInt16 _nMaske )
: ::cppu::ImplInheritanceHelper2< SfxStyleSheet, ::com::sun::star::style::XStyle, ::com::sun::star::lang::XUnoTunnel >( _rName, _rPool, _eFamily, _nMaske )
{