diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:14:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:19:17 +0300 |
commit | a537db8762d93009651d48b9b6a1782eaa842866 (patch) | |
tree | 4372fcf354b9cb0e9b881aac07e8d17bb6984b34 /sw/inc/doc.hxx | |
parent | ed445d95eda257aef5efeb4ed55ceb43a00b8343 (diff) |
Bin useless swmod comments
Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 42379e40d686..3dc2f6f9d176 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -314,7 +314,7 @@ class SW_DLLPUBLIC SwDoc : SwTOXTypes *mpTOXTypes; ///< Tables/indices SwDefTOXBase_Impl * mpDefTOXBases; ///< defaults of SwTOXBase's - ViewShell *mpCurrentView; ///< SwDoc should get a new member mpCurrentView//swmod 071225 + ViewShell *mpCurrentView; ///< SwDoc should get a new member mpCurrentView SdrModel *mpDrawModel; ///< StarView Drawing SwDocUpdtFld *mpUpdtFlds; ///< Struct for updating fields @@ -946,17 +946,17 @@ public: /** IDocumentLayoutAccess */ - virtual void SetCurrentViewShell( ViewShell* pNew );//swmod 071225 + virtual void SetCurrentViewShell( ViewShell* pNew ); virtual SwLayouter* GetLayouter(); virtual const SwLayouter* GetLayouter() const; virtual void SetLayouter( SwLayouter* pNew ); virtual SwFrmFmt* MakeLayoutFmt( RndStdIds eRequest, const SfxItemSet* pSet ); virtual void DelLayoutFmt( SwFrmFmt *pFmt ); virtual SwFrmFmt* CopyLayoutFmt( const SwFrmFmt& rSrc, const SwFmtAnchor& rNewAnchor, bool bSetTxtFlyAtt, bool bMakeFrms ); - virtual const ViewShell *GetCurrentViewShell() const; //swmod 080219 - virtual ViewShell *GetCurrentViewShell(); ///< swmod 080219 It must be able to communicate to a ViewShell.This is going to be removerd later. + virtual const ViewShell *GetCurrentViewShell() const; + virtual ViewShell *GetCurrentViewShell(); ///< It must be able to communicate to a ViewShell.This is going to be removerd later. virtual const SwRootFrm *GetCurrentLayout() const; - virtual SwRootFrm *GetCurrentLayout();//swmod 080219 + virtual SwRootFrm *GetCurrentLayout(); virtual bool HasLayout() const; void ClearSwLayouterEntries(); @@ -1156,7 +1156,7 @@ public: OUString GetUniqueOLEName() const; OUString GetUniqueFrameName() const; - std::set<SwRootFrm*> GetAllLayouts();//swmod 080225 + std::set<SwRootFrm*> GetAllLayouts(); void SetFlyName( SwFlyFrmFmt& rFmt, const OUString& rName ); const SwFlyFrmFmt* FindFlyByName( const OUString& rName, sal_Int8 nNdTyp = 0 ) const; @@ -1877,7 +1877,7 @@ public: /** update all modified OLE-Objects. The modification is called over the StarOne - Interface */ void SetOLEObjModified() - { if( GetCurrentViewShell() ) maOLEModifiedTimer.Start(); } //swmod 071107//swmod 071225 + { if( GetCurrentViewShell() ) maOLEModifiedTimer.Start(); } // -------------------- Uno - Interfaces --------------------------- const SwUnoCrsrTbl& GetUnoCrsrTbl() const { return *mpUnoCrsrTbl; } |