/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: viewcontactoftableobj.hxx,v $ * * $Revision: 1.2 $ * * last change: $Author: rt $ $Date: 2008-03-12 10:07:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef _SDR_CONTACT_VIEWCONTACTOFTABLEOBJ_HXX #define _SDR_CONTACT_VIEWCONTACTOFTABLEOBJ_HXX #include ////////////////////////////////////////////////////////////////////////////// // predeclarations ////////////////////////////////////////////////////////////////////////////// namespace sdr { namespace table { class SdrTableObj; } namespace contact { class ViewContactOfTableObj : public ViewContactOfSdrObj { protected: // internal access to SdrTextObj ::sdr::table::SdrTableObj& GetTextObj() const { return (::sdr::table::SdrTableObj&)GetSdrObject(); } public: // basic constructor, used from SdrObject. ViewContactOfTableObj(::sdr::table::SdrTableObj& rTextObj); // The destructor. When PrepareDelete() was not called before (see there) // warnings will be generated in debug version if there are still contacts // existing. virtual ~ViewContactOfTableObj(); }; } // end of namespace contact } // end of namespace sdr ////////////////////////////////////////////////////////////////////////////// #endif // eof /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sdext/CppunitTest_sdext_pdfimport.mk
AgeCommit message (Expand)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-12-11Get rid of StaticLibrary_pdfimport_sStephan Bergmann