summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-29 09:49:04 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-29 09:49:04 +0200
commit412edefe148e995e9b4b715fc88c2cde63923c8f (patch)
tree0f710e8dc6c022f1236de7698251bd282e8c18e5 /svtools
parentf1004e137767c4fc7f6b36422bcf4f7a2d41a94a (diff)
gridfixes: GCC WaE
Diffstat (limited to 'svtools')
-rwxr-xr-xsvtools/source/table/tablecontrol_impl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 9c42b5ea3303..0de48eaff162 100755
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -1241,7 +1241,6 @@ namespace svt { namespace table
}
// show or hide the scrollbars as needed
- bool const hadVerticalScrollbar = ( m_pVScroll != NULL );
impl_ni_positionChildWindows( aDataCellPlayground, bNeedVerticalScrollbar, bNeedHorizontalScrollbar );
// the initial call to impl_ni_calculateColumnWidths assumed that we need a vertical scrollbar. If, by now,
@@ -1306,7 +1305,7 @@ namespace svt { namespace table
long const nScrollbarMetrics = m_rAntiImpl.GetSettings().GetStyleSettings().GetScrollBarSize();
// create or destroy the vertical scrollbar, as needed
- bool verticalVisibilityChanged = lcl_updateScrollbar(
+ lcl_updateScrollbar(
m_rAntiImpl,
m_pVScroll,
i_verticalScrollbar,