summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/xmlaccelcfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/xmlaccelcfg.hxx')
-rw-r--r--unotools/inc/unotools/xmlaccelcfg.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/unotools/inc/unotools/xmlaccelcfg.hxx b/unotools/inc/unotools/xmlaccelcfg.hxx
index 8e2c6982e705..48417b2a229a 100644
--- a/unotools/inc/unotools/xmlaccelcfg.hxx
+++ b/unotools/inc/unotools/xmlaccelcfg.hxx
@@ -23,7 +23,16 @@
23#include <com/sun/star/xml/sax/XDocumentHandler.hpp> 23#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
24#include <cppuhelper/weak.hxx> 24#include <cppuhelper/weak.hxx>
25 25
26#include <unotools/accelcfg.hxx> 26struct SvtAcceleratorConfigItem
27{
28 sal_uInt16 nCode;
29 sal_uInt16 nModifier;
30 OUString aCommand;
31};
32
33#include <list>
34typedef ::std::list < SvtAcceleratorConfigItem > SvtAcceleratorItemList;
35
27 36
28class OReadAccelatorDocumentHandler : public ::com::sun::star::xml::sax::XDocumentHandler, 37class OReadAccelatorDocumentHandler : public ::com::sun::star::xml::sax::XDocumentHandler,
29 public ::cppu::OWeakObject 38 public ::cppu::OWeakObject