summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xeview.cxx')
-rw-r--r--sc/source/filter/excel/xeview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeview.cxx b/sc/source/filter/excel/xeview.cxx
index 4a891e73c835..56ea86291426 100644
--- a/sc/source/filter/excel/xeview.cxx
+++ b/sc/source/filter/excel/xeview.cxx
@@ -422,7 +422,7 @@ static void lcl_WriteSelection( XclExpXmlStream& rStrm, const XclTabViewData& rD
XclExpSelection( rData, nPane ).SaveXml( rStrm );
}
-OString lcl_GetZoom( sal_uInt16 nZoom )
+static OString lcl_GetZoom( sal_uInt16 nZoom )
{
if( nZoom )
return OString::valueOf( (sal_Int32)nZoom );