summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untbl.cxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2015-04-10 21:32:36 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2016-08-29 13:13:14 +0200
commitd460ec312a5510955828be1ff35f92faef89e755 (patch)
treea962dbfd313dff57d91551ef907c0ea55c3228e7 /sw/source/core/undo/untbl.cxx
parent9c3d9e9fb49318ceda69f060a8e847b15d679245 (diff)
Convert SwFrameFormats to boost::multi_index
This is almost the same situation as SwPageDescs. What makes this more complicated is the fact, that actually duplicated draw objects are allowed, in regard to the key values "type" and "name". And actually for some types, duplicate names are not allowed, e.g. SwDoc::FindFlyByName( const OUString& rName, sal_Int8 nNdTyp ) expects a single result! Change-Id: I6e0ea1099c1c1e6cfe90926170e27179722e88b8
Diffstat (limited to 'sw/source/core/undo/untbl.cxx')
-rw-r--r--sw/source/core/undo/untbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index 3cace3dee1d7..02694f9e9bd0 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -113,7 +113,7 @@ class SaveTable
SaveLine* m_pLine;
const SwTable* m_pSwTable;
SfxItemSets m_aSets;
- SwFrameFormats m_aFrameFormats;
+ SwFrameFormatsV m_aFrameFormats;
sal_uInt16 m_nLineCount;
bool m_bModifyBox : 1;
bool m_bSaveFormula : 1;