summaryrefslogtreecommitdiff
path: root/include/svx/frmsel.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-05-06 06:44:12 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-06 11:59:36 +0200
commit9c475ed270f1bb8601f312ee43ca2c50bf1790b9 (patch)
tree571e5996629649fc6219bf36ea1f6e5579843141 /include/svx/frmsel.hxx
parentf705883c2a5bfaf24d355b9a41bd613e71fc72e4 (diff)
svx: remove comment cruft
Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6 Reviewed-on: https://gerrit.libreoffice.org/53899 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/frmsel.hxx')
-rw-r--r--include/svx/frmsel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx
index 8c35b2d29e29..db2699edd543 100644
--- a/include/svx/frmsel.hxx
+++ b/include/svx/frmsel.hxx
@@ -88,7 +88,7 @@ public:
/** Initializes the control, enables/disables frame borders according to flags. */
void Initialize( FrameSelFlags nFlags );
- // enabled frame borders --------------------------------------------------
+ // enabled frame borders
/** Returns true, if the specified frame border is enabled. */
bool IsBorderEnabled( FrameBorderType eBorder ) const;
@@ -99,7 +99,7 @@ public:
/** Returns the index of a frame border (counts only enabled borders) from passed type. */
sal_Int32 GetEnabledBorderIndex( FrameBorderType eBorder ) const;
- // frame border state and style -------------------------------------------
+ // frame border state and style
/** Returns true, if the control supports the "don't care" frame border state. */
bool SupportsDontCareState() const;
@@ -128,7 +128,7 @@ public:
returns the color in the passed parameter. */
bool GetVisibleColor( Color& rColor ) const;
- // frame border selection -------------------------------------------------
+ // frame border selection
/** Returns the current selection handler. */
const Link<LinkParamNone*,void>& GetSelectHdl() const;
@@ -154,7 +154,7 @@ public:
/** Sets the passed color to all selected frame borders. */
void SetColorToSelection( const Color& rColor );
- // accessibility ----------------------------------------------------------
+ // accessibility
virtual css::uno::Reference< css::accessibility::XAccessible >
CreateAccessible() override;