diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-03-19 21:50:12 +0530 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-01 00:16:40 +0200 |
commit | e4bf7cbc082a428dbef65f0d92cb0cdbda7af16e (patch) | |
tree | 107f2b3707fc8931e5a0050e894acbce2cb8ce2b /qadevOOo | |
parent | bbff9949f9c22daf1921b5680121102e4bd422ab (diff) |
tdf#45904 Move _CaptionShape Java tests to C++
Change-Id: I66fd554a542912784cf730e28cc223591ad5c723
Reviewed-on: https://gerrit.libreoffice.org/51575
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 1 | ||||
-rw-r--r-- | qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv | 12 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/drawing/_CaptionShape.java | 26 |
3 files changed, 0 insertions, 39 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 1f9af86d89b6..bf742f150711 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -317,7 +317,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/document/_XTypeDetection \ qadevOOo/tests/java/ifc/document/_XViewDataSupplier \ qadevOOo/tests/java/ifc/drawing/_AreaShapeDescriptor \ - qadevOOo/tests/java/ifc/drawing/_CaptionShape \ qadevOOo/tests/java/ifc/drawing/_ConnectorProperties \ qadevOOo/tests/java/ifc/drawing/_ConnectorShape \ qadevOOo/tests/java/ifc/drawing/_ConnectorShapeDescriptor \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv index 66f2a890537e..8709cf403bc5 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScAnnotationShapeObj.csv @@ -163,18 +163,6 @@ "ScAnnotationShapeObj";"com::sun::star::text::XTextRange";"getEnd()" "ScAnnotationShapeObj";"com::sun::star::text::XTextRange";"getString()" "ScAnnotationShapeObj";"com::sun::star::text::XTextRange";"setString()" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CornerRadius" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionPoint" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionType" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionIsFixedAngle" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionAngle" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionGap" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionEscapeDirection" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionIsEscapeRelative" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionEscapeRelative" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionEscapeAbsolute" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionLineLength" -"ScAnnotationShapeObj";"com::sun::star::drawing::CaptionShape";"CaptionIsFitLineLength" "ScAnnotationShapeObj";"com::sun::star::style::CharacterProperties";"CharFontName" "ScAnnotationShapeObj";"com::sun::star::style::CharacterProperties";"CharFontStyleName" "ScAnnotationShapeObj";"com::sun::star::style::CharacterProperties";"CharFontFamily" diff --git a/qadevOOo/tests/java/ifc/drawing/_CaptionShape.java b/qadevOOo/tests/java/ifc/drawing/_CaptionShape.java deleted file mode 100644 index 01803f7c5903..000000000000 --- a/qadevOOo/tests/java/ifc/drawing/_CaptionShape.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.drawing; - -import lib.MultiPropertyTest; - -public class _CaptionShape extends MultiPropertyTest { - -} - |