[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Fri Aug 22 04:47:59 PDT 2014
sw/source/core/layout/wsfrm.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 39a84ef78a8ead60694ad0c7dd170d4e54fbdaba
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Aug 22 13:46:53 2014 +0200
The comment apparently pertained to the following line
...cf. 75400111a50ce0b4026e7eb73a896ac3c28d6155 "INTEGRATION: CWS
swqbf64: #i65250# <SwFrm::mnFrmId> now in general available," but is rather
useless nowadays anyway
Change-Id: I1e9d6c289fad021764f7e1b1af0d7b9dca67bf53
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 47d6967..f62a056 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -71,7 +71,6 @@ using namespace ::com::sun::star;
SwFrm::SwFrm( SwModify *pMod, SwFrm* pSib ) :
SwClient( pMod ),
mbIfAccTableShouldDisposing( false ), //A member to identify if the acc table should dispose
- // #i65250#
mnFrmId( SwFrm::mnLastFrmId++ ),
mpRoot( pSib ? pSib->getRootFrm() : 0 ),
mpUpper( 0 ),
More information about the Libreoffice-commits
mailing list