summaryrefslogtreecommitdiff
path: root/include/svx/frmsel.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/svx/frmsel.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/frmsel.hxx')
-rw-r--r--include/svx/frmsel.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx
index c5d249e444a6..9c0db3010855 100644
--- a/include/svx/frmsel.hxx
+++ b/include/svx/frmsel.hxx
@@ -36,7 +36,7 @@ namespace svx {
struct FrameSelectorImpl;
-// ============================================================================
+
typedef int FrameSelFlags;
@@ -68,7 +68,7 @@ const FrameSelFlags FRAMESEL_DIAGONAL = FRAMESEL_DIAG_TLBR|FRAMESEL_DIAG_BLTR;
/** If set, all frame borders will support the don't care state. */
const FrameSelFlags FRAMESEL_DONTCARE = 0x0100;
-// ----------------------------------------------------------------------------
+
/** All possible states of a frame border. */
enum FrameBorderState
@@ -78,7 +78,7 @@ enum FrameBorderState
FRAMESTATE_DONTCARE /// Frame border is in don't care state (if enabled).
};
-// ============================================================================
+
class SVX_DLLPUBLIC FrameSelector : public Control
{
@@ -178,7 +178,7 @@ public:
/** Returns the bounding rectangle of the specified frame border (if enabled). */
Rectangle GetClickBoundRect( FrameBorderType eBorder ) const;
- // ------------------------------------------------------------------------
+
protected:
virtual void Paint( const Rectangle& rRect );
virtual void MouseButtonDown( const MouseEvent& rMEvt );
@@ -193,7 +193,7 @@ private:
std::auto_ptr< FrameSelectorImpl > mxImpl;
};
-// ============================================================================
+
} // namespace svx