/************************************************************************* * * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sd.hxx" #include "ViewShellHint.hxx" namespace sd { TYPEINIT1(ViewShellHint, SfxHint); ViewShellHint::ViewShellHint (HintId eHintId) : SfxHint(), meHintId(eHintId) { } ViewShellHint::HintId ViewShellHint::GetHintId (void) const { return meHintId; } } // end of namespace sd -3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/source/inc/eventatt.hxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-01-28 10:00:51 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-01-28 16:07:06 +0100
commit33656a6c7500d0f799b0e4ed97bda0a9e58a7010 (patch)
tree091eb87c71b04f9d69dfc0a93c8f0469578e8255 /basic/source/inc/eventatt.hxx
parent62ee7fdce30d8e1deb6df80b73577ef6164a5a90 (diff)
tdf#64690: sw: Add UItest