#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>
Go to the source code of this file.
◆ 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.