Kaydet (Commit) a5a66941 authored tarafından Jeevan's avatar Jeevan Kaydeden (comit) Thorsten Behrens

tdf#95416 Removed ../ in filter/source/svg/test files

Change-Id: I9f281c48ddd78f2a897e26b9af57fef2e89604d3
Reviewed-on: https://gerrit.libreoffice.org/34890Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 39ec34b8
......@@ -6,8 +6,8 @@
* 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 INCLUDED_FILTER_SOURCE_SVG_GFXTYPES_HXX
#define INCLUDED_FILTER_SOURCE_SVG_GFXTYPES_HXX
#ifndef INCLUDED_FILTER_INC_GFXTYPES_HXX
#define INCLUDED_FILTER_INC_GFXTYPES_HXX
#include <basegfx/range/b2drange.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
......
......@@ -6,8 +6,8 @@
* 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 INCLUDED_FILTER_SOURCE_SVG_PARSERFRAGMENTS_HXX
#define INCLUDED_FILTER_SOURCE_SVG_PARSERFRAGMENTS_HXX
#ifndef INCLUDED_FILTER_INC_PARSERFRAGMENTS_HXX
#define INCLUDED_FILTER_INC_PARSERFRAGMENTS_HXX
#include <sal/config.h>
#include <vector>
......
......@@ -6,8 +6,8 @@
* 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 INCLUDED_FILTER_SOURCE_SVG_SVGREADER_HXX
#define INCLUDED_FILTER_SOURCE_SVG_SVGREADER_HXX
#ifndef INCLUDED_FILTER_INC_SVGREADER_HXX
#define INCLUDED_FILTER_INC_SVGREADER_HXX
#include <filter/dllapi.h>
......
......@@ -12,8 +12,8 @@
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include "../gfxtypes.hxx"
#include "../parserfragments.hxx"
#include "gfxtypes.hxx"
#include "parserfragments.hxx"
using namespace svgi;
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "../svgreader.hxx"
#include "svgreader.hxx"
#include "odfserializer.hxx"
#include <sal/main.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment