INTEGRATION: CWS swenhancedfields2 (1.43.18); FILE MERGED
2008/08/04 14:18:41 b_michaelsen 1.43.18.2: RESYNC: (1.43-1.47); FILE MERGED 2008/04/23 14:29:16 ama 1.43.18.1: #i33737#: Enhanced fields
This commit is contained in:
parent
61b8cb463f
commit
89289509d7
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: docedt.cxx,v $
|
||||
* $Revision: 1.47 $
|
||||
* $Revision: 1.48 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -823,6 +823,11 @@ bool SwDoc::Insert( const SwPaM &rRg, sal_Unicode c )
|
|||
return sal_True;
|
||||
}
|
||||
|
||||
void SwDoc::SetModified(SwPaM &rPaM)
|
||||
{
|
||||
SwDataChanged aTmp( rPaM, 0 );
|
||||
SetModified();
|
||||
}
|
||||
|
||||
/*************************************************************************
|
||||
|* SwDoc::Overwrite(char)
|
||||
|
|
Loading…
Reference in a new issue