summaryrefslogtreecommitdiff
path: root/sw/inc/usrfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r--sw/inc/usrfld.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx
index f529c32f2b2c..14ad0b033edf 100644
--- a/sw/inc/usrfld.hxx
+++ b/sw/inc/usrfld.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SW_USRFLD_HXX
-#define SW_USRFLD_HXX
+#ifndef INCLUDED_SW_INC_USRFLD_HXX
+#define INCLUDED_SW_INC_USRFLD_HXX
#include "swdllapi.h"
#include "fldbas.hxx"
@@ -117,6 +117,6 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId );
};
-#endif // SW_USRFLD_HXX
+#endif // INCLUDED_SW_INC_USRFLD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */