From 5516df0aee8139bdc3ccba6f3f16c084d8ad85ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:33:27 +0100 Subject: loplugin:deletedspecial Change-Id: I53a088b74b95230aa3842bcac0bb1fd09e39cc12 --- unotools/source/ucbhelper/XTempFile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools/source/ucbhelper/XTempFile.hxx') diff --git a/unotools/source/ucbhelper/XTempFile.hxx b/unotools/source/ucbhelper/XTempFile.hxx index 3a76a2b6b8c7..a2ed5e511287 100644 --- a/unotools/source/ucbhelper/XTempFile.hxx +++ b/unotools/source/ucbhelper/XTempFile.hxx @@ -135,7 +135,7 @@ public: static ::com::sun::star::uno::Reference < com::sun::star::lang::XSingleComponentFactory > createServiceFactory_Static(); private: - OTempFileService( OTempFileService & ); + OTempFileService( OTempFileService & ) SAL_DELETED_FUNCTION; virtual ~OTempFileService (); }; -- cgit