diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 05:32:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 05:32:49 +0200 |
commit | d6b80337fb76e31b2e6a11c18c3ae989767c8118 (patch) | |
tree | 9226ffd33b31359d8845976cdb898f9e302de476 /desktop | |
parent | 657a3a81828216240b6ff31377d62ca17e656368 (diff) |
fdo#68849 add some header guards
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/inc/desktopdllapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/inc/desktopdllapi.h b/desktop/source/inc/desktopdllapi.h index 98ca4346151b..ebc75f1214ac 100644 --- a/desktop/source/inc/desktopdllapi.h +++ b/desktop/source/inc/desktopdllapi.h @@ -8,6 +8,7 @@ */ #ifndef INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H +#define INCLUDED_DESKTOP_SOURCE_INC_DESKTOPDLLAPI_H #include <sal/config.h> #include <sal/types.h> |