LibreOffice Module framework (master) 1
Namespaces | Macros
acceleratorconfigurationreader.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <accelerators/keymapping.hxx>
#include <xml/acceleratorconfigurationreader.hxx>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/awt/KeyEvent.hpp>
Include dependency graph for acceleratorconfigurationreader.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Macros

#define THROW_PARSEEXCEPTION(COMMENT)
 

Macro Definition Documentation

◆ THROW_PARSEEXCEPTION

#define THROW_PARSEEXCEPTION (   COMMENT)
Value:
{ \
throw css::xml::sax::SAXException( \
implts_getErrorLineString() + COMMENT, \
static_cast< css::xml::sax::XDocumentHandler* >(this), \
css::uno::Any()); \
}

Definition at line 42 of file acceleratorconfigurationreader.cxx.