diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-11 16:49:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-11 16:50:05 +0100 |
commit | a2505ae7317fe6e995a8ad52fefe5079c48f9d6f (patch) | |
tree | ca91db81fd78f837f0622c883771eb048bc589f7 /sfx2 | |
parent | d4fd1c0c38179967166f64342d216e46d7f4d6d3 (diff) |
SAL_WARN_UNUSED INetURLObject
Change-Id: Ia9af3b76c2a2ac654b02c1502aa2d0c2c987fbf2
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index e52d6c5dd156..ccb9f2626504 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -607,9 +607,6 @@ sal_Bool SfxDocumentTemplates::CopyOrMove aTitle, pSource->GetTargetURL() ) ) { - - INetURLObject aSourceObj( pSource->GetTargetURL() ); - OUString aNewTargetURL = GetTemplateTargetURLFromComponent( pTargetRgn->GetTitle(), aTitle ); if ( aNewTargetURL.isEmpty() ) return sal_False; |