summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-10-11 17:52:52 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-10-12 13:12:04 +0200
commitbd7e427ce5cef0c9c1a9ce8c02cac4ebf5217f2d (patch)
tree4883f6b3014d68dea54c31f475b355ec9a095ac4 /xmloff/source/meta
parentd1eee073ebcd2d4a99209bb12ab13a7cafbb5a89 (diff)
mark lcl_ functions static or rename them if they are not local at all
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37ab7e25d1a9fcce2009b8e35535fc1d0b02013b
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index 8d8597275606..2ce82879e641 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -55,7 +55,7 @@ using namespace ::xmloff::token;
//-------------------------------------------------------------------------
-void lcl_AddTwoDigits( rtl::OUStringBuffer& rStr, sal_Int32 nVal )
+static void lcl_AddTwoDigits( rtl::OUStringBuffer& rStr, sal_Int32 nVal )
{
if ( nVal < 10 )
rStr.append( sal_Unicode('0') );