summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docdraw.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-07 20:21:18 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 18:49:16 +0100
commit2b0f7be0e3e9da61bec7577f6adfe7015e903b97 (patch)
tree53643a5aec87f1c2a15496ae3eb1b4fc9d732548 /sw/source/core/doc/docdraw.cxx
parent43ac9d392c1e80706f0bae8f8c73cfe0dfb0ecf2 (diff)
Clean-up bogus comments in writer.
Diffstat (limited to 'sw/source/core/doc/docdraw.cxx')
-rw-r--r--sw/source/core/doc/docdraw.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/core/doc/docdraw.cxx b/sw/source/core/doc/docdraw.cxx
index e4fe00fe258a..46d146399121 100644
--- a/sw/source/core/doc/docdraw.cxx
+++ b/sw/source/core/doc/docdraw.cxx
@@ -533,7 +533,6 @@ _ZSortFly::_ZSortFly( const SwFrmFmt* pFrmFmt, const SwFmtAnchor* pFlyAn,
// des Drawing Layers auftrat. In diesem Fall wird der Layer komplett
// neu aufgebaut.
-// #75371#
#include <svx/sxenditm.hxx>
void SwDoc::InitDrawModel()
@@ -548,11 +547,9 @@ void SwDoc::InitDrawModel()
//DrawPool und EditEnginePool anlegen, diese gehoeren uns und werden
//dem Drawing nur mitgegeben. Im ReleaseDrawModel werden die Pools wieder
//zerstoert.
- // 17.2.99: for Bug 73110 - for loading the drawing items. This must
- // be loaded without RefCounts!
+ // for loading the drawing items. This must be loaded without RefCounts!
SfxItemPool *pSdrPool = new SdrItemPool( &GetAttrPool() );
- // #75371# change DefaultItems for the SdrEdgeObj distance items
- // to TWIPS.
+ // change DefaultItems for the SdrEdgeObj distance items to TWIPS.
if(pSdrPool)
{
const long nDefEdgeDist = ((500 * 72) / 127); // 1/100th mm in twips
@@ -573,7 +570,7 @@ void SwDoc::InitDrawModel()
else
pSdrPool->FreezeIdRanges();
- // SJ: #95129# set FontHeight pool defaults without changing static SdrEngineDefaults
+ // set FontHeight pool defaults without changing static SdrEngineDefaults
GetAttrPool().SetPoolDefaultItem(SvxFontHeightItem( 240, 100, EE_CHAR_FONTHEIGHT ));
RTL_LOGFILE_CONTEXT_TRACE( aLog, "before create DrawDocument" );