Kaydet (Commit) e9080726 authored tarafından Lubos Lunak's avatar Lubos Lunak

PCH for Library_vcl

üst 13e3a3e5
......@@ -44,6 +44,8 @@ endif
$(eval $(call gb_Library_use_package,vcl,vcl_inc))
$(eval $(call gb_Library_set_precompiled_header,vcl,$(SRCDIR)/vcl/inc/pch/precompiled_vcl))
$(eval $(call gb_Library_use_custom_headers,vcl,vcl/generic/fontmanager))
$(eval $(call gb_Library_set_include,vcl,\
......
/* -*- 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/.
*/
#include "precompiled_vcl.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This diff is collapsed.
......@@ -506,7 +506,7 @@ bool ImplInitAccessBridge(bool bAllowCancel, bool &rCancelled)
// -----------------------------------------------------------------------
Window* ImplFindWindow( const SalFrame* pFrame, Point& rSalFramePos )
Window* ImplFindWindow( const SalFrame* pFrame, ::Point& rSalFramePos )
{
ImplSVData* pSVData = ImplGetSVData();
Window* pFrameWindow = pSVData->maWinData.mpFirstFrame;
......
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