summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsort.hxx
diff options
context:
space:
mode:
authorDennis Francis <dennisfrancis.in@gmail.com>2016-10-07 20:50:43 +0530
committerEike Rathke <erack@redhat.com>2016-10-24 11:27:42 +0000
commit258d039798b9ca4cc95a14d62e30bb725ad2c8ec (patch)
tree5de1b360d0df5bab3c992b2a88f35ea604247562 /sc/source/ui/inc/tpsort.hxx
parent1bd2f008130c717f8f2acd6edad64e00faa2e98d (diff)
tdf#100517 : Optionally include comment-only columns when sorting
Change-Id: I6b8d4cceda276bef95b28706fb15cb040e07f4c6 Reviewed-on: https://gerrit.libreoffice.org/29593 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/tpsort.hxx')
-rw-r--r--sc/source/ui/inc/tpsort.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index ca323ddf21cf..87cd6eb9e7eb 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -142,6 +142,8 @@ private:
VclPtr<RadioButton> m_pBtnTopDown;
VclPtr<RadioButton> m_pBtnLeftRight;
+ VclPtr<CheckBox> m_pBtnIncComments;
+
OUString aStrRowLabel;
OUString aStrColLabel;
OUString aStrUndefined;