diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-04 00:01:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-04 00:57:47 +0100 |
commit | d34ad7274cd45086aef54b4072a665da0a8015a8 (patch) | |
tree | 9376cc7da6c59b19b50e353bcf1695760e84bdcf /offapi | |
parent | 57d97807f704883b1631323da254163e187b2dc5 (diff) |
API CHANGE: remove com.sun.star.text.LineNumberingSettings
The service is deprecated and was never implemented.
EXISTENCE: published key "/UCR/com/sun/star/text/LineNumberingSettings"
exists only in registry 1
Change-Id: Id720f8685eba6c78ed7f57c2365db6ab3c7ba8a4
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/text/LineNumberingSettings.idl | 92 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7443968 -> 7443968 bytes |
3 files changed, 0 insertions, 93 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index f6f5180344d4..5284b52a5399 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1255,7 +1255,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text,\ IllustrationsIndex \ InContentMetadata \ LineNumberingProperties \ - LineNumberingSettings \ MailMerge \ NumberingLevel \ NumberingRules \ diff --git a/offapi/com/sun/star/text/LineNumberingSettings.idl b/offapi/com/sun/star/text/LineNumberingSettings.idl deleted file mode 100644 index 4655653c9b76..000000000000 --- a/offapi/com/sun/star/text/LineNumberingSettings.idl +++ /dev/null @@ -1,92 +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 __com_sun_star_text_LineNumberingSettings_idl__ -#define __com_sun_star_text_LineNumberingSettings_idl__ - - - - module com { module sun { module star { module text { - - -/** provides access to the settings of the line numbering. - @deprecated - - Actually there never was an implementation for this service. - */ -published service LineNumberingSettings -{ - - /** If <TRUE/>, line numbering is used. - */ - [property] boolean On; - - - /** The name of the character style that is used for the line number. - */ - [property] string CharStyle; - - - /** If <TRUE/>, empty lines are counted. - */ - [property] boolean CountEmptyLines; - - - /** If <TRUE/>, lines in frames are included in counting. - */ - [property] boolean CountLinesInFrames; - - - /** specifies the distance between the line number and the start or - end of the text area. - */ - [property] long Distance; - - - /** Line numbers are shown on every <var>LineInterval</var>th line. - */ - [property] short LineInterval; - - - /** specifies the symbol that is shown between the line numbers. - */ - [property] string LineSeparator; - - - /** The line separator is shown every <var>SeparatorLineDistance</var>th line. - */ - [property] short SeparatorLineDistance; - - - /** specifies the position of the line number - (constant <type scope="com::sun::star::style::">LineNumberPosition</type> - left/right/inside/outside). - */ - [property] short NumberPosition; - - - /** specifies the type of the numbering. - */ - [property] short NumberingType; - -}; - - -}; }; }; }; -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex d70c98f3cdc6..100b6acb02c9 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |