/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: docshimp.hxx,v $ * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef SC_DOCSHELLIMP_HXX #define SC_DOCSHELLIMP_HXX #include #include #include struct DocShell_Impl { bool bIgnoreLostRedliningWarning; FontList* pFontList; sfx2::DocumentInserter* pDocInserter; SfxRequest* pRequest; DocShell_Impl() : bIgnoreLostRedliningWarning( false ) , pFontList( NULL ) , pDocInserter( NULL ) , pRequest( NULL ) {} ~DocShell_Impl() { delete pFontList; delete pDocInserter; delete pRequest; } }; #endif /libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17clean xml code in the breeze_svg iconsandreas kainz
Change-Id: I1a7fc0f4978d3a61b4717fcbbc2bd752a401c86e Reviewed-on: https://gerrit.libreoffice.org/41253 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-08-05Breeze: Add svgs to repoYousuf Philips
Change-Id: Ia7293b0e28ba484d2bb0c9292a4fd06cc255e1d8 Reviewed-on: https://gerrit.libreoffice.org/27750 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>