summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-27 22:11:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-28 01:38:14 +0200
commit2b6a8cd88c026612dff7c5251c3d44b72d7840ba (patch)
treeffc1943c29603fb9ca46d2aca4b88366526e1f34 /svx
parent4467c67dc8bf17c67c70985c0d0ea64636884f9f (diff)
remove unused SetBorderColor
Change-Id: Ib792a4251ed0040d10abc6a408089d7cc8e5eca8
Diffstat (limited to 'svx')
-rw-r--r--svx/source/inc/frmselimpl.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx
index 05c8f94d6111..6e1b9bd6b34a 100644
--- a/svx/source/inc/frmselimpl.hxx
+++ b/svx/source/inc/frmselimpl.hxx
@@ -210,8 +210,6 @@ struct FrameSelectorImpl : public Resource
void SetBorderState( FrameBorder& rBorder, FrameBorderState eState );
/** Sets the core style of the specified frame border, or hides the frame border, if pStyle is 0. */
void SetBorderCoreStyle( FrameBorder& rBorder, const editeng::SvxBorderLine* pStyle );
- /** Sets the color of the specified frame border. */
- void SetBorderColor( FrameBorder& rBorder, const Color& rColor );
/** Changes the state of a frame border after a control event (mouse/keyboard). */
void ToggleBorderState( FrameBorder& rBorder );