From ed8e30bc6dd18716b42087183e57a481d6ec5fa4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 00:15:40 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- tdehtml/Mainpage.dox | 1 - tdehtml/ecma/domparser.cpp | 1 - tdehtml/ecma/domparser.h | 1 - tdehtml/ecma/kjs_binding.cpp | 1 - tdehtml/ecma/kjs_binding.h | 1 - tdehtml/ecma/kjs_css.cpp | 1 - tdehtml/ecma/kjs_css.h | 1 - tdehtml/ecma/kjs_dom.cpp | 1 - tdehtml/ecma/kjs_dom.h | 1 - tdehtml/ecma/kjs_events.cpp | 1 - tdehtml/ecma/kjs_events.h | 1 - tdehtml/ecma/kjs_html.cpp | 1 - tdehtml/ecma/kjs_html.h | 1 - tdehtml/ecma/kjs_mozilla.cpp | 1 - tdehtml/ecma/kjs_mozilla.h | 1 - tdehtml/ecma/kjs_navigator.cpp | 1 - tdehtml/ecma/kjs_navigator.h | 1 - tdehtml/ecma/kjs_proxy.cpp | 1 - tdehtml/ecma/kjs_proxy.h | 1 - tdehtml/ecma/kjs_range.cpp | 2 -- tdehtml/ecma/kjs_range.h | 1 - tdehtml/ecma/kjs_traversal.cpp | 1 - tdehtml/ecma/kjs_traversal.h | 1 - tdehtml/ecma/kjs_views.cpp | 1 - tdehtml/ecma/kjs_views.h | 1 - tdehtml/ecma/kjs_window.cpp | 1 - tdehtml/ecma/kjs_window.h | 1 - tdehtml/ecma/xmlhttprequest.cpp | 1 - tdehtml/ecma/xmlhttprequest.h | 1 - tdehtml/ecma/xmlserializer.cpp | 1 - tdehtml/ecma/xmlserializer.h | 1 - tdehtml/html/Platform.h | 1 - tdehtml/html/RefPtr.h | 1 - tdehtml/html/html_elementimpl.cpp | 1 - tdehtml/java/kjavaapplet.h | 1 - tdehtml/java/kjavaappletcontext.h | 2 -- tdehtml/java/kjavaappletserver.h | 2 -- tdehtml/java/kjavaappletviewer.h | 2 -- tdehtml/java/kjavaappletwidget.h | 2 -- tdehtml/java/kjavaprocess.h | 2 -- tdehtml/java/kqeventutil.cpp | 1 - tdehtml/java/kqeventutil.h | 1 - tdehtml/java/kxeventutil.cpp | 1 - tdehtml/java/kxeventutil.h | 1 - tdehtml/tdehtml_ext.cpp | 1 - tdehtml/tdehtml_part.cpp | 1 - tdehtml/tdehtml_part.h | 1 - tdehtml/tdehtmlimage.cpp | 3 --- 48 files changed, 56 deletions(-) (limited to 'tdehtml') diff --git a/tdehtml/Mainpage.dox b/tdehtml/Mainpage.dox index a3b96325a..18dc6ce72 100644 --- a/tdehtml/Mainpage.dox +++ b/tdehtml/Mainpage.dox @@ -43,4 +43,3 @@ Maksim Orlovich // DOXYGEN_REFERENCES = tdecore tdeui tdeio tdeparts kjs // DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test // DOXYGEN_SET_PROJECT_NAME = TDEHTML -// vim:ts=4:sw=4:expandtab:filetype=doxygen diff --git a/tdehtml/ecma/domparser.cpp b/tdehtml/ecma/domparser.cpp index 672754a45..a91e6bf1f 100644 --- a/tdehtml/ecma/domparser.cpp +++ b/tdehtml/ecma/domparser.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2005 Anders Carlsson (andersca@mac.com) diff --git a/tdehtml/ecma/domparser.h b/tdehtml/ecma/domparser.h index 13a880837..a19192a28 100644 --- a/tdehtml/ecma/domparser.h +++ b/tdehtml/ecma/domparser.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2005 Anders Carlsson (andersca@mac.com) diff --git a/tdehtml/ecma/kjs_binding.cpp b/tdehtml/ecma/kjs_binding.cpp index 7e545a5a4..82c11d308 100644 --- a/tdehtml/ecma/kjs_binding.cpp +++ b/tdehtml/ecma/kjs_binding.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999-2003 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_binding.h b/tdehtml/ecma/kjs_binding.h index 9b69284ba..b6d60348e 100644 --- a/tdehtml/ecma/kjs_binding.h +++ b/tdehtml/ecma/kjs_binding.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999-2001 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_css.cpp b/tdehtml/ecma/kjs_css.cpp index b42f9dd02..32fb08e19 100644 --- a/tdehtml/ecma/kjs_css.cpp +++ b/tdehtml/ecma/kjs_css.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_css.h b/tdehtml/ecma/kjs_css.h index 2b7d14712..03930cdbf 100644 --- a/tdehtml/ecma/kjs_css.h +++ b/tdehtml/ecma/kjs_css.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_dom.cpp b/tdehtml/ecma/kjs_dom.cpp index c76f867a4..1834c5931 100644 --- a/tdehtml/ecma/kjs_dom.cpp +++ b/tdehtml/ecma/kjs_dom.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_dom.h b/tdehtml/ecma/kjs_dom.h index b17488592..e812745ea 100644 --- a/tdehtml/ecma/kjs_dom.h +++ b/tdehtml/ecma/kjs_dom.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_events.cpp b/tdehtml/ecma/kjs_events.cpp index acf88f89a..35016910f 100644 --- a/tdehtml/ecma/kjs_events.cpp +++ b/tdehtml/ecma/kjs_events.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_events.h b/tdehtml/ecma/kjs_events.h index e48276031..f8978d4c3 100644 --- a/tdehtml/ecma/kjs_events.h +++ b/tdehtml/ecma/kjs_events.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_html.cpp b/tdehtml/ecma/kjs_html.cpp index 83de94612..f28906cba 100644 --- a/tdehtml/ecma/kjs_html.cpp +++ b/tdehtml/ecma/kjs_html.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999-2002 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_html.h b/tdehtml/ecma/kjs_html.h index 53da38462..f9e0d655d 100644 --- a/tdehtml/ecma/kjs_html.h +++ b/tdehtml/ecma/kjs_html.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_mozilla.cpp b/tdehtml/ecma/kjs_mozilla.cpp index d26aabb5e..4849c082c 100644 --- a/tdehtml/ecma/kjs_mozilla.cpp +++ b/tdehtml/ecma/kjs_mozilla.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (c) 2003 George Staikos (staikos@kde.org) diff --git a/tdehtml/ecma/kjs_mozilla.h b/tdehtml/ecma/kjs_mozilla.h index 112af1315..3c90094d2 100644 --- a/tdehtml/ecma/kjs_mozilla.h +++ b/tdehtml/ecma/kjs_mozilla.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2003 George Staikos (staikos@kde.org) diff --git a/tdehtml/ecma/kjs_navigator.cpp b/tdehtml/ecma/kjs_navigator.cpp index 296290744..90ce501db 100644 --- a/tdehtml/ecma/kjs_navigator.cpp +++ b/tdehtml/ecma/kjs_navigator.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_navigator.h b/tdehtml/ecma/kjs_navigator.h index 9298b3761..f1675e793 100644 --- a/tdehtml/ecma/kjs_navigator.h +++ b/tdehtml/ecma/kjs_navigator.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_proxy.cpp b/tdehtml/ecma/kjs_proxy.cpp index 3ded567fe..92185d7f4 100644 --- a/tdehtml/ecma/kjs_proxy.cpp +++ b/tdehtml/ecma/kjs_proxy.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999-2001 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_proxy.h b/tdehtml/ecma/kjs_proxy.h index bac9e9579..6ccf983cf 100644 --- a/tdehtml/ecma/kjs_proxy.h +++ b/tdehtml/ecma/kjs_proxy.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_range.cpp b/tdehtml/ecma/kjs_range.cpp index bf148ffe8..f69e27c8b 100644 --- a/tdehtml/ecma/kjs_range.cpp +++ b/tdehtml/ecma/kjs_range.cpp @@ -1,5 +1,3 @@ - -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_range.h b/tdehtml/ecma/kjs_range.h index fbf47020f..00064ac2a 100644 --- a/tdehtml/ecma/kjs_range.h +++ b/tdehtml/ecma/kjs_range.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_traversal.cpp b/tdehtml/ecma/kjs_traversal.cpp index a01d469de..617a2988a 100644 --- a/tdehtml/ecma/kjs_traversal.cpp +++ b/tdehtml/ecma/kjs_traversal.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_traversal.h b/tdehtml/ecma/kjs_traversal.h index fd7e064b1..ad35089a3 100644 --- a/tdehtml/ecma/kjs_traversal.h +++ b/tdehtml/ecma/kjs_traversal.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_views.cpp b/tdehtml/ecma/kjs_views.cpp index dbf354ce8..00b8e4e5b 100644 --- a/tdehtml/ecma/kjs_views.cpp +++ b/tdehtml/ecma/kjs_views.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_views.h b/tdehtml/ecma/kjs_views.h index 11e103fde..2c23bf3b5 100644 --- a/tdehtml/ecma/kjs_views.h +++ b/tdehtml/ecma/kjs_views.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) diff --git a/tdehtml/ecma/kjs_window.cpp b/tdehtml/ecma/kjs_window.cpp index 554781cb9..b06cb970c 100644 --- a/tdehtml/ecma/kjs_window.cpp +++ b/tdehtml/ecma/kjs_window.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000-2003 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/kjs_window.h b/tdehtml/ecma/kjs_window.h index c30871692..3af34d87b 100644 --- a/tdehtml/ecma/kjs_window.h +++ b/tdehtml/ecma/kjs_window.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2000 Harri Porten (porten@kde.org) diff --git a/tdehtml/ecma/xmlhttprequest.cpp b/tdehtml/ecma/xmlhttprequest.cpp index ed4db15b2..410fd1992 100644 --- a/tdehtml/ecma/xmlhttprequest.cpp +++ b/tdehtml/ecma/xmlhttprequest.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2003 Apple Computer, Inc. diff --git a/tdehtml/ecma/xmlhttprequest.h b/tdehtml/ecma/xmlhttprequest.h index 95a7c9cc2..d1b304f30 100644 --- a/tdehtml/ecma/xmlhttprequest.h +++ b/tdehtml/ecma/xmlhttprequest.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2003 Apple Computer, Inc. diff --git a/tdehtml/ecma/xmlserializer.cpp b/tdehtml/ecma/xmlserializer.cpp index 856f35e1f..0868a839e 100644 --- a/tdehtml/ecma/xmlserializer.cpp +++ b/tdehtml/ecma/xmlserializer.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2003 Apple Computer, Inc. diff --git a/tdehtml/ecma/xmlserializer.h b/tdehtml/ecma/xmlserializer.h index a86df3ed4..e6926fecf 100644 --- a/tdehtml/ecma/xmlserializer.h +++ b/tdehtml/ecma/xmlserializer.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2003 Apple Computer, Inc. diff --git a/tdehtml/html/Platform.h b/tdehtml/html/Platform.h index 3cdd7177b..f47d28bb2 100644 --- a/tdehtml/html/Platform.h +++ b/tdehtml/html/Platform.h @@ -1,4 +1,3 @@ -/* -*- mode: c++; c-basic-offset: 4 -*- */ /* * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. * diff --git a/tdehtml/html/RefPtr.h b/tdehtml/html/RefPtr.h index 8754bbf94..40fd55bdf 100644 --- a/tdehtml/html/RefPtr.h +++ b/tdehtml/html/RefPtr.h @@ -1,4 +1,3 @@ -// -*- mode: c++; c-basic-offset: 4 -*- /* * Copyright (C) 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. * diff --git a/tdehtml/html/html_elementimpl.cpp b/tdehtml/html/html_elementimpl.cpp index c3137b5bb..121d2b35e 100644 --- a/tdehtml/html/html_elementimpl.cpp +++ b/tdehtml/html/html_elementimpl.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 4; -*- /** * This file is part of the DOM implementation for KDE. * diff --git a/tdehtml/java/kjavaapplet.h b/tdehtml/java/kjavaapplet.h index 8e02c5ba4..bb4b20890 100644 --- a/tdehtml/java/kjavaapplet.h +++ b/tdehtml/java/kjavaapplet.h @@ -1,4 +1,3 @@ -// -*- c++ -*- /* This file is part of the KDE project * * Copyright (C) 2000 Richard Moore diff --git a/tdehtml/java/kjavaappletcontext.h b/tdehtml/java/kjavaappletcontext.h index 8ccedfe38..166c00f15 100644 --- a/tdehtml/java/kjavaappletcontext.h +++ b/tdehtml/java/kjavaappletcontext.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* This file is part of the KDE project * * Copyright (C) 2000 Richard Moore diff --git a/tdehtml/java/kjavaappletserver.h b/tdehtml/java/kjavaappletserver.h index 63463b040..5b82e01a1 100644 --- a/tdehtml/java/kjavaappletserver.h +++ b/tdehtml/java/kjavaappletserver.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* This file is part of the KDE project * * Copyright (C) 2000 Richard Moore diff --git a/tdehtml/java/kjavaappletviewer.h b/tdehtml/java/kjavaappletviewer.h index 9b32e3f21..bb1d6e921 100644 --- a/tdehtml/java/kjavaappletviewer.h +++ b/tdehtml/java/kjavaappletviewer.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* This file is part of the KDE project * * Copyright (C) 2003 Koos Vriezen diff --git a/tdehtml/java/kjavaappletwidget.h b/tdehtml/java/kjavaappletwidget.h index e84f96039..872188769 100644 --- a/tdehtml/java/kjavaappletwidget.h +++ b/tdehtml/java/kjavaappletwidget.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* This file is part of the KDE project * * Copyright (C) 2000 Richard Moore diff --git a/tdehtml/java/kjavaprocess.h b/tdehtml/java/kjavaprocess.h index 4768bc382..a479b8128 100644 --- a/tdehtml/java/kjavaprocess.h +++ b/tdehtml/java/kjavaprocess.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* This file is part of the KDE project * * Copyright (C) 2000 Richard Moore diff --git a/tdehtml/java/kqeventutil.cpp b/tdehtml/java/kqeventutil.cpp index ff15e97da..4fca08a17 100644 --- a/tdehtml/java/kqeventutil.cpp +++ b/tdehtml/java/kqeventutil.cpp @@ -1,4 +1,3 @@ -// -*- c++ -*- /* This file is part of the KDE project * * Copyright (C) 2000 Wynn Wilkes diff --git a/tdehtml/java/kqeventutil.h b/tdehtml/java/kqeventutil.h index c7ec19bf0..a9bf01380 100644 --- a/tdehtml/java/kqeventutil.h +++ b/tdehtml/java/kqeventutil.h @@ -1,4 +1,3 @@ -// -*- c++ -*- /* This file is part of the KDE project * * Copyright (C) 2000 Wynn Wilkes diff --git a/tdehtml/java/kxeventutil.cpp b/tdehtml/java/kxeventutil.cpp index 9afa5a5ac..d5b2fba83 100644 --- a/tdehtml/java/kxeventutil.cpp +++ b/tdehtml/java/kxeventutil.cpp @@ -1,4 +1,3 @@ -// -*- c++ -*- /* This file is part of the KDE project * * Copyright (C) 2002 Till Krech diff --git a/tdehtml/java/kxeventutil.h b/tdehtml/java/kxeventutil.h index 6eb0bf14b..2c88d0fc4 100644 --- a/tdehtml/java/kxeventutil.h +++ b/tdehtml/java/kxeventutil.h @@ -1,4 +1,3 @@ -// -*- c++ -*- /* This file is part of the KDE project * * Copyright (C) 2002 Till Krech diff --git a/tdehtml/tdehtml_ext.cpp b/tdehtml/tdehtml_ext.cpp index 0391345f3..e90f5db4f 100644 --- a/tdehtml/tdehtml_ext.cpp +++ b/tdehtml/tdehtml_ext.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* This file is part of the KDE project * * Copyright (C) 2000-2003 Simon Hausmann diff --git a/tdehtml/tdehtml_part.cpp b/tdehtml/tdehtml_part.cpp index 6f32a839e..b822212ac 100644 --- a/tdehtml/tdehtml_part.cpp +++ b/tdehtml/tdehtml_part.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* This file is part of the KDE project * * Copyright (C) 1998, 1999 Torben Weis diff --git a/tdehtml/tdehtml_part.h b/tdehtml/tdehtml_part.h index 39d8baebd..20cdd68c8 100644 --- a/tdehtml/tdehtml_part.h +++ b/tdehtml/tdehtml_part.h @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 2 -*- /* This file is part of the KDE project * * Copyright (C) 1998, 1999 Torben Weis diff --git a/tdehtml/tdehtmlimage.cpp b/tdehtml/tdehtmlimage.cpp index 31311cb3d..dc2a51c66 100644 --- a/tdehtml/tdehtmlimage.cpp +++ b/tdehtml/tdehtmlimage.cpp @@ -351,7 +351,4 @@ void TDEHTMLImageBrowserExtension::disableScrolling() using namespace KParts; -/* vim: et sw=4 ts=4 - */ - #include "tdehtmlimage.moc" -- cgit v1.2.1