diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-30 09:10:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-30 09:10:13 +0000 |
commit | f381dae7eda9dd2a86c5840218ca524d31223bc5 (patch) | |
tree | ec266a365f269c42df121373328a8d88a889cf48 | |
parent | 528aa5cc93f858b92c3adabec9021cedf4212d43 (diff) |
INTEGRATION: CWS fwk21 (1.3.14); FILE MERGED
2005/08/16 14:28:43 abi 1.3.14.1: i38897# no assertion necessary in case of missing non-required properties
-rw-r--r-- | ucb/source/ucp/gvfs/content.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/gvfs/content.cxx b/ucb/source/ucp/gvfs/content.cxx index 12252919ad40..c5cefddf5fb1 100644 --- a/ucb/source/ucp/gvfs/content.cxx +++ b/ucb/source/ucp/gvfs/content.cxx @@ -4,9 +4,9 @@ * * $RCSfile: content.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:42:28 $ + * last change: $Author: hr $ $Date: 2005-09-30 10:10:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -740,10 +740,6 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues( #endif xRow->appendVoid( rProp ); } else { - static int warn_count = 0; - if (warn_count++ < 10) - g_message ("Unknown property: '%s'", - rtl::OUStringToOString( rProp.Name, RTL_TEXTENCODING_UTF8 ).getStr () ); xRow->appendVoid( rProp ); } } |