[PATCH] writer: Remove emacs modelines in the middle of the file
Sebastian Spaeth
Sebastian at SSpaeth.de
Thu Oct 28 09:43:43 PDT 2010
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
---
starmath/source/mathtype.cxx | 2 --
sw/source/filter/inc/msfilter.hxx | 1 -
sw/source/filter/inc/wwstyles.hxx | 1 -
sw/source/filter/ww8/WW8FibData.hxx | 1 +
sw/source/filter/ww8/writerhelper.hxx | 1 -
sw/source/filter/ww8/writerwordglue.cxx | 1 -
sw/source/filter/ww8/writerwordglue.hxx | 1 -
7 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index e21faa4..9721fad 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -30,9 +30,7 @@
#include "precompiled_starmath.hxx"
#include <mathtype.hxx>
-
#include <osl/diagnose.h>
-
#include <sfx2/docfile.hxx>
#define APPEND(str,ascii) str.AppendAscii(RTL_CONSTASCII_STRINGPARAM(ascii))
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 9eec3df..cfbe19a 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -25,7 +25,6 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/// @HTML
#ifndef SW_MS_MSFILTER_HXX
#define SW_MS_MSFILTER_HXX
diff --git a/sw/source/filter/inc/wwstyles.hxx b/sw/source/filter/inc/wwstyles.hxx
index 0daf91a..78ee771 100644
--- a/sw/source/filter/inc/wwstyles.hxx
+++ b/sw/source/filter/inc/wwstyles.hxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-/// @HTML
#ifndef WW_WWSTYLES_HXX
#define WW_WWSTYLES_HXX
diff --git a/sw/source/filter/ww8/WW8FibData.hxx b/sw/source/filter/ww8/WW8FibData.hxx
index d529998..0fd655d 100644
--- a/sw/source/filter/ww8/WW8FibData.hxx
+++ b/sw/source/filter/ww8/WW8FibData.hxx
@@ -25,6 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef INCLUDED_WW8_FIB_DATA_HXX
#define INCLUDED_WW8_FIB_DATA_HXX
#include <IDocumentExternalData.hxx>
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index fed6f83..f758092 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -25,7 +25,6 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/// @HTML
#ifndef SW_WRITERHELPER
#define SW_WRITERHELPER
diff --git a/sw/source/filter/ww8/writerwordglue.cxx b/sw/source/filter/ww8/writerwordglue.cxx
index 5e2c418..315f2ed 100644
--- a/sw/source/filter/ww8/writerwordglue.cxx
+++ b/sw/source/filter/ww8/writerwordglue.cxx
@@ -28,7 +28,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sw.hxx"
-/// @HTML
#include <msfilter.hxx>
# include "writerwordglue.hxx"
#include <doc.hxx>
diff --git a/sw/source/filter/ww8/writerwordglue.hxx b/sw/source/filter/ww8/writerwordglue.hxx
index 09af0d9..b267ba3 100644
--- a/sw/source/filter/ww8/writerwordglue.hxx
+++ b/sw/source/filter/ww8/writerwordglue.hxx
@@ -25,7 +25,6 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/// @HTML
#ifndef SW_WRITERWORDGLUE
#define SW_WRITERWORDGLUE
--
1.7.1
--=-=-=--
More information about the LibreOffice
mailing list