summaryrefslogtreecommitdiff
path: root/linguistic/source/hhconvdic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/hhconvdic.hxx')
-rw-r--r--linguistic/source/hhconvdic.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/hhconvdic.hxx b/linguistic/source/hhconvdic.hxx
index 8d30ea2fd812..1419e0d78608 100644
--- a/linguistic/source/hhconvdic.hxx
+++ b/linguistic/source/hhconvdic.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.
@@ -39,7 +40,6 @@
#include "defs.hxx"
#include "convdic.hxx"
-///////////////////////////////////////////////////////////////////////////
class HHConvDic :
public ConvDic
@@ -72,7 +72,7 @@ inline ::rtl::OUString HHConvDic::getImplementationName_Static() throw()
return A2OU( "com.sun.star.lingu2.HHConvDic" );
}
-///////////////////////////////////////////////////////////////////////////
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */