summaryrefslogtreecommitdiff
path: root/include/xmlscript
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/xmlscript
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/xmlscript')
-rw-r--r--include/xmlscript/xml_helper.hxx2
-rw-r--r--include/xmlscript/xmllib_imexp.hxx2
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx
index 9ec836433352..c2c08cc1394a 100644
--- a/include/xmlscript/xml_helper.hxx
+++ b/include/xmlscript/xml_helper.hxx
@@ -37,7 +37,7 @@ namespace xmlscript
##################################################################################################*/
-//==================================================================================================
+
class XMLSCRIPT_DLLPUBLIC XMLElement
: public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XAttributeList >
{
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx
index e86a4d94392a..d0762b7722cb 100644
--- a/include/xmlscript/xmllib_imexp.hxx
+++ b/include/xmlscript/xmllib_imexp.hxx
@@ -28,7 +28,7 @@
namespace xmlscript
{
-//==============================================================================
+
// Library container export
// HACK C++ struct to transport info. Later the container
// itself should do the export/import and use exportet XML
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index a11c0318469e..3015a14a96ae 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.hxx
@@ -27,7 +27,7 @@
namespace xmlscript
{
-//==============================================================================
+
// Script module import/export
// HACK C++ struct to transport info. Later the container
// itself should do the export/import and use exportet XML