summaryrefslogtreecommitdiff
path: root/sd/inc/sdattr.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 23:45:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:53:03 -0600
commit2ef9df8aee696993d9eb235fd36caa4cbcfd3624 (patch)
tree7b9a351a3362f45a909299c93192bd11a2fd0c4e /sd/inc/sdattr.hxx
parent7e92d9881f039899262882633712ec0a3de01474 (diff)
Remove visual noise from sd
Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c Reviewed-on: https://gerrit.libreoffice.org/8306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/inc/sdattr.hxx')
-rw-r--r--sd/inc/sdattr.hxx21
1 files changed, 1 insertions, 20 deletions
diff --git a/sd/inc/sdattr.hxx b/sd/inc/sdattr.hxx
index e7ea9b696ce6..004827c0db64 100644
--- a/sd/inc/sdattr.hxx
+++ b/sd/inc/sdattr.hxx
@@ -31,13 +31,7 @@
#include "fadedef.h"
#include "diadef.h"
-//------------------------------------------------------------------
-
-
-//==================================================================
-// layer attributes
-//==================================================================
-
+// layer attributes
class SdAttrLayerName : public SfxStringItem
{
public:
@@ -47,8 +41,6 @@ public:
SfxStringItem( ATTR_LAYER_NAME, aStr ) {}
};
-//------------------------------------------------------------------
-
class SdAttrLayerTitle : public SfxStringItem
{
public:
@@ -56,8 +48,6 @@ public:
SdAttrLayerTitle( const OUString& aStr ) : SfxStringItem( ATTR_LAYER_TITLE, aStr ) {}
};
-//------------------------------------------------------------------
-
class SdAttrLayerDesc : public SfxStringItem
{
public:
@@ -65,7 +55,6 @@ public:
SdAttrLayerDesc( const OUString& aStr ) : SfxStringItem( ATTR_LAYER_DESC, aStr ) {}
};
-//------------------------------------------------------------------
class SdAttrLayerVisible : public SfxBoolItem
{
@@ -74,7 +63,6 @@ public:
SfxBoolItem( ATTR_LAYER_VISIBLE, bValue ) {}
};
-//------------------------------------------------------------------
class SdAttrLayerPrintable : public SfxBoolItem
{
@@ -83,7 +71,6 @@ public:
SfxBoolItem( ATTR_LAYER_PRINTABLE, bValue ) {}
};
-//------------------------------------------------------------------
class SdAttrLayerLocked : public SfxBoolItem
{
@@ -92,7 +79,6 @@ public:
SfxBoolItem( ATTR_LAYER_LOCKED, bValue ) {}
};
-//------------------------------------------------------------------
class SdAttrLayerThisPage : public SfxBoolItem
{
@@ -101,7 +87,6 @@ public:
SfxBoolItem( ATTR_LAYER_THISPAGE, bValue ) {}
};
-//------------------------------------------------------------------
class DiaEffectItem : public SfxEnumItem
{
@@ -117,7 +102,6 @@ public:
{ return (::com::sun::star::presentation::FadeEffect) SfxEnumItem::GetValue(); }
};
-//------------------------------------------------------------------
class DiaSpeedItem : public SfxEnumItem
{
@@ -133,7 +117,6 @@ public:
{ return (FadeSpeed) SfxEnumItem::GetValue(); }
};
-//------------------------------------------------------------------
class DiaAutoItem : public SfxEnumItem
{
@@ -148,7 +131,6 @@ public:
PresChange GetValue() const { return (PresChange) SfxEnumItem::GetValue(); }
};
-//------------------------------------------------------------------
class DiaTimeItem : public SfxUInt32Item
{
@@ -162,5 +144,4 @@ public:
#endif // INCLUDED_SD_INC_SDATTR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */