summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/inc/tools/bigint.hxx2
-rw-r--r--tools/inc/tools/color.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/bigint.hxx b/tools/inc/tools/bigint.hxx
index 0637ddd9c93b..85708569c3a6 100644
--- a/tools/inc/tools/bigint.hxx
+++ b/tools/inc/tools/bigint.hxx
@@ -36,7 +36,7 @@ namespace binfilter { class SbxINT64Converter; }
class Fraction;
-class TOOLS_DLLPUBLIC BigInt
+class TOOLS_DLLPUBLIC SAL_WARN_UNUSED BigInt
{
#ifdef _TLBIGINT_INT64
friend class ::binfilter::SbxINT64Converter;
diff --git a/tools/inc/tools/color.hxx b/tools/inc/tools/color.hxx
index 59f28d9672ee..823f341e5e67 100644
--- a/tools/inc/tools/color.hxx
+++ b/tools/inc/tools/color.hxx
@@ -89,7 +89,7 @@ typedef sal_uInt32 ColorData;
// Color
-class TOOLS_DLLPUBLIC Color
+class TOOLS_DLLPUBLIC SAL_WARN_UNUSED Color
{
protected:
ColorData mnColor;