diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 11:10:17 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:50 +0100 |
commit | 82093a207c5bd5daf5b0a5b67e831177de605f53 (patch) | |
tree | 2259344f6a61c7982750e572ce25bf75ef14ed1f /svx/source/unodraw/UnoGraphicExporter.hxx | |
parent | 05caae2d040497c68b9328da93eb4c33caee4632 (diff) |
svx: Use constructor feature for GraphicExporter.
Change-Id: I6384cce0915929b0a1249edfb72f5516ad2da3dd
Diffstat (limited to 'svx/source/unodraw/UnoGraphicExporter.hxx')
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.hxx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.hxx b/svx/source/unodraw/UnoGraphicExporter.hxx deleted file mode 100644 index 864ad2158e67..000000000000 --- a/svx/source/unodraw/UnoGraphicExporter.hxx +++ /dev/null @@ -1,34 +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_SVX_SOURCE_UNODRAW_UNOGRAPHICEXPORTER_HXX -#define INCLUDED_SVX_SOURCE_UNODRAW_UNOGRAPHICEXPORTER_HXX - -#include <com/sun/star/uno/XInterface.hpp> - -namespace svx -{ - SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL GraphicExporter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rSMgr) throw( ::com::sun::star::uno::Exception ); - SVX_DLLPUBLIC ::com::sun::star::uno::Sequence< OUString > SAL_CALL GraphicExporter_getSupportedServiceNames() throw(); - SVX_DLLPUBLIC OUString SAL_CALL GraphicExporter_getImplementationName() throw(); -} - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |