From e44c188a7353cc183fac8ece0cbf3611d842835e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 24 Sep 2017 22:54:11 +0200 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai --- xmloff/source/forms/property_meta_data.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/forms') diff --git a/xmloff/source/forms/property_meta_data.cxx b/xmloff/source/forms/property_meta_data.cxx index 7da6f4974bec..e1946bcc8429 100644 --- a/xmloff/source/forms/property_meta_data.cxx +++ b/xmloff/source/forms/property_meta_data.cxx @@ -64,7 +64,7 @@ namespace xmloff { namespace metadata // TODO: instead of having all of the below static, it should be some per-instance data. This way, the // approach used here would scale much better. // That is, if you have multiple "meta data instances", which manage a small, but closed set of properties, - // then looking looking through those multiple instances would probably be faster than searching within + // then looking through those multiple instances would probably be faster than searching within // one big instance, since in this case, every instance can quickly decide whether it is responsible // for some attribute or property, and otherwise delegate to the next instance. -- cgit