summaryrefslogtreecommitdiffstats
path: root/tdespell2
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
commited8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch)
tree6c8bf650267a48f922fab63117812f1389ce31e9 /tdespell2
parent290dd240b89a39b9e0978a08d63298fd7bccc600 (diff)
downloadtdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz
tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdespell2')
-rw-r--r--tdespell2/broker.cpp1
-rw-r--r--tdespell2/broker.h1
-rw-r--r--tdespell2/client.cpp1
-rw-r--r--tdespell2/client.h1
-rw-r--r--tdespell2/dictionary.h1
-rw-r--r--tdespell2/filter.cpp1
-rw-r--r--tdespell2/filter.h1
-rw-r--r--tdespell2/plugins/ispell/correct.cpp1
-rw-r--r--tdespell2/plugins/ispell/good.cpp1
-rw-r--r--tdespell2/plugins/ispell/hash.cpp1
-rw-r--r--tdespell2/plugins/ispell/ispell.h1
-rw-r--r--tdespell2/plugins/ispell/ispell_checker.cpp1
-rw-r--r--tdespell2/plugins/ispell/ispell_checker.h1
-rw-r--r--tdespell2/plugins/ispell/ispell_def.h1
-rw-r--r--tdespell2/plugins/ispell/lookup.cpp1
-rw-r--r--tdespell2/plugins/ispell/makedent.cpp1
-rw-r--r--tdespell2/plugins/ispell/msgs.h1
-rw-r--r--tdespell2/plugins/ispell/sp_spell.h1
-rw-r--r--tdespell2/plugins/ispell/tdespell_ispelldict.cpp2
-rw-r--r--tdespell2/plugins/ispell/tdespell_ispelldict.h2
-rw-r--r--tdespell2/plugins/ispell/tgood.cpp1
-rw-r--r--tdespell2/settings.cpp1
-rw-r--r--tdespell2/settings.h1
-rw-r--r--tdespell2/ui/dialog.h1
24 files changed, 2 insertions, 24 deletions
diff --git a/tdespell2/broker.cpp b/tdespell2/broker.cpp
index ef8c07dac..16256f189 100644
--- a/tdespell2/broker.cpp
+++ b/tdespell2/broker.cpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/**
* broker.cpp
*
diff --git a/tdespell2/broker.h b/tdespell2/broker.h
index c41fa2988..f4029c487 100644
--- a/tdespell2/broker.h
+++ b/tdespell2/broker.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/**
* broker.h
*
diff --git a/tdespell2/client.cpp b/tdespell2/client.cpp
index ae470a77e..f8c3d3556 100644
--- a/tdespell2/client.cpp
+++ b/tdespell2/client.cpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* client.cpp
*
diff --git a/tdespell2/client.h b/tdespell2/client.h
index 9f18f9518..07f6fce6e 100644
--- a/tdespell2/client.h
+++ b/tdespell2/client.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* client.cpp
*
diff --git a/tdespell2/dictionary.h b/tdespell2/dictionary.h
index b2b6d2f44..a0bbea62b 100644
--- a/tdespell2/dictionary.h
+++ b/tdespell2/dictionary.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* dictionary.h
*
diff --git a/tdespell2/filter.cpp b/tdespell2/filter.cpp
index 1604bcae1..745d8f689 100644
--- a/tdespell2/filter.cpp
+++ b/tdespell2/filter.cpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* filter.cpp
*
diff --git a/tdespell2/filter.h b/tdespell2/filter.h
index d8992c0f3..ded339841 100644
--- a/tdespell2/filter.h
+++ b/tdespell2/filter.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* filter.h
*
diff --git a/tdespell2/plugins/ispell/correct.cpp b/tdespell2/plugins/ispell/correct.cpp
index a417ee777..759aa5965 100644
--- a/tdespell2/plugins/ispell/correct.cpp
+++ b/tdespell2/plugins/ispell/correct.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/good.cpp b/tdespell2/plugins/ispell/good.cpp
index 42ba79515..cb01548a3 100644
--- a/tdespell2/plugins/ispell/good.cpp
+++ b/tdespell2/plugins/ispell/good.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/hash.cpp b/tdespell2/plugins/ispell/hash.cpp
index 07693c14f..038f671af 100644
--- a/tdespell2/plugins/ispell/hash.cpp
+++ b/tdespell2/plugins/ispell/hash.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/ispell.h b/tdespell2/plugins/ispell/ispell.h
index 587defc07..d7e60d658 100644
--- a/tdespell2/plugins/ispell/ispell.h
+++ b/tdespell2/plugins/ispell/ispell.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/ispell_checker.cpp b/tdespell2/plugins/ispell/ispell_checker.cpp
index 387997444..d21b8374b 100644
--- a/tdespell2/plugins/ispell/ispell_checker.cpp
+++ b/tdespell2/plugins/ispell/ispell_checker.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* tdespell2 - adopted from Enchant
* Copyright (C) 2003 Dom Lachowicz
* Copyright (C) 2004 Zack Rusin <zack@kde.org>
diff --git a/tdespell2/plugins/ispell/ispell_checker.h b/tdespell2/plugins/ispell/ispell_checker.h
index 84faa34f9..d70d30082 100644
--- a/tdespell2/plugins/ispell/ispell_checker.h
+++ b/tdespell2/plugins/ispell/ispell_checker.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* tdespell2 - adopted from Enchant
* Copyright (C) 2003 Dom Lachowicz
* Copyright (C) 2004 Zack Rusin <zack@kde.org>
diff --git a/tdespell2/plugins/ispell/ispell_def.h b/tdespell2/plugins/ispell/ispell_def.h
index b3d149c43..f837b1104 100644
--- a/tdespell2/plugins/ispell/ispell_def.h
+++ b/tdespell2/plugins/ispell/ispell_def.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/lookup.cpp b/tdespell2/plugins/ispell/lookup.cpp
index 773cd88cb..7489253da 100644
--- a/tdespell2/plugins/ispell/lookup.cpp
+++ b/tdespell2/plugins/ispell/lookup.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* tdespell2 - adopted from enchant
* Copyright (C) 2003 Dom Lachowicz
* Copyright (C) 2004 Zack Rusin <zack@kde.org>
diff --git a/tdespell2/plugins/ispell/makedent.cpp b/tdespell2/plugins/ispell/makedent.cpp
index ebe128dd3..407d5e2fb 100644
--- a/tdespell2/plugins/ispell/makedent.cpp
+++ b/tdespell2/plugins/ispell/makedent.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/msgs.h b/tdespell2/plugins/ispell/msgs.h
index e3f30220c..4e4bc1265 100644
--- a/tdespell2/plugins/ispell/msgs.h
+++ b/tdespell2/plugins/ispell/msgs.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/sp_spell.h b/tdespell2/plugins/ispell/sp_spell.h
index 9e1d7b903..1539716e2 100644
--- a/tdespell2/plugins/ispell/sp_spell.h
+++ b/tdespell2/plugins/ispell/sp_spell.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/plugins/ispell/tdespell_ispelldict.cpp b/tdespell2/plugins/ispell/tdespell_ispelldict.cpp
index 089fabc9d..3e23320ed 100644
--- a/tdespell2/plugins/ispell/tdespell_ispelldict.cpp
+++ b/tdespell2/plugins/ispell/tdespell_ispelldict.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* tdespell_aspelldict.cpp
*
* Copyright (C) 2003 Zack Rusin <zack@kde.org>
diff --git a/tdespell2/plugins/ispell/tdespell_ispelldict.h b/tdespell2/plugins/ispell/tdespell_ispelldict.h
index 12b628c49..e5ff62f9e 100644
--- a/tdespell2/plugins/ispell/tdespell_ispelldict.h
+++ b/tdespell2/plugins/ispell/tdespell_ispelldict.h
@@ -1,4 +1,4 @@
-/**
+/*
* tdespell_ispelldict.h
*
* Copyright (C) 2003 Zack Rusin <zack@kde.org>
diff --git a/tdespell2/plugins/ispell/tgood.cpp b/tdespell2/plugins/ispell/tgood.cpp
index 859eee62f..d8ea11c87 100644
--- a/tdespell2/plugins/ispell/tgood.cpp
+++ b/tdespell2/plugins/ispell/tgood.cpp
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* enchant
* Copyright (C) 2003 Dom Lachowicz
*
diff --git a/tdespell2/settings.cpp b/tdespell2/settings.cpp
index a23fb062f..888a409a0 100644
--- a/tdespell2/settings.cpp
+++ b/tdespell2/settings.cpp
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* settings.cpp
*
diff --git a/tdespell2/settings.h b/tdespell2/settings.h
index b1b9569f0..34590ecb8 100644
--- a/tdespell2/settings.h
+++ b/tdespell2/settings.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/**
* settings.h
*
diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h
index 2c5606804..d07ddacce 100644
--- a/tdespell2/ui/dialog.h
+++ b/tdespell2/ui/dialog.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* dialog.h
*