diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 15:34:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 16:14:30 +0100 |
commit | 8e61b0150b9d62d8ffd40089f69f49055187c998 (patch) | |
tree | d6541d77e83d80c22c9e129d471781ccf7fec33a /include | |
parent | e03499917e0801ee9e16996a62185c3cd4e08a09 (diff) |
drop loading Colors from src files
Change-Id: I43f2fda133371a1284a53beeeb774552210c7e3f
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/color.hxx | 3 | ||||
-rw-r--r-- | include/tools/rc.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx index 659da713551a..3b7cd38fcad2 100644 --- a/include/tools/color.hxx +++ b/include/tools/color.hxx @@ -23,7 +23,6 @@ #include <tools/colordata.hxx> class SvStream; -class ResId; #include <basegfx/color/bcolor.hxx> @@ -47,8 +46,6 @@ public: Color(sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) : mnColor(TRGB_COLORDATA(nTransparency, nRed, nGreen, nBlue)) {} - // This ctor is defined in svtools, not tools! - Color(const ResId& rResId); // constructor to create a tools-Color from ::basegfx::BColor explicit Color(const basegfx::BColor& rBColor) diff --git a/include/tools/rc.h b/include/tools/rc.h index fefaedefb34b..e213e6fe0801 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -153,9 +153,6 @@ namespace o3tl { template<> struct typed_flags<RscImageListFlags> : is_typed_flags<RscImageListFlags, 0x18> {}; } -// FIXME obsolete, should be removed by MM -#define RSC_COLOR (RSC_NOTYPE + 0x16) - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |