summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 244821841d1a..4cd42229a88f 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FORMS_LISTBOX_HXX_
-#define _FORMS_LISTBOX_HXX_
+#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_LISTBOX_HXX
+#define INCLUDED_FORMS_SOURCE_COMPONENT_LISTBOX_HXX
#include "FormComponent.hxx"
#include "cachedrowset.hxx"
@@ -335,6 +335,6 @@ private:
}
//.........................................................................
-#endif // _FORMS_LISTBOX_HXX_
+#endif // INCLUDED_FORMS_SOURCE_COMPONENT_LISTBOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */