Kaydet (Commit) 8231ae65 authored tarafından Michael Stahl's avatar Michael Stahl

API CHANGE: remove com.sun.star.text.XModule

This interface has been deprecated since OpenOffice.org initial CVS
import and the purpose of an empty interface is dubious anyway.

EXISTENCE: published key "/UCR/com/sun/star/text/XModule" exists only in
registry 1

Change-Id: If3c849d61d5433b8d426e2e89c3b818a7fff1e7d
üst 7a8d9335
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <com/sun/star/style/TabAlign.hpp> #include <com/sun/star/style/TabAlign.hpp>
#include <com/sun/star/style/PageStyleLayout.hpp> #include <com/sun/star/style/PageStyleLayout.hpp>
#include <com/sun/star/style/BreakType.hpp> #include <com/sun/star/style/BreakType.hpp>
#include <com/sun/star/text/XModule.hpp>
#include <com/sun/star/text/XTextRangeMover.hpp> #include <com/sun/star/text/XTextRangeMover.hpp>
#include <com/sun/star/text/XFootnotesSettingsSupplier.hpp> #include <com/sun/star/text/XFootnotesSettingsSupplier.hpp>
#include <com/sun/star/text/XFootnote.hpp> #include <com/sun/star/text/XFootnote.hpp>
......
...@@ -3631,7 +3631,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/text,\ ...@@ -3631,7 +3631,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/text,\
XLineNumberingSupplier \ XLineNumberingSupplier \
XMailMergeBroadcaster \ XMailMergeBroadcaster \
XMailMergeListener \ XMailMergeListener \
XModule \
XMultiTextMarkup \ XMultiTextMarkup \
XNumberingFormatter \ XNumberingFormatter \
XNumberingRulesSupplier \ XNumberingRulesSupplier \
......
/* -*- 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 __com_sun_star_text_XModule_idl__
#define __com_sun_star_text_XModule_idl__
#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module text {
// DocMerge from xml: interface com::sun::star::text::XModule
/** @deprecated
*/
published interface XModule: com::sun::star::uno::XInterface
{
};
}; }; }; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifndef _UNOMOD_HXX #ifndef _UNOMOD_HXX
#define _UNOMOD_HXX #define _UNOMOD_HXX
#include <com/sun/star/text/XModule.hpp>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/view/XPrintSettingsSupplier.hpp> #include <com/sun/star/view/XPrintSettingsSupplier.hpp>
#include <com/sun/star/view/XViewSettingsSupplier.hpp> #include <com/sun/star/view/XViewSettingsSupplier.hpp>
...@@ -27,7 +26,6 @@ ...@@ -27,7 +26,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <cppuhelper/implbase2.hxx> // helper for implementations #include <cppuhelper/implbase2.hxx> // helper for implementations
#include <cppuhelper/implbase3.hxx> // helper for implementations #include <cppuhelper/implbase3.hxx> // helper for implementations
#include <cppuhelper/implbase4.hxx> // helper for implementations
#include <comphelper/ChainablePropertySet.hxx> #include <comphelper/ChainablePropertySet.hxx>
#include <comphelper/SettingsHelper.hxx> #include <comphelper/SettingsHelper.hxx>
#include <usrpref.hxx> #include <usrpref.hxx>
...@@ -39,9 +37,8 @@ class SwDoc; ...@@ -39,9 +37,8 @@ class SwDoc;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SwXModule_CreateInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & ); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SwXModule_CreateInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & );
class SwXModule : public cppu::WeakImplHelper4 class SwXModule : public cppu::WeakImplHelper3
< <
::com::sun::star::text::XModule,
::com::sun::star::view::XViewSettingsSupplier, ::com::sun::star::view::XViewSettingsSupplier,
::com::sun::star::view::XPrintSettingsSupplier, ::com::sun::star::view::XPrintSettingsSupplier,
::com::sun::star::lang::XServiceInfo ::com::sun::star::lang::XServiceInfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment