summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-06 00:14:28 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-26 00:51:04 +0200
commit18cd31547ff77b067faab7e8b57b6003fa463866 (patch)
treef6ec9e3eeab1a579427b176e176ec445a26b71c9 /sw/inc/doc.hxx
parented1d7e2818b0c3e5803599d5b3c86e5f49eb7764 (diff)
handle PamCorr also with the new container
Change-Id: I2eeb8dbe06d36c2882f443a2bc27bea54b97e3c7
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 8f8d1e7847ea..0346079aace7 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -334,7 +334,6 @@ class SW_DLLPUBLIC SwDoc :
mutable std::unordered_map<OUString, SwNumRule *, OUStringHash> maNumRuleMap;
SwUnoCrsrTable *mpUnoCrsrTable;
- std::list< std::weak_ptr<SwUnoCrsr> > mvUnoCrsrTbl2;
SwPagePreviewPrtData *mpPgPViewPrtData; //< Indenting / spacing for printing of page view.
SwPaM *mpExtInputRing;
@@ -1670,6 +1669,7 @@ public:
void dumpAsXml(struct _xmlTextWriter* = 0) const;
std::set<Color> GetDocColors();
+ std::list< std::weak_ptr<SwUnoCrsr> > mvUnoCrsrTbl2;
private:
// Copies master header to left / first one, if necessary - used by ChgPageDesc().