summaryrefslogtreecommitdiff
path: root/vcl/inc/win/salinst.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-02 12:00:22 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-02 12:01:13 +0200
commit2ba0266f9a4f1369b8b42eb5aa821061e6793543 (patch)
tree302ce7ea6d7408fa79f9d57f780bafdfe08083cb /vcl/inc/win/salinst.h
parent3b56738d88d881d023bdefda2222d99663f12b9f (diff)
Make include guards sane in vcl
We have a convention. Use it. Kill copypasta. Change-Id: I512e1c8e75b5da20b6756ffc88209a27674ad7c7
Diffstat (limited to 'vcl/inc/win/salinst.h')
-rw-r--r--vcl/inc/win/salinst.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/win/salinst.h b/vcl/inc/win/salinst.h
index 2b0dfaa1bc0a..f9f5e0af20cd 100644
--- a/vcl/inc/win/salinst.h
+++ b/vcl/inc/win/salinst.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_SALINST_H
-#define _SV_SALINST_H
+#ifndef INCLUDED_VCL_INC_WIN_SALINST_H
+#define INCLUDED_VCL_INC_WIN_SALINST_H
#include <salinst.hxx>
@@ -83,6 +83,6 @@ HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, sal_Bool bAsChild );
void ImplSalStartTimer( sal_uIntPtr nMS, sal_Bool bMutex = sal_False );
void ImplSalPrinterAbortJobAsync( HDC hPrnDC );
-#endif // _SV_SALINST_H
+#endif // INCLUDED_VCL_INC_WIN_SALINST_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */