summaryrefslogtreecommitdiffstats
path: root/include/tools/inetmsg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-27 14:41:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-31 05:32:03 +0000
commit2670ca3fc597decae78499d1397539668eb84e5e (patch)
tree0ebb92fa0e1e92cf4891042046cd8fb83423c01f /include/tools/inetmsg.hxx
parentofz: we're going to need at last a len field and a CounterByte on each row (diff)
downloadcore-2670ca3fc597decae78499d1397539668eb84e5e.tar.gz
core-2670ca3fc597decae78499d1397539668eb84e5e.zip
a whole bunch of SAL_WARN_UNUSED
Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/inetmsg.hxx')
-rw-r--r--include/tools/inetmsg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/inetmsg.hxx b/include/tools/inetmsg.hxx
index b62b53e609ef..6bfe6bab92f7 100644
--- a/include/tools/inetmsg.hxx
+++ b/include/tools/inetmsg.hxx
@@ -31,7 +31,7 @@
class DateTime;
-class INetMessageHeader
+class SAL_WARN_UNUSED INetMessageHeader
{
OString m_aName;
OString m_aValue;
@@ -70,7 +70,7 @@ enum class InetMessageMime
NUMHDR = 4,
};
-class TOOLS_DLLPUBLIC INetMIMEMessage
+class SAL_WARN_UNUSED TOOLS_DLLPUBLIC INetMIMEMessage
{
::std::vector< INetMessageHeader* >
m_aHeaderList;