summaryrefslogtreecommitdiff
path: root/xmloff/source/table/XMLTableExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/table/XMLTableExport.cxx')
-rw-r--r--xmloff/source/table/XMLTableExport.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx
index 1703542d0cf0..1154ef82fe98 100644
--- a/xmloff/source/table/XMLTableExport.cxx
+++ b/xmloff/source/table/XMLTableExport.cxx
@@ -98,6 +98,8 @@ const XMLPropertyMapEntry* getCellPropertiesMap()
return &aXMLCellProperties[0];
}
+namespace {
+
class StringStatisticHelper
{
private:
@@ -110,6 +112,8 @@ public:
sal_Int32 getModeString( /* out */ OUString& rModeString );
};
+}
+
void StringStatisticHelper::add( const OUString& rStyleName )
{
std::map< OUString, sal_Int32 >::iterator iter( mStats.find( rStyleName ) );