diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:32:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:32:53 +0000 |
commit | 4bf2d01de0401987c8e929b7d2e37e85eff35d5d (patch) | |
tree | d851e804e4014901e87fc41a4c8b0d21ef1b09ba /sd/source/ui/func/fupage.cxx | |
parent | c1ec6faf0fa08a0da669b91c491822faa1d6b799 (diff) |
INTEGRATION: CWS mav09 (1.16.82); FILE MERGED
2004/08/09 19:44:35 mav 1.16.82.3: RESYNC: (1.17-1.18); FILE MERGED
2004/05/17 17:57:45 mav 1.16.82.2: RESYNC: (1.16-1.17); FILE MERGED
2004/04/14 14:12:10 mba 1.16.82.1: #i27773#: remove so3; new storage API
Diffstat (limited to 'sd/source/ui/func/fupage.cxx')
-rw-r--r-- | sd/source/ui/func/fupage.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index 301a3af4c0d6..dd2ff5d5b32e 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fupage.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2004-07-12 15:04:59 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:32:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,6 +63,8 @@ #include "fupage.hxx" +#include <sfx2/viewfrm.hxx> + // Seite einrichten Tab-Page #define ITEMID_PAGE SID_ATTR_PAGE #define ITEMID_LRSPACE SID_ATTR_LRSPACE |