summaryrefslogtreecommitdiff
path: root/dtrans/source/generic/generic_clipboard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/generic/generic_clipboard.cxx')
-rw-r--r--dtrans/source/generic/generic_clipboard.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dtrans/source/generic/generic_clipboard.cxx b/dtrans/source/generic/generic_clipboard.cxx
index 046632d82bf8..eacab35dc9f6 100644
--- a/dtrans/source/generic/generic_clipboard.cxx
+++ b/dtrans/source/generic/generic_clipboard.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.
@@ -203,3 +204,5 @@ Reference< XInterface > SAL_CALL GenericClipboard_createInstance(
{
return Reference < XInterface >( ( OWeakObject * ) new GenericClipboard());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */