vcl/inc/impoctree.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit b882cc1ba4bf5ffd41c7763004091e5e4f07ee8b Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Wed Jan 27 22:06:16 2016 +1100 vcl: fix header guards in impoctree.hxx Change-Id: Id1e9a78012ec00fe0a742ff33894a0a3c9592608 diff --git a/vcl/inc/impoctree.hxx b/vcl/inc/impoctree.hxx index fcca483..0038ea6 100644 --- a/vcl/inc/impoctree.hxx +++ b/vcl/inc/impoctree.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_IMPOCT_HXX -#define INCLUDED_VCL_INC_IMPOCT_HXX +#ifndef INCLUDED_VCL_INC_IMPOCTREE_HXX +#define INCLUDED_VCL_INC_IMPOCTREE_HXX #include "octree.hxx" @@ -142,6 +142,6 @@ inline void ImpNodeCache::ImplReleaseNode( OctreeNode* pNode ) pActNode = pNode; } -#endif // INCLUDED_VCL_INC_IMPOCT_HXX +#endif // INCLUDED_VCL_INC_IMPOCTREE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits