[Libreoffice-commits] core.git: include/tools
Noel Grandin
noel at peralex.com
Sun Jul 13 23:50:50 PDT 2014
include/tools/ref.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c05cecbe76f914236addbd29393be1071f221dd4
Author: Noel Grandin <noel at 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(); }
};
More information about the Libreoffice-commits
mailing list