diff options
Diffstat (limited to 'xmloff/source/text/txtexppr.cxx')
-rw-r--r-- | xmloff/source/text/txtexppr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index 67341bd0fc7b..06c9ed2a28ce 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -301,7 +301,7 @@ void XMLTextExportPropertySetMapper::ContextFontHeightFilter( } // helper method; implementation below -bool lcl_IsOutlineStyle(const SvXMLExport&, const OUString&); +static bool lcl_IsOutlineStyle(const SvXMLExport&, const OUString&); static void lcl_checkMultiProperty(XMLPropertyState *const pState, @@ -970,7 +970,7 @@ void XMLTextExportPropertySetMapper::ContextFilter( } -bool lcl_IsOutlineStyle(const SvXMLExport &rExport, const OUString & rName) +static bool lcl_IsOutlineStyle(const SvXMLExport &rExport, const OUString & rName) { Reference< XChapterNumberingSupplier > xCNSupplier(rExport.GetModel(), UNO_QUERY); |