summaryrefslogtreecommitdiff
path: root/include/svx/frmsel.hxx
diff options
context:
space:
mode:
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