diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-04-21 19:28:47 -0400 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 04:39:51 +0000 |
commit | ba39f1bf9b29f58b7593f01d552a4f1a42a637cb (patch) | |
tree | ab251de2ca0dbb92ab843bfa73c674adebb0ebf5 /sw/inc/grfatr.hxx | |
parent | bff954c0c4e5f9acf18bfd9ae796bc5a937b7ff6 (diff) |
Finish cleaning up ASCII art in the sw module
Change-Id: If4f11093b791902514dee8e216c92f66b075211d
Reviewed-on: https://gerrit.libreoffice.org/9117
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/inc/grfatr.hxx')
-rw-r--r-- | sw/inc/grfatr.hxx | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx index de916b330c3b..5c43030d039d 100644 --- a/sw/inc/grfatr.hxx +++ b/sw/inc/grfatr.hxx @@ -28,10 +28,6 @@ #include <swatrset.hxx> #include <format.hxx> -/****************************************************************************** - * class SwMirrorGrf - ******************************************************************************/ - enum MirrorGraph { RES_MIRROR_GRAPH_BEGIN, @@ -83,10 +79,6 @@ public: inline void SetGrfToggle( sal_Bool bNew ) { bGrfToggle = bNew; } }; -/****************************************************************************** - * class SwAttrCropGrf - ******************************************************************************/ - class SW_DLLPUBLIC SwCropGrf : public SvxGrfCrop { public: @@ -296,10 +288,7 @@ public: sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE; }; -/****************************************************************************** - * Implementation of graphics attributes methods of SwAttr - ******************************************************************************/ - +// Implementation of graphics attributes methods of SwAttr inline const SwMirrorGrf &SwAttrSet::GetMirrorGrf(sal_Bool bInP) const { return (const SwMirrorGrf&)Get( RES_GRFATR_MIRRORGRF,bInP); } inline const SwCropGrf &SwAttrSet::GetCropGrf(sal_Bool bInP) const @@ -325,10 +314,7 @@ inline const SwTransparencyGrf &SwAttrSet::GetTransparencyGrf(sal_Bool bInP) con inline const SwDrawModeGrf &SwAttrSet::GetDrawModeGrf(sal_Bool bInP) const { return (const SwDrawModeGrf&)Get( RES_GRFATR_DRAWMODE,bInP); } -/****************************************************************************** - * Implementation of graphics attributes methods of SwFmt - ******************************************************************************/ - +// Implementation of graphics attributes methods of SwFmt inline const SwMirrorGrf &SwFmt::GetMirrorGrf(sal_Bool bInP) const { return aSet.GetMirrorGrf(bInP); } inline const SwCropGrf &SwFmt::GetCropGrf(sal_Bool bInP) const |