summaryrefslogtreecommitdiff
path: root/fpicker/source/odma/ODMAFilePicker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/odma/ODMAFilePicker.cxx')
-rw-r--r--fpicker/source/odma/ODMAFilePicker.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/odma/ODMAFilePicker.cxx b/fpicker/source/odma/ODMAFilePicker.cxx
index 2fe531015bd8..39153b631f53 100644
--- a/fpicker/source/odma/ODMAFilePicker.cxx
+++ b/fpicker/source/odma/ODMAFilePicker.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.
@@ -545,3 +546,5 @@ Reference< XInterface > SAL_CALL ODMAFilePicker::impl_createInstance(
Reference< XMultiServiceFactory > xServiceManager (rxContext->getServiceManager(), UNO_QUERY_THROW);
return Reference< XInterface >( *new ODMAFilePicker( xServiceManager ) );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */