summaryrefslogtreecommitdiffstats
path: root/include/editeng/unoipset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoipset.hxx')
-rw-r--r--include/editeng/unoipset.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx
index 584eb367f5a1..d387b8213786 100644
--- a/include/editeng/unoipset.hxx
+++ b/include/editeng/unoipset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_UNOIPSET_HXX_
-#define _SVX_UNOIPSET_HXX_
+#ifndef INCLUDED_EDITENG_UNOIPSET_HXX
+#define INCLUDED_EDITENG_UNOIPSET_HXX
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -73,6 +73,6 @@ EDITENG_DLLPUBLIC void SvxUnoConvertToMM( const SfxMapUnit eSourceMapUnit, com::
/** converts the given any with a metric from 100th/mm to the given metric if needed */
EDITENG_DLLPUBLIC void SvxUnoConvertFromMM( const SfxMapUnit eDestinationMapUnit, com::sun::star::uno::Any & rMetric ) throw();
-#endif // _SVX_UNOIPSET_HXX_
+#endif // INCLUDED_EDITENG_UNOIPSET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */