diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-08-23 04:07:24 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-08-26 12:12:14 +0000 |
commit | 2c2f0eaf6ae6f8b0e235e848b25959301d0941bd (patch) | |
tree | e452900ddf4d7b90c5c938df7a83ab001fd51a63 /cui/source/inc/cuitabarea.hxx | |
parent | c73592e38a075242bc90c5cb2119f163defdad25 (diff) |
[GSoC] Remove popup confirmation dialog in fill style tabs
Enable users to apply custom values without adding it to the preset list
Change-Id: Ida00c6eeb06e717a8aed30f4d230ab616c5b03dd
Reviewed-on: https://gerrit.libreoffice.org/28333
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 0d65c261e691..ed510c092f99 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -413,7 +413,6 @@ private: DECL_LINK_TYPED( ModifiedSliderHdl_Impl, Slider*, void ); void ModifiedHdl_Impl(void*); - long CheckChanges_Impl(); void SetControlState_Impl( css::awt::GradientStyle eXGS ); sal_Int32 SearchGradientList(const OUString& rGradientName); @@ -496,7 +495,6 @@ private: DECL_LINK_TYPED( ClickRenameHdl_Impl, SvxPresetListBox*, void ); DECL_LINK_TYPED( ClickDeleteHdl_Impl, SvxPresetListBox*, void ); - long CheckChanges_Impl(); sal_Int32 SearchHatchList(const OUString& rHatchName); public: @@ -667,8 +665,6 @@ private: DECL_LINK_TYPED( ClickRenameHdl_Impl, SvxPresetListBox*, void ); DECL_LINK_TYPED( ClickDeleteHdl_Impl, SvxPresetListBox*, void ); - long CheckChanges_Impl(); - public: SvxPatternTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs ); virtual ~SvxPatternTabPage(); @@ -799,8 +795,6 @@ private: static sal_Int32 SearchColorList(OUString const & aColorName); DECL_LINK_TYPED( ModifiedHdl_Impl, Edit&, void ); - long CheckChanges_Impl(); - void UpdateModified(); css::uno::Reference< css::uno::XComponentContext > m_context; public: |