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 /sw | |
parent | d4fd1c0c38179967166f64342d216e46d7f4d6d3 (diff) |
SAL_WARN_UNUSED INetURLObject
Change-Id: Ia9af3b76c2a2ac654b02c1502aa2d0c2c987fbf2
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index 05bbbafb7573..4e449e198d5b 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -1388,9 +1388,6 @@ sal_uLong SwDocShell::LoadStylesFromFile( const OUString& rURL, { sal_uLong nErr = 0; - // Create a URL from filename - INetURLObject aURLObj( rURL ); - // Set filter: OUString sFactory(OUString::createFromAscii(SwDocShell::Factory().GetShortName())); SfxFilterMatcher aMatcher( sFactory ); |