diff options
Diffstat (limited to 'UnoControls/inc')
-rw-r--r-- | UnoControls/inc/basecontrol.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 81ec49195151..1ecd6a840df7 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -83,6 +83,7 @@ #include <com/sun/star/awt/XView.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <osl/mutex.hxx> +#include <tools/colordata.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/component.hxx> @@ -96,11 +97,6 @@ namespace com { namespace sun { namespace star { namespace uno { namespace unocontrols{ -// macros - -#define TRGB_COLORDATA(TRANSPARENCE,RED,GREEN,BLUE) \ - ((sal_Int32)(((sal_uInt32)((sal_uInt8)(BLUE))))|(((sal_uInt32)((sal_uInt8)(GREEN)))<<8)|(((sal_uInt32)((sal_uInt8)(RED)))<<16)|(((sal_uInt32)((sal_uInt8)(TRANSPARENCE)))<<24)) - // structs struct IMPL_MutexContainer |