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 /include/tools/urlobj.hxx | |
parent | d4fd1c0c38179967166f64342d216e46d7f4d6d3 (diff) |
SAL_WARN_UNUSED INetURLObject
Change-Id: Ia9af3b76c2a2ac654b02c1502aa2d0c2c987fbf2
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 53ea84cad777..88b8ecd20caa 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -105,7 +105,7 @@ enum INetProtocol INET_PROT_END = 35 }; -class TOOLS_DLLPUBLIC INetURLObject +class TOOLS_DLLPUBLIC SAL_WARN_UNUSED INetURLObject { public: // Get- and Set-Methods: |