summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2015-01-29 23:47:00 -0400
committerCaolán McNamara <caolanm@redhat.com>2015-05-12 09:55:27 +0000
commit2b5915da481990fd6ea272104215d82b6fbf5dbb (patch)
treec42170e613b056cf0a157230b6ed2d4febf3d91c /sc/inc/scabstdlg.hxx
parenttdf#80340: Table changes format in PPTX format (diff)
downloadcore-2b5915da481990fd6ea272104215d82b6fbf5dbb.tar.gz
core-2b5915da481990fd6ea272104215d82b6fbf5dbb.zip
tdf#60573 Conditional formatting does not allow scrolling
If you need to apply conditional formatting to a cell not shown presently on your screen you cannot scroll to the position you would like to use. Change-Id: I18549316d2c725ce032a65cffb969bed21b771c3 Reviewed-on: https://gerrit.libreoffice.org/14258 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 6e6841b58cdb..3fcedfc23e8f 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -81,6 +81,8 @@ public:
virtual ScConditionalFormatList* GetConditionalFormatList() = 0;
virtual bool CondFormatsChanged() = 0;
+
+ virtual ScConditionalFormat* GetCondFormatSelected() = 0;
};
class AbstractScDataPilotDatabaseDlg :public VclAbstractDialog