summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/textapi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/textapi.hxx')
-rw-r--r--[-rwxr-xr-x]sw/source/core/inc/textapi.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/core/inc/textapi.hxx b/sw/source/core/inc/textapi.hxx
index 609e0a0ecc4d..5692c7ae3c7f 100755..100644
--- a/sw/source/core/inc/textapi.hxx
+++ b/sw/source/core/inc/textapi.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.
@@ -68,3 +69,5 @@ public:
void SetText( OutlinerParaObject& rText ) { pSource->SetText( rText ); }
String GetText() { return pSource->GetText(); }
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */