summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ivan <alexnivan@yahoo.com>2013-07-29 19:37:51 +0300
committerJan Holesovsky <kendy@collabora.com>2015-09-24 01:00:09 +0200
commitef9762c2ba305ff9ddd1c661434c93446ca81752 (patch)
treecd34eef7ff8544fd13a037532161a016519b1e67
parentd32784a6a0712a5ca3663507131151f5e34b927a (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 454d22b626fb..3ad8601603b1 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -190,8 +190,6 @@ SwAutoFormatDlg::~SwAutoFormatDlg()
void SwAutoFormatDlg::dispose()
{
- if (bCoreDataChanged)
- pTableTable->Save();
delete pTableTable;
m_pLbFormat.clear();
m_pFormatting.clear();