summaryrefslogtreecommitdiff
path: root/xmloff/source/style/bordrhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/bordrhdl.cxx')
-rw-r--r--xmloff/source/style/bordrhdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/bordrhdl.cxx b/xmloff/source/style/bordrhdl.cxx
index 385f82447951..2e0af30537b9 100644
--- a/xmloff/source/style/bordrhdl.cxx
+++ b/xmloff/source/style/bordrhdl.cxx
@@ -101,7 +101,7 @@ static sal_uInt16 const aBorderWidths[] =
DEF_LINE_WIDTH_2
};
-void lcl_frmitems_setXMLBorderStyle( table::BorderLine2 & rBorderLine, sal_uInt16 nStyle )
+static void lcl_frmitems_setXMLBorderStyle( table::BorderLine2 & rBorderLine, sal_uInt16 nStyle )
{
sal_Int16 eStyle = -1; // None
if ( nStyle != API_LINE_NONE )