summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-30 20:26:16 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-30 20:26:16 +0100
commitaab4574d4b0b055385be8d9b2a752863ba8a1a64 (patch)
tree43f23440ef2661fcc4aafe6fa7a479afdcc21828 /qadevOOo
parent4323fd8b7a766ab197a1f9a38594cacc51f4d017 (diff)
API CHANGE: remove service com.sun.star.text.PrintPreviewSettings
This service was obsoleted by CWS printerpullpages: the implementation in Writer was defunct in OpenOffice.org 3.3 and completely removed in OpenOffice.org 3.4. Change-Id: Ia4dd6f1f1d8fc399583032b44d99663532409b5c EXISTENCE: published key "/UCR/com/sun/star/text/PrintPreviewSettings" exists only in registry 1 SERVICE: /UCR/com/sun/star/text/DocumentSettings service1 contains 1 more references as service2 incompatible change: Reference 2 ('PrintPreviewSettings') in 'r1' is not longer a reference of this service in 'r2'
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/Jar_OOoRunner.mk1
-rw-r--r--qadevOOo/objdsc/sw/com.sun.star.comp.Writer.DocumentSettings.csv9
-rw-r--r--qadevOOo/tests/java/ifc/text/_PrintPreviewSettings.java26
3 files changed, 0 insertions, 36 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 9da1f31fc1ce..41df7b0b60c1 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -824,7 +824,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
qadevOOo/tests/java/ifc/text/_MailMerge \
qadevOOo/tests/java/ifc/text/_NumberingLevel \
qadevOOo/tests/java/ifc/text/_NumberingRules \
- qadevOOo/tests/java/ifc/text/_PrintPreviewSettings \
qadevOOo/tests/java/ifc/text/_PrintSettings \
qadevOOo/tests/java/ifc/text/_Text \
qadevOOo/tests/java/ifc/text/_TextColumns \
diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.Writer.DocumentSettings.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.Writer.DocumentSettings.csv
index 5edc3bce8dca..8ff54f7c4830 100644
--- a/qadevOOo/objdsc/sw/com.sun.star.comp.Writer.DocumentSettings.csv
+++ b/qadevOOo/objdsc/sw/com.sun.star.comp.Writer.DocumentSettings.csv
@@ -47,15 +47,6 @@
"DocumentSettings";"com::sun::star::text::PrintSettings";"PrintProspect"
"DocumentSettings";"com::sun::star::text::PrintSettings";"PrintPageBackground"
"DocumentSettings";"com::sun::star::text::PrintSettings";"PrintBlackFonts"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintLeftMargin"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintRightMargin"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintTopMargin"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintBottomMargin"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintHorizontalSpacing"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintVerticalSpacing"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintNumRows"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintNumColumns"
-"DocumentSettings";"com::sun::star::text::PrintPreviewSettings";"PreviewPrintLandscape"
"DocumentSettings";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
"DocumentSettings";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
"DocumentSettings";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
diff --git a/qadevOOo/tests/java/ifc/text/_PrintPreviewSettings.java b/qadevOOo/tests/java/ifc/text/_PrintPreviewSettings.java
deleted file mode 100644
index 2ff27635845b..000000000000
--- a/qadevOOo/tests/java/ifc/text/_PrintPreviewSettings.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * 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 .
- */
-
-package ifc.text;
-
-import lib.MultiPropertyTest;
-
-public class _PrintPreviewSettings extends MultiPropertyTest
-{
-
-}