summaryrefslogtreecommitdiff
path: root/include/svx/sxsalitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sxsalitm.hxx')
-rw-r--r--include/svx/sxsalitm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sxsalitm.hxx b/include/svx/sxsalitm.hxx
index 9ced5fe85c98..fe5f665444c3 100644
--- a/include/svx/sxsalitm.hxx
+++ b/include/svx/sxsalitm.hxx
@@ -22,18 +22,18 @@
#include <svx/svddef.hxx>
#include <svx/sdangitm.hxx>
-//------------------------------
+
// class SdrHorzShearAllItem
-//------------------------------
+
class SdrHorzShearAllItem: public SdrAngleItem {
public:
SdrHorzShearAllItem(long nAngle=0): SdrAngleItem(SDRATTR_HORZSHEARALL,nAngle) {}
SdrHorzShearAllItem(SvStream& rIn): SdrAngleItem(SDRATTR_HORZSHEARALL,rIn) {}
};
-//------------------------------
+
// class SdrVertShearAllItem
-//------------------------------
+
class SdrVertShearAllItem: public SdrAngleItem {
public:
SdrVertShearAllItem(long nAngle=0): SdrAngleItem(SDRATTR_VERTSHEARALL,nAngle) {}