summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-23 12:44:07 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-26 00:51:13 +0200
commit1ef03cad1ac3d593b4ac361ef582b3fd4fc96677 (patch)
treeca368373ccdceada3af4cced183549c356276b0e /sw/inc/doc.hxx
parent0509dbec0e3c9e9c64f5b487f5197ca4602838cc (diff)
now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is gone
Change-Id: I82f8ed0560750d4f7bec71ea8bd3c8089b884da7
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 51ee53a5207a..656ebb5faacb 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1490,7 +1490,7 @@ public:
void SetOLEObjModified();
// Uno - Interfaces
- std::shared_ptr<SwUnoCrsr> CreateUnoCrsr2( const SwPosition& rPos, bool bTableCrsr = false );
+ std::shared_ptr<SwUnoCrsr> CreateUnoCrsr( const SwPosition& rPos, bool bTableCrsr = false );
// FeShell - Interfaces
// !!! These assume always an existing layout !!!
@@ -1664,7 +1664,7 @@ public:
void dumpAsXml(struct _xmlTextWriter* = 0) const;
std::set<Color> GetDocColors();
- std::list< std::weak_ptr<SwUnoCrsr> > mvUnoCrsrTbl2;
+ std::list< std::weak_ptr<SwUnoCrsr> > mvUnoCrsrTbl;
private:
// Copies master header to left / first one, if necessary - used by ChgPageDesc().