summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-08 11:40:09 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-08 11:40:50 +0300
commit29b8f729d910f604c0a1be0413bf916a23107d8f (patch)
treee4356d892c145624754bbbba8bf65eaff920f1bf /cui
parentDeduplication of AbstractTabDialog_Impl and VclAbstractDialog_Impl (diff)
downloadcore-29b8f729d910f604c0a1be0413bf916a23107d8f.tar.gz
core-29b8f729d910f604c0a1be0413bf916a23107d8f.zip
Deduplicate lcl_mediumColor
Change-Id: I11556fc7dc2013ce66627e8ab41c91d0742d6866
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index a79868299d7a..89bd14f69b3d 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -1011,7 +1011,7 @@ void SvxBorderTabPage::FillValueSets()
}
// ============================================================================
-Color lcl_mediumColor( Color aMain, Color /*aDefault*/ )
+static Color lcl_mediumColor( Color aMain, Color /*aDefault*/ )
{
return SvxBorderLine::threeDMediumColor( aMain );
}