/* -*- 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. * ************************************************************************/ #ifndef SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX #define SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX #include //........................................................................ namespace svx { //........................................................................ typedef USHORT SfxSlotId; //==================================================================== //= ISlotInvalidator //==================================================================== class ISlotInvalidator { public: virtual void Invalidate( SfxSlotId _nSlot ) = 0; }; //........................................................................ } // namespace svx //........................................................................ #endif // SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ a/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-26use boost::optional in OutDevStateNoel Grandin
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-12-05drop unneeded dep on boost_headersDavid Tardon
2016-02-15make charset sel. dlg translatableDavid Tardon
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
2015-05-19upload libwps 0.4.0osnola
2014-05-26rebase all import libsDavid Tardon
2014-04-24add missing libraryDavid Tardon
2014-04-24change libwriterperfect to shared libraryDavid Tardon