summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:12 +0100
commitf2e743010dec14e358e3b138a35b0cb6f758bb6b (patch)
tree3c52916e23e8f44cefff9c732fd99473ce4b88aa /unotools/inc
parent3b2ec686862e3d3c5634ee06eae12641cf1fe6cf (diff)
New loplugin:externvar: unotools
Change-Id: I117f5166dffa1514cfc774105b4c94009183fe90
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotoolsservices.hxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/unotools/inc/unotoolsservices.hxx b/unotools/inc/unotoolsservices.hxx
new file mode 100644
index 000000000000..59d760a48246
--- /dev/null
+++ b/unotools/inc/unotoolsservices.hxx
@@ -0,0 +1,22 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_UNOTOOLS_INC_UNOTOOLSSERVICES_HXX
+#define INCLUDED_UNOTOOLS_INC_UNOTOOLSSERVICES_HXX
+
+#include <sal/config.h>
+
+namespace comphelper { namespace service_decl { class ServiceDecl; } }
+
+extern comphelper::service_decl::ServiceDecl const OTempFileServiceDecl;
+extern comphelper::service_decl::ServiceDecl const ServiceDocumenterDecl;
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */