diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-02-06 12:09:48 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-06 12:44:37 +0100 |
commit | 1a3c90a292c7fc9060604151de9dc51eecf5b6a7 (patch) | |
tree | 226567cca6b2f74e749f36cc3ef3b76d67eb91a1 /offapi | |
parent | fdfd5c111de740456bc03df727b9c74a617237fc (diff) |
sw: let drawinglayer manage gradient styles of our textframes
With this, the hacks from commits
81a46fc86a530f028a5bd2f5e52fe0372d50ee38 and
d7efffebd9651dd866349915360ade64b97d7301 are no longer necessary.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/text/GradientTable.idl | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 72a590e4aaf3..eda41014c68d 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1277,7 +1277,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text,\ GenericTextDocument \ GlobalDocument \ GlobalSettings \ - GradientTable \ IllustrationsIndex \ InContentMetadata \ LineNumberingProperties \ diff --git a/offapi/com/sun/star/text/GradientTable.idl b/offapi/com/sun/star/text/GradientTable.idl deleted file mode 100644 index b7f433f939fa..000000000000 --- a/offapi/com/sun/star/text/GradientTable.idl +++ /dev/null @@ -1,33 +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/. - */ -#ifndef __com_sun_star_text_GradientTable_idl__ -#define __com_sun_star_text_GradientTable_idl__ - -#include <com/sun/star/container/XNameContainer.idl> - - - module com { module sun { module star { module text { - - -/** this is a container for <type scope="com::sun::star::awt">Gradient</type>s, used for Writer TextFrames -*/ -service GradientTable -{ - /** this container lets you access the <type scope="com::sun::star::awt">Gradient</type>s that - are indexed with a name inside Writer. - */ - interface com::sun::star::container::XNameContainer; -}; - - -}; }; }; }; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |