diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2014-12-05 20:09:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-11 18:31:01 +0100 |
commit | c69f481d792c7b121479d024cf675f6ddb747422 (patch) | |
tree | 43f8c056312a1f97ed09c0a309a3c897c74b51b5 /cui/source/inc | |
parent | fbe9accf36ac4c52ef5bcb84d455b4d06c317668 (diff) |
fdo#85486 - Clean up unnecessary enumerations from xenum.hxx
Removed XGradientStyle
Reviewed on:
https://gerrit.libreoffice.org/13320
Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 20d4ed284e78..09ff336dac9f 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -153,7 +153,7 @@ class SvxTransparenceTabPage : public SvxTabPage void ActivateLinear(bool bActivate); void ActivateGradient(bool bActivate); - void SetControlState_Impl(XGradientStyle eXGS); + void SetControlState_Impl(css::awt::GradientStyle eXGS); bool InitPreview ( const SfxItemSet& rSet ); void InvalidatePreview (bool bEnable = true ); @@ -430,7 +430,7 @@ private: DECL_LINK( ClickSaveHdl_Impl, void * ); long CheckChanges_Impl(); - void SetControlState_Impl( XGradientStyle eXGS ); + void SetControlState_Impl( css::awt::GradientStyle eXGS ); public: SvxGradientTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs ); |