Kaydet (Commit) 2ed7c024 authored tarafından Khaled Hosny's avatar Khaled Hosny

Drop header that had just one typedef

Move the typedef elsewhere.

Change-Id: I7a91ffd5ed4d1f182d6d57c80eb5188892fa5ccd
Reviewed-on: https://gerrit.libreoffice.org/53268Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKhaled Hosny <khaledhosny@eglug.org>
üst 63a4ecc3
......@@ -24,7 +24,7 @@
#include <tools/gen.hxx>
#include <o3tl/typed_flags_set.hxx>
#include "salglyphid.hxx"
#include "sallayout.hxx"
namespace vcl { struct TrueTypeFont; } ///< SFT's idea of a TTF font
......
......@@ -111,7 +111,6 @@
#include <salframe.hxx>
#include <salgdi.hxx>
#include <salgdiimpl.hxx>
#include <salglyphid.hxx>
#include <salhelper/linkhelper.hxx>
#include <salhelper/thread.hxx>
#include <salimestatus.hxx>
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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 .
*/
#ifndef INCLUDED_VCL_INC_SALGLYPHID_HXX
#define INCLUDED_VCL_INC_SALGLYPHID_HXX
typedef sal_uInt32 sal_GlyphId;
#endif // INCLUDED_VCL_INC_SALGLYPHID_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -32,8 +32,6 @@
#include <vcl/vclenum.hxx> // for typedef sal_UCS4
#include <vcl/devicecoordinate.hxx>
#include "salglyphid.hxx"
#define MAX_FALLBACK 16
......@@ -251,6 +249,8 @@ private:
bool mbIncomplete;
};
typedef sal_uInt32 sal_GlyphId;
struct GlyphItem
{
int mnFlags;
......
......@@ -25,7 +25,7 @@
#include <vcl/timer.hxx>
#include <vcl/vclenum.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <salglyphid.hxx>
#include <sallayout.hxx>
#include <unx/fc_fontoptions.hxx>
#include <list>
......
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