summaryrefslogtreecommitdiffstats
path: root/include/svx/svditer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svditer.hxx')
-rw-r--r--include/svx/svditer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svditer.hxx b/include/svx/svditer.hxx
index d58512138b79..6ca305e6e9da 100644
--- a/include/svx/svditer.hxx
+++ b/include/svx/svditer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVDITER_HXX
-#define _SVDITER_HXX
+#ifndef INCLUDED_SVX_SVDITER_HXX
+#define INCLUDED_SVX_SVDITER_HXX
#include <vector>
@@ -74,6 +74,6 @@ public:
sal_uInt32 Count() { return maObjList.size(); }
};
-#endif //_SVDITER_HXX
+#endif // INCLUDED_SVX_SVDITER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */