diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:33:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:04 +0100 |
commit | 5516df0aee8139bdc3ccba6f3f16c084d8ad85ee (patch) | |
tree | 96908e465c7de975a9f0b059540efbf0caa16362 /unotools/source/ucbhelper/XTempFile.hxx | |
parent | f3dbc6f9011144df3af7f42f0df1895d75140baf (diff) |
loplugin:deletedspecial
Change-Id: I53a088b74b95230aa3842bcac0bb1fd09e39cc12
Diffstat (limited to 'unotools/source/ucbhelper/XTempFile.hxx')
-rw-r--r-- | unotools/source/ucbhelper/XTempFile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); }; |