diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-05-23 11:49:33 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-05-26 00:51:13 +0200 |
commit | b23eb203cc696926c748cc81584dff38050224cd (patch) | |
tree | b108f2fb94ced374b3f3ecf267e0849ff7f16e36 /sw/inc/doc.hxx | |
parent | 6ab4c4f9c7b12c6058b08e44d35eb8b386348c55 (diff) |
remove old SwUnoCrsrTbl and CreateUnoCrsr
Change-Id: I91e4c7f0e0231b7783affdce63c6ab395a4e219b
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 0346079aace7..51ee53a5207a 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -145,7 +145,6 @@ class SwTextFormatColl; class SwTextFormatColls; class SwURLStateChanged; class SwUnoCrsr; -class SwUnoCrsrTable; class SwViewShell; class _SetGetExpField; class SwDrawContact; @@ -333,8 +332,6 @@ class SW_DLLPUBLIC SwDoc : // Hash map to find numrules by name mutable std::unordered_map<OUString, SwNumRule *, OUStringHash> maNumRuleMap; - SwUnoCrsrTable *mpUnoCrsrTable; - SwPagePreviewPrtData *mpPgPViewPrtData; //< Indenting / spacing for printing of page view. SwPaM *mpExtInputRing; @@ -1493,8 +1490,6 @@ public: void SetOLEObjModified(); // Uno - Interfaces - const SwUnoCrsrTable& GetUnoCrsrTable() const { return *mpUnoCrsrTable; } - SwUnoCrsr* CreateUnoCrsr( const SwPosition& rPos, bool bTableCrsr = false ); std::shared_ptr<SwUnoCrsr> CreateUnoCrsr2( const SwPosition& rPos, bool bTableCrsr = false ); // FeShell - Interfaces |