summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 10:56:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 10:56:25 +0100
commitdd8961ade2d221663eea695795428867ac38fe2d (patch)
tree39f9d05430e8aad50933288148acefacd66ab78f /svtools/source
parentfc0bd38051c7c8f4c68a1407aed32a96b2564510 (diff)
Unused member
Change-Id: I17e34c4c906416f295d88484ad4e99840453226a
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx1
-rw-r--r--svtools/source/table/tablecontrol_impl.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 7a849beff7c6..b4ac861a5916 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -435,7 +435,6 @@ namespace svt { namespace table
,m_nRowHeaderWidthPixel ( 0 )
,m_nColumnCount ( 0 )
,m_nRowCount ( 0 )
- ,m_bColumnsFit ( true )
,m_nCurColumn ( COL_INVALID )
,m_nCurRow ( ROW_INVALID )
,m_nLeftColumn ( 0 )
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index c03ae721b2be..9d43ea3e8825 100644
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -110,9 +110,6 @@ namespace svt { namespace table
/// the number of rows in the table control. Cached model value.
TableSize m_nRowCount;
- /// denotes whether or not the columns fitted into the available width, last time we checked
- long m_bColumnsFit;
-
ColPos m_nCurColumn;
RowPos m_nCurRow;
ColPos m_nLeftColumn;