summaryrefslogtreecommitdiff
path: root/include/svl/ownlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ownlist.hxx')
-rw-r--r--include/svl/ownlist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index e4cead159c8b..1c0b368b2a74 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OWNLIST_HXX
-#define _OWNLIST_HXX
+#ifndef INCLUDED_SVL_OWNLIST_HXX
+#define INCLUDED_SVL_OWNLIST_HXX
#include "svl/svldllapi.h"
#include <com/sun/star/uno/Sequence.hxx>
@@ -85,6 +85,6 @@ public:
}
};
-#endif // _OWNLIST_HXX
+#endif // INCLUDED_SVL_OWNLIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */