|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
|||||
|
||||||
001 /************************************************************************* 002 * 003 * OpenOffice.org - a multi-platform office productivity suite 004 * 005 * $RCSfile: unodefaults.hxx,v $ 006 * 007 * $Revision: 1.2 $ 008 * 009 * last change: $Author: rt $ $Date: 2005/09/09 11:20:27 $ 010 * 011 * The Contents of this file are made available subject to 012 * the terms of GNU Lesser General Public License Version 2.1. 013 * 014 * 015 * GNU Lesser General Public License Version 2.1 016 * ============================================= 017 * Copyright 2005 by Sun Microsystems, Inc. 018 * 901 San Antonio Road, Palo Alto, CA 94303, USA 019 * 020 * This library is free software; you can redistribute it and/or 021 * modify it under the terms of the GNU Lesser General Public 022 * License version 2.1, as published by the Free Software Foundation. 023 * 024 * This library is distributed in the hope that it will be useful, 025 * but WITHOUT ANY WARRANTY; without even the implied warranty of 026 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 027 * Lesser General Public License for more details. 028 * 029 * You should have received a copy of the GNU Lesser General Public 030 * License along with this library; if not, write to the Free Software 031 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 032 * MA 02111-1307 USA 033 * 034 ************************************************************************/ 035 #ifndef _UNODEFAULTS_HXX 036 #define _UNODEFAULTS_HXX 037 038 #ifndef _SVX_UNOPOOL_HXX_ 039 #include <svx/unopool.hxx> 040 #endif 041 042 class SwDoc; 043 044 class SwSvxUnoDrawPool : public SvxUnoDrawPool 045 { 046 SwDoc* m_pDoc; 047 public: 048 SwSvxUnoDrawPool( SwDoc* pDoc ) throw(); 049 virtual ~SwSvxUnoDrawPool() throw(); 050 051 virtual SfxItemPool* getModelPool( sal_Bool bReadOnly ) throw(); 052 053 void Invalidate() {m_pDoc = 0;} 054 }; 055 056 #endif 057 058
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| This page was automatically generated by the LXR engine. The LXR team |
|