summaryrefslogtreecommitdiff
path: root/cui/source/options/readonlyimage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/readonlyimage.cxx')
-rw-r--r--cui/source/options/readonlyimage.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/options/readonlyimage.cxx b/cui/source/options/readonlyimage.cxx
index e7cc2836a8a8..0a301c05eb89 100644
--- a/cui/source/options/readonlyimage.cxx
+++ b/cui/source/options/readonlyimage.cxx
@@ -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.
@@ -79,3 +80,5 @@ const String& ReadOnlyImage::GetHelpTip()
static String aStr(CUI_RES(RID_SVXSTR_READONLY_CONFIG_TIP));
return aStr;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */