summaryrefslogtreecommitdiff
path: root/linguistic/inc/linguistic/hyphdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/inc/linguistic/hyphdta.hxx')
-rw-r--r--linguistic/inc/linguistic/hyphdta.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/linguistic/inc/linguistic/hyphdta.hxx b/linguistic/inc/linguistic/hyphdta.hxx
index 7814c7821aa9..ffdc36a01509 100644
--- a/linguistic/inc/linguistic/hyphdta.hxx
+++ b/linguistic/inc/linguistic/hyphdta.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38,8 +39,6 @@
namespace linguistic
{
-///////////////////////////////////////////////////////////////////////////
-
class HyphenatedWord :
public cppu::WeakImplHelper1
<
@@ -94,8 +93,6 @@ public:
};
-///////////////////////////////////////////////////////////////////////////
-
class PossibleHyphens :
public cppu::WeakImplHelper1
<
@@ -141,11 +138,8 @@ public:
const ::rtl::OUString &rHyphWord,
const ::com::sun::star::uno::Sequence< sal_Int16 > &rPositions);
};
-
-
-///////////////////////////////////////////////////////////////////////////
-
} // namespace linguistic
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */