~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kspread/kspread_map.cc

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2002-04-01 15:17:58 UTC
  • Revision ID: james.westby@ubuntu.com-20020401151758-w34ranmszywms40f
Tags: 1:1.1.1-7
* Fixed documentation conflicts (closes: Bug#140688).
* Demo files are all once zipped with no .gz extension (closes: Bug#136288).

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  if ( view ) // no view if embedded document
99
99
  {
100
100
    KSpreadCanvas * canvas = view->canvasWidget();
101
 
    mymap.setAttribute( "activeTable", canvas->activeTable()->name() );
 
101
    mymap.setAttribute( "activeTable", canvas->activeTable()->tableName() );
102
102
    mymap.setAttribute( "markerColumn", canvas->markerColumn() );
103
103
    mymap.setAttribute( "markerRow", canvas->markerRow() );
104
104
  }