summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2014-12-05 20:09:01 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-11 18:31:01 +0100
commitc69f481d792c7b121479d024cf675f6ddb747422 (patch)
tree43f8c056312a1f97ed09c0a309a3c897c74b51b5 /cui/source/inc
parentfbe9accf36ac4c52ef5bcb84d455b4d06c317668 (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.hxx4
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 );