summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:25:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:52:26 +0100
commitf0a94a67d3eb6d9ade5501db273d73c4091817ef (patch)
tree37a9a262b4e9e79535ebf70c898f133febfa29ef
parentcb6434031c8325127a6bf863847a70d12a420cc5 (diff)
remove duplicate modelines
-rw-r--r--i18npool/source/paper/paper.cxx2
-rw-r--r--l10ntools/source/help/HelpCompiler.cxx2
-rw-r--r--l10ntools/source/help/HelpCompiler.hxx2
-rw-r--r--l10ntools/source/help/HelpLinker.cxx1
-rw-r--r--svtools/inc/svtools/svparser.hxx2
-rw-r--r--svtools/source/svrtf/parrtf.cxx2
-rw-r--r--svtools/source/svrtf/rtfkey2.cxx2
-rw-r--r--svtools/source/svrtf/rtfkeywd.cxx2
-rw-r--r--svtools/source/svrtf/svparser.cxx2
9 files changed, 0 insertions, 17 deletions
diff --git a/i18npool/source/paper/paper.cxx b/i18npool/source/paper/paper.cxx
index 9c8911985c14..dc588a36b515 100644
--- a/i18npool/source/paper/paper.cxx
+++ b/i18npool/source/paper/paper.cxx
@@ -509,6 +509,4 @@ PaperInfo PaperInfo::getDefaultPaperForLocale(
return eType;
}
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/l10ntools/source/help/HelpCompiler.cxx b/l10ntools/source/help/HelpCompiler.cxx
index 61292ee41293..277e9d00f9e7 100644
--- a/l10ntools/source/help/HelpCompiler.cxx
+++ b/l10ntools/source/help/HelpCompiler.cxx
@@ -588,6 +588,4 @@ namespace fs
}
}
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/l10ntools/source/help/HelpCompiler.hxx b/l10ntools/source/help/HelpCompiler.hxx
index 4b4cbd62e9fc..81b5bde0b182 100644
--- a/l10ntools/source/help/HelpCompiler.hxx
+++ b/l10ntools/source/help/HelpCompiler.hxx
@@ -315,6 +315,4 @@ private:
#endif
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index c76638724313..9a9bfd4d1bbb 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -1225,6 +1225,5 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
}
// vnd.sun.star.help://swriter/52821?Language=en-US&System=UNIX
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/inc/svtools/svparser.hxx b/svtools/inc/svtools/svparser.hxx
index bcc3ad39b550..38e736f94112 100644
--- a/svtools/inc/svtools/svparser.hxx
+++ b/svtools/inc/svtools/svparser.hxx
@@ -283,6 +283,4 @@ SV_IMPL_REF(SvKeyValueIterator);
#endif //_SVPARSER_HXX
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index d32e0b12ef95..a2bf8ac7ac30 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -701,6 +701,4 @@ void SvRTFParser::RestoreState()
}
#endif
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/svrtf/rtfkey2.cxx b/svtools/source/svrtf/rtfkey2.cxx
index 543220f1fa64..d7f5c53a4751 100644
--- a/svtools/source/svrtf/rtfkey2.cxx
+++ b/svtools/source/svrtf/rtfkey2.cxx
@@ -1157,6 +1157,4 @@ sal_Char const SVTOOLS_CONSTASCII_DEF( sRTF_OLTHDASHDD, "\\olthdashdd" );
sal_Char const SVTOOLS_CONSTASCII_DEF( sRTF_OLHWAVE, "\\olhwave" );
sal_Char const SVTOOLS_CONSTASCII_DEF( sRTF_OLOLDBWAVE, "\\ololdbwave" );
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx
index 809caf28beb8..20e6f58ba47d 100644
--- a/svtools/source/svrtf/rtfkeywd.cxx
+++ b/svtools/source/svrtf/rtfkeywd.cxx
@@ -1246,6 +1246,4 @@ int GetRTFToken( const String& rSearch )
return nRet;
}
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index a27e6c60404c..5f1593a94f40 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -724,6 +724,4 @@ void SvKeyValueIterator::Append (const SvKeyValue &rKeyVal)
m_pList->C40_INSERT(SvKeyValue, pKeyVal, m_pList->Count());
}
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */