Kaydet (Commit) c6542e7d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I7b94fdd366fd8e149ec6e2af458338e6a56b400c
Reviewed-on: https://gerrit.libreoffice.org/71027
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst efd0aebe
...@@ -261,7 +261,7 @@ void UseUniquePtr::CheckDeleteExpr(const FunctionDecl* functionDecl, const CXXDe ...@@ -261,7 +261,7 @@ void UseUniquePtr::CheckDeleteExpr(const FunctionDecl* functionDecl, const CXXDe
// don't always own this // don't always own this
if (fn == SRCDIR "/editeng/source/editeng/impedit2.cxx") if (fn == SRCDIR "/editeng/source/editeng/impedit2.cxx")
return; return;
// this member needs to get passed via a extern "C" API // this member needs to get passed via an extern "C" API
if (fn == SRCDIR "/sd/source/filter/sdpptwrp.cxx") if (fn == SRCDIR "/sd/source/filter/sdpptwrp.cxx")
return; return;
// ownership complicated between this and the group // ownership complicated between this and the group
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment