diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:23:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:30:50 +0300 |
commit | f160e4935c474a5293b3d3c11b3d538efb4767a0 (patch) | |
tree | dce57cb66a44a5587e3a998e2f730c4c3ed62dca /svx/source | |
parent | 175509176433cf5df2d98718e1a6f9cf5bbe9658 (diff) |
WaE: unused function 'GetAutomaticColor'
Change-Id: I247d8e0fbfa8c050806a08d2e387d9bc761de534
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx index 53ec527ca6c4..6547db69fe23 100644 --- a/svx/source/sidebar/text/TextPropertyPanel.cxx +++ b/svx/source/sidebar/text/TextPropertyPanel.cxx @@ -80,14 +80,6 @@ PopupControl* TextPropertyPanel::CreateUnderlinePopupControl (PopupContainer* pP return new TextUnderlineControl(pParent, *this, mpBindings); } -namespace -{ - Color GetAutomaticColor(void) - { - return COL_AUTO; - } -} // end of anonymous namespace - long TextPropertyPanel::GetSelFontSize() { long nH = 240; |