summaryrefslogtreecommitdiff
path: root/ucb/workben/cachemap/cachemapobjectcontainer2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/workben/cachemap/cachemapobjectcontainer2.cxx')
-rwxr-xr-x[-rw-r--r--]ucb/workben/cachemap/cachemapobjectcontainer2.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/workben/cachemap/cachemapobjectcontainer2.cxx b/ucb/workben/cachemap/cachemapobjectcontainer2.cxx
index 3af959c17cf2..0b5f454ac358 100644..100755
--- a/ucb/workben/cachemap/cachemapobjectcontainer2.cxx
+++ b/ucb/workben/cachemap/cachemapobjectcontainer2.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.
@@ -66,3 +67,5 @@ rtl::Reference< Object2 > ObjectContainer2::get(rtl::OUString const & rKey)
}
return xElement;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */