summaryrefslogtreecommitdiff
path: root/linguistic/source/convdicxml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/convdicxml.hxx')
-rw-r--r--linguistic/source/convdicxml.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx
index edf5ebe104d1..c93965d65dcf 100644
--- a/linguistic/source/convdicxml.hxx
+++ b/linguistic/source/convdicxml.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.
@@ -44,16 +45,12 @@
class ConvDic;
-///////////////////////////////////////////////////////////////////////////
class ConvDicXMLExport : public SvXMLExport
{
ConvDic &rDic;
sal_Bool bSuccess;
-protected:
- //void ExportNodes(const SmNode *pIn, int nLevel);
-
public:
ConvDicXMLExport( ConvDic &rConvDic,
const rtl::OUString &rFileName,
@@ -128,7 +125,7 @@ public:
void SetConversionType( sal_Int16 nType ) { nConversionType = nType; }
};
-///////////////////////////////////////////////////////////////////////////
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */