summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:43:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commitc461674dd44463719fbd44a3245389ce32fbb621 (patch)
treee72f2c628449761b9d248ad1bb3da9c1ba8dd2d2 /sfx2/source/bastyp
parenta4fc939e82b100490d69a61440e2d18a8652e813 (diff)
fixincludeguards.sh: sfx2
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/fltlst.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/fltlst.hxx b/sfx2/source/bastyp/fltlst.hxx
index 00155b8553e0..f61bb591ce2b 100644
--- a/sfx2/source/bastyp/fltlst.hxx
+++ b/sfx2/source/bastyp/fltlst.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_FLTLST_HXX
-#define _SFX_FLTLST_HXX
+#ifndef INCLUDED_SFX2_SOURCE_BASTYP_FLTLST_HXX
+#define INCLUDED_SFX2_SOURCE_BASTYP_FLTLST_HXX
#include <sfx2/fcontnr.hxx>
#include <cppuhelper/implbase1.hxx>
@@ -48,6 +48,6 @@ class SfxFilterListener
};
-#endif // _SFX_FLTLST_HXX
+#endif // INCLUDED_SFX2_SOURCE_BASTYP_FLTLST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */