summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/clang-format/excludelist2
-rw-r--r--xmlscript/source/inc/xml_import.hxx10
-rw-r--r--xmlscript/source/xmldlg_imexp/common.hxx14
3 files changed, 8 insertions, 18 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index b1ed3d35e339..fa01006ff459 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -17782,11 +17782,9 @@ xmlreader/source/pad.cxx
xmlreader/source/span.cxx
xmlreader/source/xmlreader.cxx
xmlscript/source/inc/misc.hxx
-xmlscript/source/inc/xml_import.hxx
xmlscript/source/xml_helper/xml_byteseq.cxx
xmlscript/source/xml_helper/xml_element.cxx
xmlscript/source/xml_helper/xml_impctx.cxx
-xmlscript/source/xmldlg_imexp/common.hxx
xmlscript/source/xmldlg_imexp/exp_share.hxx
xmlscript/source/xmldlg_imexp/imp_share.hxx
xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx
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: */