diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 14:41:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-31 05:32:03 +0000 |
commit | 2670ca3fc597decae78499d1397539668eb84e5e (patch) | |
tree | 0ebb92fa0e1e92cf4891042046cd8fb83423c01f /include/tools/globname.hxx | |
parent | 267d6e19e393f9352ee743d213e8d82f74141877 (diff) |
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/globname.hxx')
-rw-r--r-- | include/tools/globname.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/globname.hxx b/include/tools/globname.hxx index 76bcef149640..b8d73d730ec1 100644 --- a/include/tools/globname.hxx +++ b/include/tools/globname.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/uno/Sequence.hxx> #include <o3tl/cow_wrapper.hxx> -struct SvGUID +struct SAL_WARN_UNUSED SvGUID { sal_uInt32 Data1; sal_uInt16 Data2; @@ -33,7 +33,7 @@ struct SvGUID sal_uInt8 Data4[8]; }; -struct ImpSvGlobalName +struct SAL_WARN_UNUSED ImpSvGlobalName { struct SvGUID szData; @@ -52,7 +52,7 @@ struct ImpSvGlobalName class SvStream; -class TOOLS_DLLPUBLIC SvGlobalName +class SAL_WARN_UNUSED TOOLS_DLLPUBLIC SvGlobalName { ::o3tl::cow_wrapper< ImpSvGlobalName > pImp; |