diff options
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r-- | vcl/inc/ios/salcolorutils.hxx | 37 | ||||
-rw-r--r-- | vcl/inc/ios/salvd.h | 1 |
2 files changed, 0 insertions, 38 deletions
diff --git a/vcl/inc/ios/salcolorutils.hxx b/vcl/inc/ios/salcolorutils.hxx deleted file mode 100644 index a66c9fae321d..000000000000 --- a/vcl/inc/ios/salcolorutils.hxx +++ /dev/null @@ -1,37 +0,0 @@ -/* -*- 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 _SV_SALCOLORUTILS_HXX -#define _SV_SALCOLORUTILS_HXX - -#include "vcl/salbtype.hxx" -#include "vcl/salgtype.hxx" -#include "salmathutils.hxx" - -// ------------------------------------------------------------------ - -SalColor GetSalColor( const float* pQuartzColor ); - -void SetSalColor( const SalColor& rColor, float* pQuartzColor ); - -// ------------------------------------------------------------------ - -#endif // _SV_SALCOLORUTILS_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/ios/salvd.h b/vcl/inc/ios/salvd.h index 792b9d6d8732..83c9d4544d94 100644 --- a/vcl/inc/ios/salvd.h +++ b/vcl/inc/ios/salvd.h @@ -20,7 +20,6 @@ #ifndef _SV_SALVD_H #define _SV_SALVD_H -#include "ios/salcolorutils.hxx" #include "coretext/salgdi.h" #include "salvd.hxx" |