summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/xformsexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/xformsexport.cxx')
-rw-r--r--xmloff/source/xforms/xformsexport.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx
index 35b10383f6d4..2235af1e2079 100644
--- a/xmloff/source/xforms/xformsexport.cxx
+++ b/xmloff/source/xforms/xformsexport.cxx
@@ -103,6 +103,9 @@ static void exportXFormsSchemas( SvXMLExport&, const Reference<css::xforms::XMod
typedef OUString (*convert_t)( const Any& );
+
+namespace {
+
struct ExportTable
{
const sal_Char* pPropertyName;
@@ -110,6 +113,9 @@ struct ExportTable
sal_uInt16 const nToken;
convert_t const aConverter;
};
+
+}
+
static void lcl_export( const Reference<XPropertySet>& rPropertySet,
SvXMLExport& rExport,
const ExportTable* pTable );