~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to modules/wb.mysql.import/src/wb_mysql_import_dbd4.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
      double viewWidth;
348
348
      double viewHeight;
349
349
 
350
 
      view= workbench_physical_DiagramRef::cast_from(model->addNewDiagram(0));
 
350
      view= workbench_physical_DiagramRef::cast_from(model->addNewDiagram(1));
351
351
 
352
352
      calculate_view_size(wb->doc()->pageSettings(), viewWidth, viewHeight);
353
353