summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/inc/xml_import.hxx10
-rw-r--r--xmlscript/source/xmldlg_imexp/common.hxx14
2 files changed, 8 insertions, 16 deletions
diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx
index d4a2a4839890..913634738a47 100644
--- a/xmlscript/source/inc/xml_import.hxx
+++ b/xmlscript/source/inc/xml_import.hxx
@@ -23,8 +23,6 @@
namespace xmlscript
{
-
-
// IMPORTING
/** Creates a document handler to be used for SAX1 parser that can handle
@@ -39,12 +37,8 @@ namespace xmlscript
@return
document handler for parser
*/
-css::uno::Reference< css::xml::sax::XDocumentHandler >
-createDocumentHandler(
- css::uno::Reference<
- css::xml::input::XRoot > const & xRoot );
-
+css::uno::Reference<css::xml::sax::XDocumentHandler>
+createDocumentHandler(css::uno::Reference<css::xml::input::XRoot> const& xRoot);
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmlscript/source/xmldlg_imexp/common.hxx b/xmlscript/source/xmldlg_imexp/common.hxx
index ef2358f3c402..88b32b0a4889 100644
--- a/xmlscript/source/xmldlg_imexp/common.hxx
+++ b/xmlscript/source/xmldlg_imexp/common.hxx
@@ -21,8 +21,8 @@
#include <sal/types.h>
-namespace xmlscript {
-
+namespace xmlscript
+{
const sal_Int16 BORDER_NONE = 0;
const sal_Int16 BORDER_3D = 1;
const sal_Int16 BORDER_SIMPLE = 2;
@@ -30,14 +30,12 @@ const sal_Int16 BORDER_SIMPLE_COLOR = 3;
struct StringTriple
{
- char const * first;
- char const * second;
- char const * third;
+ char const* first;
+ char const* second;
+ char const* third;
};
-extern StringTriple const * const g_pEventTranslations;
-
+extern StringTriple const* const g_pEventTranslations;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */