summaryrefslogtreecommitdiffstats
path: root/svl/qa/complex/ConfigItems/helper/UserOptTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/complex/ConfigItems/helper/UserOptTest.cxx')
-rw-r--r--svl/qa/complex/ConfigItems/helper/UserOptTest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/qa/complex/ConfigItems/helper/UserOptTest.cxx b/svl/qa/complex/ConfigItems/helper/UserOptTest.cxx
index b14d20a76694..571d5bb9e3ed 100644
--- a/svl/qa/complex/ConfigItems/helper/UserOptTest.cxx
+++ b/svl/qa/complex/ConfigItems/helper/UserOptTest.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.
@@ -264,3 +265,5 @@ void UserOptTest::impl_checkSetApartment( const ::rtl::OUString& sUserData )
if ( sCheck != sUserData )
throw css::uno::Exception(MESSAGE_SETAPARTMENT_FAILED, 0);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */