diff options
-rw-r--r-- | vcl/inc/scrwnd.hxx (renamed from vcl/source/window/scrwnd.hxx) | 6 | ||||
-rw-r--r-- | vcl/source/app/svdata.cxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/window/scrwnd.hxx b/vcl/inc/scrwnd.hxx index 3f1c211c71a4..be8445e681a8 100644 --- a/vcl/source/window/scrwnd.hxx +++ b/vcl/inc/scrwnd.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_WINDOW_SCRWND_HXX -#define INCLUDED_VCL_SOURCE_WINDOW_SCRWND_HXX +#ifndef INCLUDED_VCL_INC_SCRWND_HXX +#define INCLUDED_VCL_INC_SCRWND_HXX #include <vcl/floatwin.hxx> #include <vcl/bitmap.hxx> @@ -80,6 +80,6 @@ public: void ImplSetWheelMode( WheelMode nWheelMode ); }; -#endif // INCLUDED_VCL_SOURCE_WINDOW_SCRWND_HXX +#endif // INCLUDED_VCL_INC_SCRWND_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index f8f1e3d370b4..d7a07154f771 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -46,7 +46,7 @@ #include "salsys.hxx" #include "svids.hrc" #include "helpwin.hxx" -#include "../window/scrwnd.hxx" +#include "scrwnd.hxx" #include "com/sun/star/accessibility/MSAAService.hpp" |