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

Avoid including <config_features.h> in <vcl/svapp.hxx>

Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7
üst e72d794b
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#ifndef INCLUDED_VCL_SVAPP_HXX #ifndef INCLUDED_VCL_SVAPP_HXX
#define INCLUDED_VCL_SVAPP_HXX #define INCLUDED_VCL_SVAPP_HXX
#include <config_features.h>
#include <sal/config.h> #include <sal/config.h>
#include <sal/types.h> #include <sal/types.h>
...@@ -851,9 +849,11 @@ public: ...@@ -851,9 +849,11 @@ public:
*/ */
static ImplSVEvent * PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEvent ); static ImplSVEvent * PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEvent );
#if !HAVE_FEATURE_DESKTOP
/** Send zoom event /** Send zoom event
Experimental work in progress. Available only for iOS and Android, and unclear whether actually
is needed now with tiled rendering.
@param nEvent Event ID for zoom event @param nEvent Event ID for zoom event
@param pWin Pointer to window to which the event is sent @param pWin Pointer to window to which the event is sent
@param pZoomEvent Zoom event to send @param pZoomEvent Zoom event to send
...@@ -862,12 +862,14 @@ public: ...@@ -862,12 +862,14 @@ public:
/* Send scroll event /* Send scroll event
Experimental work in progress. Available only for iOS and Android, and unclear whether actually
is needed now with tiled rendering.
@param nEvent Event ID for scroll event @param nEvent Event ID for scroll event
@param pWin Pointer to window to which the event is sent @param pWin Pointer to window to which the event is sent
@param pScrollEvent Scroll event to send @param pScrollEvent Scroll event to send
*/ */
static ImplSVEvent * PostScrollEvent( sal_uLong nEvent, Window *pWin, ScrollEvent* pScrollEvent ); static ImplSVEvent * PostScrollEvent( sal_uLong nEvent, Window *pWin, ScrollEvent* pScrollEvent );
#endif
/** Remove mouse and keypress events from a window... any also zoom and scroll events /** Remove mouse and keypress events from a window... any also zoom and scroll events
if the platform supports it. if the platform supports it.
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include <config_features.h>
#include <test/bootstrapfixture.hxx> #include <test/bootstrapfixture.hxx>
#include <tools/errinf.hxx> #include <tools/errinf.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <config_features.h>
#include <config_libraries.h> #include <config_libraries.h>
#include "comphelper/processfactory.hxx" #include "comphelper/processfactory.hxx"
......
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