summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-20 14:23:54 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-20 14:30:50 +0300
commitf160e4935c474a5293b3d3c11b3d538efb4767a0 (patch)
treedce57cb66a44a5587e3a998e2f730c4c3ed62dca /svx
parent175509176433cf5df2d98718e1a6f9cf5bbe9658 (diff)
WaE: unused function 'GetAutomaticColor'
Change-Id: I247d8e0fbfa8c050806a08d2e387d9bc761de534
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/text/TextPropertyPanel.cxx8
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;