summaryrefslogtreecommitdiff
path: root/include/vcl/spin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/spin.h')
-rw-r--r--include/vcl/spin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/spin.h b/include/vcl/spin.h
index 0760b94ee2a5..be6d11ab25ef 100644
--- a/include/vcl/spin.h
+++ b/include/vcl/spin.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_SPIN_H
-#define _SV_SPIN_H
+#ifndef INCLUDED_VCL_SPIN_H
+#define INCLUDED_VCL_SPIN_H
#include <tools/solar.h>
@@ -33,6 +33,6 @@ void ImplDrawSpinButton( OutputDevice* pOutDev,
sal_Bool bLowerEnabled = sal_True,
sal_Bool bHorz = sal_False, sal_Bool bMirrorHorz = sal_False );
-#endif // _SV_SPIN_H
+#endif // INCLUDED_VCL_SPIN_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */