Kaydet (Commit) aacf7155 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

<vcl/spin.h> can be private to vcl

Change-Id: If723dd72479ab8d072581e9ffbf7a1462c5fecda
üst d2df0ada
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_VCL_SPIN_H
#define INCLUDED_VCL_SPIN_H
#ifndef INCLUDED_VCL_INC_SPIN_HXX
#define INCLUDED_VCL_INC_SPIN_HXX
#include <vcl/window.hxx>
......@@ -29,6 +29,6 @@ void ImplDrawSpinButton(vcl::RenderContext& rRenderContext, vcl::Window* pWindow
bool bUpperIn, bool bLowerIn, bool bUpperEnabled = true, bool bLowerEnabled = true,
bool bHorz = false, bool bMirrorHorz = false);
#endif // INCLUDED_VCL_SPIN_H
#endif // INCLUDED_VCL_INC_SPIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -18,11 +18,12 @@
*/
#include <tools/rcid.h>
#include <vcl/spin.h>
#include <vcl/event.hxx>
#include <vcl/spin.hxx>
#include <vcl/settings.hxx>
#include "spin.hxx"
void SpinButton::ImplInit( vcl::Window* pParent, WinBits nStyle )
{
mbUpperIn = false;
......
......@@ -21,11 +21,11 @@
#include "vcl/event.hxx"
#include "vcl/decoview.hxx"
#include "vcl/spin.h"
#include "vcl/spinfld.hxx"
#include "vcl/settings.hxx"
#include "controldata.hxx"
#include "spin.hxx"
#include "svdata.hxx"
namespace {
......
......@@ -23,7 +23,6 @@
#include <vcl/accel.hxx>
#include <vcl/svapp.hxx>
#include <vcl/help.hxx>
#include <vcl/spin.h>
#include <vcl/bitmap.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/gradient.hxx>
......@@ -41,6 +40,7 @@
#include <window.h>
#include <toolbox.h>
#include <salframe.hxx>
#include <spin.hxx>
#if defined WNT
#include <svsys.h>
#endif
......
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