/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * 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. * ************************************************************************/ #include "share.h" using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; static void SAL_CALL throws_exc() { throw lang::IllegalArgumentException( OUSTR("bla"), Reference< XInterface >(), 0 ); } extern "C" t_throws_exc SAL_CALL get_thrower() { return throws_exc; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ce-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/source/ppt/animationspersist.cxx
AgeCommit message (Expand)Author
2019-09-06Fixing '....'Andrea Gelmini
2019-03-20tdf#123909 fix event source that refers to a timenode.Mark Hung
2019-02-25tdf#123557 PPTX: import timenode condition targets.Mark Hung
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-31Use for-range loops in oox (part2)Julien Nabet
2018-03-14tdf#104792 Double check for target shapeSzymon Kłos
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2015-10-29Too much copy pasta is not good for youTor Lillqvist
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin