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/tests/java/ifc | |
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/tests/java/ifc')
-rw-r--r-- | qadevOOo/tests/java/ifc/drawing/_CaptionShape.java | 26 |
1 files changed, 0 insertions, 26 deletions
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 { - -} - |