diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-01-29 22:03:10 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-01-29 22:03:10 +0100 |
commit | 324721c3ef3715b002328683f8045c5bcfca0013 (patch) | |
tree | ad304244c9b1d3abdb5eb4e414fa6b4c26100125 /svl/source/notify/hint.cxx | |
parent | 0ce0dd5863208500d8d4658f1f68f34e254ab015 (diff) | |
parent | 7f5f6c30e89c27422a1576ccceb9b0d79c8e3f0d (diff) |
rebased to m70
Diffstat (limited to 'svl/source/notify/hint.cxx')
-rw-r--r-- | svl/source/notify/hint.cxx | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/svl/source/notify/hint.cxx b/svl/source/notify/hint.cxx new file mode 100644 index 000000000000..36bcfb9990d9 --- /dev/null +++ b/svl/source/notify/hint.cxx @@ -0,0 +1,50 @@ +/************************************************************************* + * + * 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: hint.cxx,v $ + * $Revision: 1.7 $ + * + * 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 + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svl.hxx" +#ifndef GCC +#endif + +#include <svl/hint.hxx> + +//==================================================================== + +TYPEINIT0(SfxHint); + +//==================================================================== +// virtual dtor for the typical base-class Hint + +SfxHint::~SfxHint() +{ +} + + + |