diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:41:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:41:57 +0000 |
commit | d9fa8682050fefe5e3af7e17b7ab394867a0ebc2 (patch) | |
tree | f5f0d06f95e7c859e01f013e9752557e9bf8cbad /sd/source/ui | |
parent | 7116ad4204b91a0e3fd2a3d73ca508bc2933cea3 (diff) |
INTEGRATION: CWS impressalternativtext (1.52.4); FILE MERGED
2007/05/24 13:14:07 cl 1.52.4.1: #i68100# adding Title and Description to layers
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index 2ff0e12b9a00..a3204b24d39b 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drviews2.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: kz $ $Date: 2007-05-10 15:33:50 $ + * last change: $Author: hr $ $Date: 2007-06-26 13:41:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -144,7 +144,6 @@ #ifndef SD_WINDOW_HXX #include "Window.hxx" #endif -#include "ins_page.hxx" #include "drawdoc.hxx" #include "DrawDocShell.hxx" #include "sdpage.hxx" @@ -177,6 +176,8 @@ #include <com/sun/star/drawing/XDrawPages.hpp> #endif +#include <strings.hrc> + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |