summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ivan <alexnivan@yahoo.com>2013-07-29 19:37:51 +0300
committerAlex Ivan <alexnivan@yahoo.com>2013-07-29 19:37:51 +0300
commit0e010db7b2a98bada410ec2f2e36b61ce09f74f5 (patch)
treeedeefc799ad4dcfc0986821d54927579f71e2b9a
parent673df31f09fb7a8e52e836ca514d07c6ef10647b (diff)
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
-rw-r--r--sw/source/ui/table/tautofmt.cxx2
1 files changed, 0 insertions, 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;
}