From a2505ae7317fe6e995a8ad52fefe5079c48f9d6f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 11 Nov 2013 16:49:40 +0100 Subject: SAL_WARN_UNUSED INetURLObject Change-Id: Ia9af3b76c2a2ac654b02c1502aa2d0c2c987fbf2 --- include/tools/urlobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools/urlobj.hxx') 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: -- cgit