diff options
author | Akash Jain <akash96j@gmail.com> | 2016-06-14 13:37:18 +0530 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-18 20:41:28 +0200 |
commit | e58cd34b81f2072520ef9e11cd90b4072d5ca799 (patch) | |
tree | 8cf22b7b285a471b5f9604335932a1dd98432a09 | |
parent | f8fdd44839ad39b5610b430d139bcb2a526e0012 (diff) |
GSoC: Move winlayout header file to vcl/inc/win
The winlayout header file will need to be included in the new layout
class. Its better to move it to vcl/inc.
Change-Id: Ifb4170e1948dc56b5ec1728380eff7c2b4a07137
-rw-r--r-- | vcl/inc/win/winlayout.hxx (renamed from vcl/win/gdi/winlayout.hxx) | 4 | ||||
-rw-r--r-- | vcl/win/gdi/winlayout.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/gdi/winlayout.hxx b/vcl/inc/win/winlayout.hxx index e44befaf2a06..e6e053d4ebba 100644 --- a/vcl/win/gdi/winlayout.hxx +++ b/vcl/inc/win/winlayout.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_WIN_SOURCE_GDI_WINLAYOUT_HXX -#define INCLUDED_VCL_WIN_SOURCE_GDI_WINLAYOUT_HXX +#ifndef INCLUDED_VCL_INC_WIN_WINLAYOUT_HXX +#define INCLUDED_VCL_INC_WIN_WINLAYOUT_HXX #include <rtl/ustring.hxx> diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx index 43cc3c47ff44..e7196f6d7e04 100644 --- a/vcl/win/gdi/winlayout.cxx +++ b/vcl/win/gdi/winlayout.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "winlayout.hxx" +#include "win/winlayout.hxx" #include "osl/module.h" #include "osl/file.h" |