diff options
Diffstat (limited to 'vcl/inc/win/salinst.h')
-rw-r--r-- | vcl/inc/win/salinst.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/win/salinst.h b/vcl/inc/win/salinst.h index 7af6e007b562..9c6ca82d38bd 100644 --- a/vcl/inc/win/salinst.h +++ b/vcl/inc/win/salinst.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_WIN_SALINST_H -#define INCLUDED_VCL_INC_WIN_SALINST_H +#pragma once #include <sal/config.h> @@ -86,6 +85,4 @@ SalFrame* ImplSalCreateFrame( WinSalInstance* pInst, HWND hWndParent, SalFrameSt SalObject* ImplSalCreateObject( WinSalInstance* pInst, WinSalFrame* pParent ); HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, bool bAsChild ); -#endif // INCLUDED_VCL_INC_WIN_SALINST_H - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |