summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 17:56:27 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:11 +0200
commit78ced6235b0a0f043d9e9618cd8758a8e6f34d33 (patch)
treef274df4221d67b6fabd20d9a8e67b78192083995 /include/editeng
parentdeleted code that was commented out (diff)
downloadcore-78ced6235b0a0f043d9e9618cd8758a8e6f34d33.tar.gz
core-78ced6235b0a0f043d9e9618cd8758a8e6f34d33.zip
fix indentation
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I55ff666c357c89ad355a1a5bc0d0347fcc188476
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/boxitem.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/boxitem.hxx b/include/editeng/boxitem.hxx
index 587bc1264845..5a450d86f4e4 100644
--- a/include/editeng/boxitem.hxx
+++ b/include/editeng/boxitem.hxx
@@ -56,7 +56,7 @@ class EDITENG_DLLPUBLIC SvxBoxItem : public SfxPoolItem
*pBottom,
*pLeft,
*pRight;
- sal_uInt16 nTopDist,
+ sal_uInt16 nTopDist,
nBottomDist,
nLeftDist,
nRightDist;
@@ -94,7 +94,7 @@ public:
const editeng::SvxBorderLine* GetLine( sal_uInt16 nLine ) const;
- //The Pointers are being copied!
+ //The Pointers are being copied!
void SetLine( const editeng::SvxBorderLine* pNew, sal_uInt16 nLine );
sal_uInt16 GetDistance( sal_uInt16 nLine ) const;
@@ -103,8 +103,8 @@ public:
void SetDistance( sal_uInt16 nNew, sal_uInt16 nLine );
inline void SetDistance( sal_uInt16 nNew );
- // Line width plus Space plus inward distance
- //bIgnoreLine = TRUE -> Also return distance, when no Line is set
+ // Line width plus Space plus inward distance
+ // bIgnoreLine = TRUE -> Also return distance, when no Line is set
sal_uInt16 CalcLineSpace( sal_uInt16 nLine, sal_Bool bIgnoreLine = sal_False ) const;
static com::sun::star::table::BorderLine2 SvxLineToLine( const editeng::SvxBorderLine* pLine, sal_Bool bConvert );
static sal_Bool LineToSvxLine(const ::com::sun::star::table::BorderLine& rLine, editeng::SvxBorderLine& rSvxLine, sal_Bool bConvert);
@@ -197,7 +197,7 @@ public:
const editeng::SvxBorderLine* GetHori() const { return pHori; }
const editeng::SvxBorderLine* GetVert() const { return pVert; }
- //The Pointers are being copied!
+ //The Pointers are being copied!
void SetLine( const editeng::SvxBorderLine* pNew, sal_uInt16 nLine );
sal_Bool IsTable() const { return mbEnableHor && mbEnableVer; }