From 0e010db7b2a98bada410ec2f2e36b61ce09f74f5 Mon Sep 17 00:00:00 2001 From: Alex Ivan Date: Mon, 29 Jul 2013 19:37:51 +0300 Subject: Temporary disable of AutoFormat save mechanism Temporarily disabled saving any modification to the existing table format file upon closing the AutoFormat window. Most likely, further modifications will be made to this once it is clear how the table styles will be stored. Change-Id: I894d10003876044ba0b08c462fc0b6622bbb2595 --- sw/source/ui/table/tautofmt.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx index eb92dc2e0414..da752805d13c 100644 --- a/sw/source/ui/table/tautofmt.cxx +++ b/sw/source/ui/table/tautofmt.cxx @@ -178,8 +178,6 @@ SwAutoFormatDlg::SwAutoFormatDlg( Window* pParent, SwWrtShell* pWrtShell, SwAutoFormatDlg::~SwAutoFormatDlg() { - if (bCoreDataChanged) - pTableTbl->Save(); delete pTableTbl; } -- cgit v1.2.3