summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtftne.cxx
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/text/txtftne.cxx
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/text/txtftne.cxx')
-rw-r--r--xmloff/source/text/txtftne.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx
index 2297b5ab0055..34af1d0cf26d 100644
--- a/xmloff/source/text/txtftne.cxx
+++ b/xmloff/source/text/txtftne.cxx
@@ -234,7 +234,7 @@ void XMLTextParagraphExport::exportTextFootnoteConfiguration()
}
-void lcl_exportString(
+static void lcl_exportString(
SvXMLExport& rExport,
const Reference<XPropertySet> & rPropSet,
const OUString& sProperty,