diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 21:34:21 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:08:25 +0000 |
commit | 8f0160a10dd2a5746c531040ffbf638e356f6d5d (patch) | |
tree | 434f81329f349b1819afcfc28f758610673392e4 /sd/source/ui/dlg/RemoteDialogClientBox.hxx | |
parent | f3e1f476e9cffb75d0620ab2dcfdc1ea077cd9d3 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories sc/, sd/, slideshow/, and solenv/
Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2
Reviewed-on: https://gerrit.libreoffice.org/9583
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialogClientBox.hxx')
-rw-r--r-- | sd/source/ui/dlg/RemoteDialogClientBox.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx index 7b2ac25ed533..ad7464d7eff6 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX +#define INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX + #include "rtl/ustring.hxx" #include "vcl/scrbar.hxx" #include "vcl/fixed.hxx" @@ -171,4 +174,6 @@ public: } +#endif // INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |