cairo_canvas.cxx (25ea7f45) cairo_canvas.cxx (906a4e93)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 35 unchanged lines hidden (view full) ---

44#include <basegfx/numeric/ftools.hxx>
45
46#ifdef WNT
47# include <tools/prewin.h>
48# include <windows.h>
49# include <tools/postwin.h>
50#endif
51
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 35 unchanged lines hidden (view full) ---

44#include <basegfx/numeric/ftools.hxx>
45
46#ifdef WNT
47# include <tools/prewin.h>
48# include <windows.h>
49# include <tools/postwin.h>
50#endif
51
52#ifdef OS2
53# include <svpm.h>
54#endif
55
52#include <vcl/sysdata.hxx>
53
54#include "cairo_canvas.hxx"
55
56using namespace ::cairo;
57using namespace ::com::sun::star;
58
59namespace cairocanvas

--- 132 unchanged lines hidden ---
56#include <vcl/sysdata.hxx>
57
58#include "cairo_canvas.hxx"
59
60using namespace ::cairo;
61using namespace ::com::sun::star;
62
63namespace cairocanvas

--- 132 unchanged lines hidden ---