diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-02-19 12:57:36 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-02-19 12:57:36 +0000 |
commit | e7b819550e62aaf9e6c4ee26ebecb6ca26599278 (patch) | |
tree | 9a294f5d2ebe64c71e71fcd696273203c0fc2171 /sw/source/ui/inc/wrtsh.hxx | |
parent | 15ff43c07e3c29a1fdb868e23d9a886bb90655af (diff) |
INTEGRATION: CWS notes2 (1.37.86); FILE MERGED
2007/12/15 16:16:50 mod 1.37.86.5: RESYNC: (1.39-1.41); FILE MERGED
2007/09/29 16:07:10 mod 1.37.86.4: fixing resync errors
2007/09/28 16:33:28 mod 1.37.86.3: RESYNC: (1.38-1.39); FILE MERGED
2007/09/01 14:16:21 mod 1.37.86.2: RESYNC: (1.37-1.38); FILE MERGED
2007/07/04 15:42:22 mba 1.37.86.1: new shell for editing notes
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r-- | sw/source/ui/inc/wrtsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx index c886cded63..b5a712f71f 100644 --- a/sw/source/ui/inc/wrtsh.hxx +++ b/sw/source/ui/inc/wrtsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: wrtsh.hxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: ihi $ $Date: 2007-11-22 15:40:57 $ + * last change: $Author: rt $ $Date: 2008-02-19 13:57:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,6 +101,7 @@ namespace nsSelectionType const SelectionType SEL_MEDIA = 0x004000; // Media object const SelectionType SEL_EXTRUDED_CUSTOMSHAPE = 0x008000; // extruded custom shape const SelectionType SEL_FONTWORK = 0x010000; // fontwork + const SelectionType SEL_POSTIT = 0x020000; //annotation } @@ -136,7 +137,6 @@ public: //setzt den Cursorstack nach dem Bewegen mit PageUp/-Down //zurueck, falls ein Stack aufgebaut ist inline void ResetCursorStack(); - SelectionType GetSelectionType() const; BOOL IsModePushed() const { return 0 != pModeStack; } |