From 2acfc0a94c95ae579aca6f057949f59bd7c123b9 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 15 Sep 2013 16:09:24 +0200 Subject: cleanup ruler items (rulritem.hxx) - remove comments, identation Change-Id: I450ebe3ceab0acf03221970b33c8da4cbb2c6a52 --- include/svx/rulritem.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include/svx') diff --git a/include/svx/rulritem.hxx b/include/svx/rulritem.hxx index b2c6195a0699..cd19467917cb 100644 --- a/include/svx/rulritem.hxx +++ b/include/svx/rulritem.hxx @@ -21,7 +21,7 @@ #include #include -#include "svx/svxdllapi.h" +#include #include class SVX_DLLPUBLIC SvxLongLRSpaceItem : public SfxPoolItem @@ -52,10 +52,10 @@ public: SvxLongLRSpaceItem(const SvxLongLRSpaceItem &); SvxLongLRSpaceItem(); - long GetLeft() const { return lLeft; } - long GetRight() const { return lRight; } - void SetLeft(long lArgLeft) {lLeft=lArgLeft;} - void SetRight(long lArgRight) {lRight=lArgRight;} + long GetLeft() const; + long GetRight() const; + void SetLeft(long lArgLeft); + void SetRight(long lArgRight); }; class SVX_DLLPUBLIC SvxLongULSpaceItem : public SfxPoolItem @@ -86,10 +86,10 @@ public: SvxLongULSpaceItem(const SvxLongULSpaceItem &); SvxLongULSpaceItem(); - long GetUpper() const { return lLeft; } - long GetLower() const { return lRight; } - void SetUpper(long lArgLeft) {lLeft=lArgLeft;} - void SetLower(long lArgRight) {lRight=lArgRight;} + long GetUpper() const; + long GetLower() const; + void SetUpper(long lArgLeft); + void SetLower(long lArgRight); }; class SVX_DLLPUBLIC SvxPagePosSizeItem : public SfxPoolItem -- cgit