diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 07:25:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 07:25:10 +0000 |
commit | e0c907a184307b68a6fce9727be360153bfbbb2e (patch) | |
tree | 91bf2a695eeb4c38d3a84360369240819b988f83 /sw/source/ui/utlui | |
parent | 4518b84cdf239747c91b6ea378312abd9ce809b4 (diff) |
INTEGRATION: CWS notes5 (1.51.30); FILE MERGED
2008/05/09 15:08:19 ama 1.51.30.1: Helperfunctions for notes & change tracking
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index 0f8d81a78709..eb4795cf7e46 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: content.cxx,v $ - * $Revision: 1.52 $ + * $Revision: 1.53 $ * * This file is part of OpenOffice.org. * @@ -111,6 +111,7 @@ #include <swundo.hxx> #include <ndtxt.hxx> #include <PostItMgr.hxx> +#include <postithelper.hxx> #include "swabstdlg.hxx" |