diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-28 12:09:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-28 15:10:45 +0200 |
commit | ff4a319f51fc0ea4eb2baafa22d59f51b6e46a6f (patch) | |
tree | c15d936893b7367cd179870da3b0209b78bb3ee5 /oox/inc | |
parent | 1e6b6f038af656b475cb87844822287fd4e6c166 (diff) |
oox: create ShapeContextHandler instances with an uno constructor
Change-Id: Ie780ff9f3a8c61d13ad10cc2dbe24d3ec165470e
Reviewed-on: https://gerrit.libreoffice.org/61063
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 1 | ||||
-rw-r--r-- | oox/inc/services.hxx | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 2bfc8539945a..222e9663fca5 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -187,7 +187,6 @@ #include <sax/fastattribs.hxx> #include <sax/fshelper.hxx> #include <sax/saxdllapi.h> -#include <services.hxx> #include <svtools/svtdllapi.h> #include <svx/msdffdef.hxx> #include <svx/svxdllapi.h> diff --git a/oox/inc/services.hxx b/oox/inc/services.hxx deleted file mode 100644 index f790ce525a6b..000000000000 --- a/oox/inc/services.hxx +++ /dev/null @@ -1,37 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#ifndef INCLUDED_OOX_INC_SERVICES_HXX -#define INCLUDED_OOX_INC_SERVICES_HXX - -#include <sal/config.h> - -namespace oox { - namespace shape { - extern OUString ShapeContextHandler_getImplementationName(); - extern css::uno::Sequence< OUString > ShapeContextHandler_getSupportedServiceNames(); - /// @throws css::uno::Exception - extern css::uno::Reference< css::uno::XInterface > ShapeContextHandler_createInstance( - const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - } -} - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |