include/tools/ref.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c05cecbe76f914236addbd29393be1071f221dd4 Author: Noel Grandin <n...@peralex.com> Date: Thu Jul 10 12:06:30 2014 +0200 fix spelling in comment Change-Id: Id0b3792b037b2e1a9357c7f26f554cc4222fed0b diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx index a87d099..32d7604 100644 --- a/include/tools/ref.hxx +++ b/include/tools/ref.hxx @@ -189,7 +189,7 @@ class SvCompatWeakBase public: SvCompatWeakHdl* GetHdl() { return _xHdl; } - // does not use initalizer due to compiler warnings + // does not use initializer due to compiler warnings SvCompatWeakBase( void* pObj ) { _xHdl = new SvCompatWeakHdl( pObj ); } ~SvCompatWeakBase() { _xHdl->ResetWeakBase(); } }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits