summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/common.hxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/common.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/xmlscript/source/xmldlg_imexp/common.hxx b/xmlscript/source/xmldlg_imexp/common.hxx
index aa14e90f947d..ecfa439d4c00 100644
--- a/xmlscript/source/xmldlg_imexp/common.hxx
+++ b/xmlscript/source/xmldlg_imexp/common.hxx
@@ -29,6 +29,15 @@ const sal_Int16 BORDER_3D = 1;
const sal_Int16 BORDER_SIMPLE = 2;
const sal_Int16 BORDER_SIMPLE_COLOR = 3;
+struct StringTriple
+{
+ char const * first;
+ char const * second;
+ char const * third;
+};
+
+extern StringTriple const * const g_pEventTranslations;
+
}
#define XMLSCRIPT_GRAPHOBJ_URLPREFIX "vnd.sun.star.GraphicObject:"