summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index c663309d45e6..fc42bb9ebb7d 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CUI_FMSEARCH_HXX
-#define _CUI_FMSEARCH_HXX
+#ifndef INCLUDED_CUI_SOURCE_INC_CUIFMSEARCH_HXX
+#define INCLUDED_CUI_SOURCE_INC_CUIFMSEARCH_HXX
#include <com/sun/star/sdbc/XResultSet.hpp>
@@ -195,6 +195,6 @@ inline void FmSearchDialog::SetActiveField(const OUString& strField)
LINK(this, FmSearchDialog, OnFieldSelected).Call(&m_lbField);
}
-#endif // _CUI_FMSEARCH_HXX
+#endif // INCLUDED_CUI_SOURCE_INC_CUIFMSEARCH_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */