diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:39:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:39:11 +0100 |
commit | 9dbb143c25782b112dc0e4de29e09d740ad6bcf7 (patch) | |
tree | e504620355e8994a2367962b2a5a605279c9d49e /xmlscript/source/xmldlg_imexp/common.hxx | |
parent | a32c0f4a1e32273bd9e443f76260381246dbe808 (diff) |
New loplugin:externvar: xmlscript
Change-Id: Ie35e22e464ab71c864e3fba130d1e7946a83086a
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/common.hxx')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/common.hxx | 9 |
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:" |