diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-23 15:34:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:39 +0200 |
commit | d3b5038cbbe4adf642b3906da111a9f0d2c918a7 (patch) | |
tree | 9f025e613c8d33bfebcc08d89f7313817bd38bd6 /ucb | |
parent | 0c58017468abb0ebee3088336e7e7a074e53edee (diff) |
loplugin:staticmethods
Change-Id: Iea68c4e466dd8e1cb7164959a680e5e52542166b
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/gio/gio_content.hxx | 2 |
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 4b1c7d0bc8d0..c5cafba661ed 100644 --- a/ucb/source/ucp/gio/gio_content.hxx +++ b/ucb/source/ucp/gio/gio_content.hxx @@ -101,7 +101,7 @@ private: void destroy( bool bDeletePhysical ) throw( com::sun::star::uno::Exception ); - void copyData( com::sun::star::uno::Reference< com::sun::star::io::XInputStream > xIn, + static void copyData( com::sun::star::uno::Reference< com::sun::star::io::XInputStream > xIn, com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > xOut ); com::sun::star::uno::Sequence< com::sun::star::uno::Any > |