diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
commit | 2785e67bbcd479f864ea941bfd9a47916fd04aa4 (patch) | |
tree | c3f6bd5574033791c339a005b948816a1fe75956 /sd/inc/undo | |
parent | 865034108866bf3e1982d66a1e7f1f420ed0eebb (diff) | |
parent | 5f549ccb1c3d111317da4eaf943bdf9218d77766 (diff) |
CWS gnumake3: pull in cws removetooltypes01
Notes
Notes:
split repo tag: impress_ooo/DEV300_m100
Diffstat (limited to 'sd/inc/undo')
-rwxr-xr-x | sd/inc/undo/undomanager.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx index 708a05390f12..22167d9636fc 100755 --- a/sd/inc/undo/undomanager.hxx +++ b/sd/inc/undo/undomanager.hxx @@ -37,11 +37,11 @@ namespace sd class UndoManager : public SfxUndoManager { public: - UndoManager( USHORT nMaxUndoActionCount = 20 ); + UndoManager( sal_uInt16 nMaxUndoActionCount = 20 ); - virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment, USHORT nId=0); + virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment, sal_uInt16 nId=0); - virtual void AddUndoAction( SfxUndoAction *pAction, BOOL bTryMerg=FALSE ); + virtual void AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerg=sal_False ); /** Set or reset the undo manager linked with the called undo manager. */ |