Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Libraries
Commits
7b7246f2
Commit
7b7246f2
authored
Oct 18, 2003
by
Dirk Mueller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some trivial merges
svn path=/trunk/kdelibs/; revision=259797
parent
bb1f92c4
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
5 additions
and
15 deletions
+5
-15
khtml/dom/css_rule.cpp
khtml/dom/css_rule.cpp
+0
-1
khtml/dom/css_rule.h
khtml/dom/css_rule.h
+0
-1
khtml/dom/css_stylesheet.cpp
khtml/dom/css_stylesheet.cpp
+3
-2
khtml/dom/dom2_events.h
khtml/dom/dom2_events.h
+2
-2
khtml/dom/dom2_range.h
khtml/dom/dom2_range.h
+0
-1
khtml/dom/dom_doc.cpp
khtml/dom/dom_doc.cpp
+0
-1
khtml/dom/dom_text.h
khtml/dom/dom_text.h
+0
-1
khtml/dom/dom_xml.h
khtml/dom/dom_xml.h
+0
-1
khtml/dom/html_document.cpp
khtml/dom/html_document.cpp
+0
-1
khtml/dom/html_form.cpp
khtml/dom/html_form.cpp
+0
-1
khtml/dom/html_object.cpp
khtml/dom/html_object.cpp
+0
-1
khtml/dom/html_object.h
khtml/dom/html_object.h
+0
-1
khtml/dom/html_table.cpp
khtml/dom/html_table.cpp
+0
-1
No files found.
khtml/dom/css_rule.cpp
View file @
7b7246f2
...
...
@@ -18,7 +18,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
#include "css/css_ruleimpl.h"
...
...
khtml/dom/css_rule.h
View file @
7b7246f2
...
...
@@ -23,7 +23,6 @@
* http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/
* Copyright © 2000 W3C® (MIT, INRIA, Keio), All Rights Reserved.
*
* $Id$
*/
#ifndef _CSS_css_rule_h_
#define _CSS_css_rule_h_
...
...
khtml/dom/css_stylesheet.cpp
View file @
7b7246f2
/**
* This file is part of the DOM implementation for KDE.
*
* (C) 1999-2003 Lars Knoll (knoll@kde.org)
*
Copyright
(C) 1999-2003 Lars Knoll (knoll@kde.org)
* (C) 2001-2003 Dirk Mueller (mueller@kde.org)
* (C) 2003 Apple Compputer, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
...
...
khtml/dom/dom2_events.h
View file @
7b7246f2
/*
* This file is part of the DOM implementation for KDE.
*
* (C) 2001 Peter Kelly (pmk@post.com)
* Copyright (C) 2001 Peter Kelly (pmk@post.com)
* (C) 2003 Apple Computer, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
...
...
@@ -18,7 +19,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
#ifndef _DOM_Events_h_
...
...
khtml/dom/dom2_range.h
View file @
7b7246f2
...
...
@@ -26,7 +26,6 @@
* http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/
* Copyright © 2000 W3C® (MIT, INRIA, Keio), All Rights Reserved.
*
* $Id$
*/
#ifndef _dom2_range_h_
#define _dom2_range_h_
...
...
khtml/dom/dom_doc.cpp
View file @
7b7246f2
...
...
@@ -18,7 +18,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
#include "dom/dom_exception.h"
...
...
khtml/dom/dom_text.h
View file @
7b7246f2
...
...
@@ -25,7 +25,6 @@
* Technology , Institut National de Recherche en Informatique et en
* Automatique , Keio University ). All Rights Reserved.
*
* $Id$
*/
#ifndef _DOM_CharacterData_h_
#define _DOM_CharacterData_h_
...
...
khtml/dom/dom_xml.h
View file @
7b7246f2
...
...
@@ -25,7 +25,6 @@
* Technology , Institut National de Recherche en Informatique et en
* Automatique , Keio University ). All Rights Reserved.
*
* $Id$
*/
#ifndef _DOM_XML_h
#define _DOM_XML_h
...
...
khtml/dom/html_document.cpp
View file @
7b7246f2
...
...
@@ -18,7 +18,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
// --------------------------------------------------------------------------
...
...
khtml/dom/html_form.cpp
View file @
7b7246f2
...
...
@@ -18,7 +18,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
// --------------------------------------------------------------------------
...
...
khtml/dom/html_object.cpp
View file @
7b7246f2
...
...
@@ -18,7 +18,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
#include "dom/dom_doc.h"
...
...
khtml/dom/html_object.h
View file @
7b7246f2
...
...
@@ -25,7 +25,6 @@
* Technology , Institut National de Recherche en Informatique et en
* Automatique , Keio University ). All Rights Reserved.
*
* $Id$
*/
// --------------------------------------------------------------------------
...
...
khtml/dom/html_table.cpp
View file @
7b7246f2
...
...
@@ -18,7 +18,6 @@
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* $Id$
*/
// --------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment