summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpview.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2018-03-23 18:17:31 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2018-03-23 20:48:41 +0100
commit154496aefe67b81f80d7c08d12bfb145eddb93ac (patch)
treef986989c31b4d66f545e91b5cd7b0fda6686a8e2 /sc/source/ui/inc/tpview.hxx
parent524cf62841783b88fe2fd5d68c0c151232880269 (diff)
Revert "tdf#116241 Customizing value highlighting colors"
This reverts commit fb29b8262488d045a926504725669a362bacb5bb. Change-Id: I338af7c108bb6386193550ef0603b406c4f7bd99 Reaseon: I will move this to more suitable place "application colors" and extend with protected cell backround. Reviewed-on: https://gerrit.libreoffice.org/51789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/tpview.hxx')
-rw-r--r--sc/source/ui/inc/tpview.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx
index dd02675f078e..6ac52a2d1cd6 100644
--- a/sc/source/ui/inc/tpview.hxx
+++ b/sc/source/ui/inc/tpview.hxx
@@ -39,10 +39,6 @@ class ScTpContentOptions : public SfxTabPage
VclPtr<CheckBox> pBreakCB;
VclPtr<CheckBox> pGuideLineCB;
- VclPtr<SvxColorListBox> pValueColorLB;
- VclPtr<SvxColorListBox> pFormulaColorLB;
- VclPtr<SvxColorListBox> pTextColorLB;
-
VclPtr<CheckBox> pFormulaCB;
VclPtr<CheckBox> pNilCB;
VclPtr<CheckBox> pAnnotCB;
@@ -66,7 +62,6 @@ class ScTpContentOptions : public SfxTabPage
ScViewOptions* pLocalOptions;
void InitGridOpt();
- void InitColors();
DECL_LINK( GridHdl, ListBox&, void );
DECL_LINK( SelLbObjHdl, ListBox&, void );
DECL_LINK( CBHdl, Button*, void );