summaryrefslogtreecommitdiff
path: root/include/svtools/ivctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r--include/svtools/ivctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index d8aecb48ade6..f89245a3d5bd 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ICNVW_HXX
-#define _ICNVW_HXX
+#ifndef INCLUDED_SVTOOLS_IVCTRL_HXX
+#define INCLUDED_SVTOOLS_IVCTRL_HXX
#include "svtools/svtdllapi.h"
#include <vcl/ctrl.hxx>
@@ -347,6 +347,6 @@ public:
::com::sun::star::accessibility::XAccessible > CreateAccessible();
};
-#endif // _ICNVW_HXX
+#endif // INCLUDED_SVTOOLS_IVCTRL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */