summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2010-02-04 13:14:28 +0100
committerKai Sommerfeld <kso@openoffice.org>2010-02-04 13:14:28 +0100
commitc9b474e054fc3fa96735b6f0f106c7f6f2dd50d4 (patch)
treeb8b0884af8853bc8b649e058fd41cde9d128af14 /ucb
parentb50d877d84c81ba6fd8a7457f775c0b089e23453 (diff)
#i108923# - getPropertyValuesFromGFileInfo is no longer static
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gio/gio_content.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gio/gio_content.hxx b/ucb/source/ucp/gio/gio_content.hxx
index 1cb32e61e9f8..74cbe63bfc59 100644
--- a/ucb/source/ucp/gio/gio_content.hxx
+++ b/ucb/source/ucp/gio/gio_content.hxx
@@ -143,7 +143,7 @@ public:
virtual ~Content();
- static com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > getPropertyValuesFromGFileInfo(
+ com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > getPropertyValuesFromGFileInfo(
GFileInfo *pInfo, const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rSMgr,
const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > & xEnv,
const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& rProperties);