diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:29:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:29:57 +0000 |
commit | 5d97c5c726c0abb4e43ecc8cbc9caf06759fa33b (patch) | |
tree | 906e006c996fcb0dcc04b310f4f64f14d9ba0aaf /sw/inc/postit.hxx | |
parent | 0ff7389619e9c5cc002c057501bcceb421790e99 (diff) |
INTEGRATION: CWS notes3 (1.2.6); FILE MERGED
2008/04/03 11:03:31 mba 1.2.6.8: warnings fixed
2008/04/03 09:21:46 mba 1.2.6.7: #i87673#: allow asynchronous execution of notes deletion
2008/04/02 13:36:09 mod 1.2.6.6: fix for wrong notes position
2008/04/02 10:58:52 mod 1.2.6.5: #i85836#
2008/04/01 16:13:18 mba 1.2.6.4: #i87673#: allow asynchronous execution of notes deletion
2008/03/20 16:44:48 mod 1.2.6.3: various notes3 fixes
2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm
2008/02/22 21:00:46 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs
Diffstat (limited to 'sw/inc/postit.hxx')
-rw-r--r-- | sw/inc/postit.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/postit.hxx b/sw/inc/postit.hxx index c1b3ab30d1a1..3f7191e06cee 100644 --- a/sw/inc/postit.hxx +++ b/sw/inc/postit.hxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: postit.hxx,v $ - * $Revision: 1.4 $ + * + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -32,6 +33,7 @@ #define _POSTIT_HXX #include <vcl/window.hxx> +#include <swrect.hxx> #include <svx/sdr/overlay/overlayobject.hxx> //TODO: move to cxx |