summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:29:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:07 +0200
commitc98eef78f66cbcc57b23e10df4334fe4889417fb (patch)
treed27f4b67c59da88da0072ec05c0359200a43be81 /accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx
parentff154adfdc11a6fc8363169af164e760d86b0643 (diff)
fixincludeguards.sh: accessibility
Diffstat (limited to 'accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx')
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx b/accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx
index c0e0632f6b3c..fcf41453a7e8 100644
--- a/accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx
+++ b/accessibility/inc/accessibility/standard/vclxaccessibledropdownlistbox.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef ACCESSIBILITY_STANDARD_VCLXACCESSIBLEDROPDOWNLISTBOX_HXX
-#define ACCESSIBILITY_STANDARD_VCLXACCESSIBLEDROPDOWNLISTBOX_HXX
+#ifndef INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_STANDARD_VCLXACCESSIBLEDROPDOWNLISTBOX_HXX
+#define INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_STANDARD_VCLXACCESSIBLEDROPDOWNLISTBOX_HXX
#include <accessibility/standard/vclxaccessiblebox.hxx>
#include <com/sun/star/accessibility/XAccessibleAction.hpp>
@@ -55,6 +55,6 @@ protected:
};
-#endif // ACCESSIBILITY_STANDARD_VCLXACCESSIBLEDROPDOWNLISTBOX_HXX
+#endif // INCLUDED_ACCESSIBILITY_INC_ACCESSIBILITY_STANDARD_VCLXACCESSIBLEDROPDOWNLISTBOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */