diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:29:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:07 +0200 |
commit | c98eef78f66cbcc57b23e10df4334fe4889417fb (patch) | |
tree | d27f4b67c59da88da0072ec05c0359200a43be81 /accessibility/source | |
parent | ff154adfdc11a6fc8363169af164e760d86b0643 (diff) |
fixincludeguards.sh: accessibility
Diffstat (limited to 'accessibility/source')
-rw-r--r-- | accessibility/source/inc/floatingwindowaccessible.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/source/inc/floatingwindowaccessible.hxx b/accessibility/source/inc/floatingwindowaccessible.hxx index 29866472e610..0ec332d3f210 100644 --- a/accessibility/source/inc/floatingwindowaccessible.hxx +++ b/accessibility/source/inc/floatingwindowaccessible.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef ACCESSIBILITY_FLOATINGWINDOWACCESSIBLE_HXX -#define ACCESSIBILITY_FLOATINGWINDOWACCESSIBLE_HXX +#ifndef INCLUDED_ACCESSIBILITY_SOURCE_INC_FLOATINGWINDOWACCESSIBLE_HXX +#define INCLUDED_ACCESSIBILITY_SOURCE_INC_FLOATINGWINDOWACCESSIBLE_HXX #include <toolkit/awt/vclxaccessiblecomponent.hxx> @@ -31,6 +31,6 @@ public: virtual void FillAccessibleRelationSet( utl::AccessibleRelationSetHelper& rRelationSet ) SAL_OVERRIDE; }; -#endif // ACCESSIBILITY_FLOATINGWINDOWACCESSIBLE_HXX +#endif // INCLUDED_ACCESSIBILITY_SOURCE_INC_FLOATINGWINDOWACCESSIBLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |