summaryrefslogtreecommitdiff
path: root/include/svx/sxlayitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sxlayitm.hxx')
-rw-r--r--include/svx/sxlayitm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sxlayitm.hxx b/include/svx/sxlayitm.hxx
index 40a88891b495..cff0f7914fe7 100644
--- a/include/svx/sxlayitm.hxx
+++ b/include/svx/sxlayitm.hxx
@@ -24,9 +24,9 @@
#include <svl/intitem.hxx>
#include <svx/svdtypes.hxx>
-//------------------------------
+
// class SdrLayerIdItem
-//------------------------------
+
class SdrLayerIdItem: public SfxUInt16Item {
public:
SdrLayerIdItem(sal_uInt16 nId=0): SfxUInt16Item(SDRATTR_LAYERID,nId) {}
@@ -34,9 +34,9 @@ public:
SdrLayerID GetValue() const { return (SdrLayerID)SfxUInt16Item::GetValue(); }
};
-//------------------------------
+
// class SdrLayerNameItem
-//------------------------------
+
class SdrLayerNameItem: public SfxStringItem {
public: