summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:38:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:38:24 +0000
commit9fb7f8664f88cdccb8c884b5271b8ff3fca062b4 (patch)
tree94f553a2084fb1f21726b878e9f59de8db54cc73 /ucb/source/ucp/gvfs
parent3a55dafb39bdbe1e5adfc7242eb6c0dc94cac7d2 (diff)
INTEGRATION: CWS sb56 (1.6.2); FILE MERGED
2006/07/07 09:20:03 sb 1.6.2.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/content.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/gvfs/content.cxx b/ucb/source/ucp/gvfs/content.cxx
index ff5b45719a03..4c8ea3ae63b9 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:26:51 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:38:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -223,7 +223,7 @@ Content::Content( const ::com::sun::star::uno::Reference<
CLEAR_INFO (&m_info);
#ifdef DEBUG
- g_warning ("New Transient content ('%s') (%d)", getURI(), isFolder);
+ g_warning ("New Transient content ('%s') (%d)", getURI(), IsFolder);
#endif
// m_info.name = FIXME: set name ?
m_info.valid_fields = GNOME_VFS_FILE_INFO_FIELDS_TYPE;