diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:42:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:42:48 +0000 |
commit | 36fd25b8a751989363d90b8baa529894e1bca1c7 (patch) | |
tree | acd65187b739e2558516638b047ca386430f1d17 /sfx2/source/doc/frmdescr.cxx | |
parent | 48708e2b379b6072db26602bde182ec05b0bdd5e (diff) |
INTEGRATION: CWS mh11rc (1.5.8); FILE MERGED
2003/06/06 10:06:44 mh 1.5.8.1: join: from beta2
Diffstat (limited to 'sfx2/source/doc/frmdescr.cxx')
-rw-r--r-- | sfx2/source/doc/frmdescr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx index d0860784d506..a41e976e5160 100644 --- a/sfx2/source/doc/frmdescr.cxx +++ b/sfx2/source/doc/frmdescr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: frmdescr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-05-26 08:29:19 $ + * last change: $Author: vg $ $Date: 2003-06-12 09:42:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,7 +178,7 @@ void SfxFrameSetDescriptor::InsertFrame USHORT nPos ) { - // fucking SvPtrArrs ... + // complicated SvPtrArrs ... if ( nPos == 0xFFFF ) nPos = aFrames.Count(); |