summaryrefslogtreecommitdiffstats
path: root/vcl/source/control/thumbpos.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/thumbpos.hxx')
-rw-r--r--vcl/source/control/thumbpos.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/thumbpos.hxx b/vcl/source/control/thumbpos.hxx
index 4077da84359b..00e3d3c769eb 100644
--- a/vcl/source/control/thumbpos.hxx
+++ b/vcl/source/control/thumbpos.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _VCL_THUMBPOS_HXX
-#define _VCL_THUMBPOS_HXX
+#ifndef INCLUDED_VCL_SOURCE_CONTROL_THUMBPOS_HXX
+#define INCLUDED_VCL_SOURCE_CONTROL_THUMBPOS_HXX
inline long ImplMulDiv( long nNumber, long nNumerator, long nDenominator )
{
@@ -18,6 +18,6 @@ inline long ImplMulDiv( long nNumber, long nNumerator, long nDenominator )
return (long)n;
}
-#endif // _VCL_THUMBPOS_HXX
+#endif // INCLUDED_VCL_SOURCE_CONTROL_THUMBPOS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */