From 3ddb928061531a8742565bfa91c0aaa76ef88863 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Thu, 29 May 2014 21:12:22 +0000 Subject: fdo#68849: Add header guards to all include files Added header guards to files in directories desktop/*, and embedserv/* Change-Id: Idaffcc0539b84962ed7c132cb20078512799d433 Reviewed-on: https://gerrit.libreoffice.org/9556 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- desktop/source/deployment/inc/lockfile.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/source/deployment/inc') diff --git a/desktop/source/deployment/inc/lockfile.hxx b/desktop/source/deployment/inc/lockfile.hxx index 281a04a23aa8..54950ed9fa55 100644 --- a/desktop/source/deployment/inc/lockfile.hxx +++ b/desktop/source/deployment/inc/lockfile.hxx @@ -32,6 +32,9 @@ * */ +#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_LOCKFILE_HXX +#define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_LOCKFILE_HXX + #include "sal/types.h" #include "rtl/string.hxx" #include "rtl/ustring.hxx" @@ -87,4 +90,6 @@ namespace desktop { } +#endif // INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_LOCKFILE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit