[Libreoffice-commits] .: comphelper/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 26 05:03:02 PDT 2012
comphelper/source/misc/namedvaluecollection.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a334689707a48a5d1dd2375ed947263c0a65f329
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Oct 26 14:02:39 2012 +0200
Remove obsolete comment
Change-Id: I91ca29d9960e2f92c0f8bdec97695b58078fac6b
diff --git a/comphelper/source/misc/namedvaluecollection.cxx b/comphelper/source/misc/namedvaluecollection.cxx
index deb0204..ebd6963 100644
--- a/comphelper/source/misc/namedvaluecollection.cxx
+++ b/comphelper/source/misc/namedvaluecollection.cxx
@@ -216,7 +216,6 @@ namespace comphelper
m_pImpl->aValues[ aNamedValue.Name ] = aNamedValue.Value;
else
{
- // Once this is rare, this could be turned into a warning.
SAL_WARN_IF(
pArgument->hasValue(), "comphelper",
("NamedValueCollection::impl_assign: encountered a value"
More information about the Libreoffice-commits
mailing list