diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-10-07 16:55:03 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-10-07 16:59:11 +0200 |
commit | eb0e2fcf15ed37f56c2334d292bdc1fb054bc287 (patch) | |
tree | f838e1fa71a861c435a5beccb32e0c9fedf07def /sw/inc/cmdid.h | |
parent | 6055a5df7b6e7452987a9584d10f436ca2d349fd (diff) |
Page Break: Fixed part of the Edit menu action cursors handling
Added an optional SwPaM argument to SID_PARA_DLG action to avoid
changing the current cursor before showing the dialog.
Set the focus to SwEditWin after the action to continue editing the
document.
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 97f6e10e173c..fae2a9506e09 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -1137,6 +1137,7 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_SHAPE_POSITION_LAYOUT_DIR (FN_PARAM2+24) #define FN_SHAPE_STARTPOSITION_IN_HORI_L2R (FN_PARAM2+25) #define FN_SHAPE_ENDPOSITION_IN_HORI_L2R (FN_PARAM2+26) +#define FN_PARAM_PAM (FN_PARAM2+27) /* Point and Mark */ /*-------------------------------------------------------------------- Bereich: Druckoptionen |