summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-31 10:23:54 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-31 10:23:54 +0300
commitfc3f4d546ab9fb3a4201caef582ca3e94f4913c9 (patch)
tree3c675006fde413e231b8e957cf1b81769896ba42 /sc
parenta38f09fec16f24886414c3e9f9574a06b56d8077 (diff)
Fix error: 'nTab' is a private member of 'ScAddress'
Change-Id: Ic3d350da6400e1e1425579e3ce8d1aa784210284
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/frmbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/frmbase.cxx b/sc/source/filter/excel/frmbase.cxx
index b1166ee00703..d27bf08ec6b8 100644
--- a/sc/source/filter/excel/frmbase.cxx
+++ b/sc/source/filter/excel/frmbase.cxx
@@ -46,7 +46,7 @@ void _ScRangeListTabs::Append( const ScAddress& aSRD, SCTAB nTab, const bool b )
}
else
{
- OSL_ENSURE( ValidTab(a.nTab), "-_ScRangeListTabs::Append(): A lie has no crash!" );
+ OSL_ENSURE( ValidTab(a.Tab()), "-_ScRangeListTabs::Append(): A lie has no crash!" );
}
if( nTab == SCTAB_MAX)