#101592# SaveModified: parameter renamed
This commit is contained in:
parent
cf98bfc226
commit
8a47d09d34
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: brwctrlr.hxx,v $
|
* $RCSfile: brwctrlr.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.20 $
|
* $Revision: 1.21 $
|
||||||
*
|
*
|
||||||
* last change: $Author: fs $ $Date: 2002-05-23 12:19:25 $
|
* last change: $Author: oj $ $Date: 2002-07-22 12:58:54 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -372,7 +372,7 @@ namespace dbaui
|
||||||
// empty the frame where our view resides
|
// empty the frame where our view resides
|
||||||
virtual sal_Bool CommitCurrent();
|
virtual sal_Bool CommitCurrent();
|
||||||
// commit the current column (i.e. cell)
|
// commit the current column (i.e. cell)
|
||||||
virtual sal_Bool SaveModified(sal_Bool bCommit = sal_True);
|
virtual sal_Bool SaveModified(sal_Bool bAskFor = sal_True);
|
||||||
// save the modified record
|
// save the modified record
|
||||||
// virtual sal_uInt16 SaveData(sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False);
|
// virtual sal_uInt16 SaveData(sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False);
|
||||||
// save all data if modified, maybe ask the user
|
// save all data if modified, maybe ask the user
|
||||||
|
|
Loading…
Reference in a new issue