diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 22:51:21 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:13:39 +0000 |
commit | e15732bc96c903b2e85bcc30c32fad2cceda5610 (patch) | |
tree | f445a7895f11d893684a5cdde8e32fbdd9086419 /svx/source/sidebar/area | |
parent | 57217e1e9f995ec413e5eecaf171481373a0a8d0 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directory svx/
Change-Id: I1c2006bccf03c3057daf6ea2711c52a8c1f455f3
Reviewed-on: https://gerrit.libreoffice.org/9586
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'svx/source/sidebar/area')
-rw-r--r-- | svx/source/sidebar/area/AreaTransparencyGradientControl.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/sidebar/area/AreaTransparencyGradientControl.hxx b/svx/source/sidebar/area/AreaTransparencyGradientControl.hxx index 73a404353e08..628e13825a1f 100644 --- a/svx/source/sidebar/area/AreaTransparencyGradientControl.hxx +++ b/svx/source/sidebar/area/AreaTransparencyGradientControl.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#ifndef INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREATRANSPARENCYGRADIENTCONTROL_HXX +#define INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREATRANSPARENCYGRADIENTCONTROL_HXX + #include "svx/sidebar/PopupControl.hxx" #include <vcl/fixed.hxx> @@ -71,4 +75,6 @@ private: } } // end of namespace svx::sidebar +#endif // INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREATRANSPARENCYGRADIENTCONTROL_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |