diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-10 20:50:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-10 21:00:44 +0300 |
commit | 1382dad9d244bf437cd9cd181eb708bdaaca3539 (patch) | |
tree | 6ac0e91e27207fab3a795d26384ffcc441ba7b4f /vcl/inc | |
parent | 8b7da751fd6ada77980b13745f9b276c311e0963 (diff) |
Minor refactoring: Move a function to the only file where it is used
Change-Id: I98f1eda871eb36cdf61e003d046395698dcdad18
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/soicon.hxx | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/vcl/inc/unx/soicon.hxx b/vcl/inc/unx/soicon.hxx deleted file mode 100644 index 1f7f31a2e8a9..000000000000 --- a/vcl/inc/unx/soicon.hxx +++ /dev/null @@ -1,33 +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_SOICON_HXX -#define _SV_SOICON_HXX - -#include <unx/saltype.h> - -class SalDisplay; -class SalBitmap; -class Bitmap; - -sal_Bool SelectAppIconPixmap( SalDisplay *pDisplay, SalX11Screen nScreen, - sal_uInt16 nIcon, sal_uInt16 iconSize, - Pixmap& icon_pixmap, Pixmap& icon_mask ); -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |