merge the formfield patch from ooo-build
[ooovba.git] / framework / source / jobs / jobconst.cxx
blob2c10e35a3b8a1b6f2654ca6daedee21add1dfdec
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: jobconst.cxx,v $
10 * $Revision: 1.3 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 // MARKER(update_precomp.py): autogen include statement, do not remove
32 #include "precompiled_framework.hxx"
34 //________________________________
35 // my own includes
37 #include <jobs/jobconst.hxx>
39 //________________________________
40 // interface includes
42 //________________________________
43 // includes of other projects
45 //________________________________
46 // namespace
48 namespace framework{
50 //________________________________
51 // non exported const
53 //________________________________
54 // non exported definitions
56 //________________________________
57 // declarations
59 const ::rtl::OUString JobConst::ANSWER_DEACTIVATE_JOB()
61 static const ::rtl::OUString PROP = ::rtl::OUString::createFromAscii("Deactivate");
62 return PROP;
65 const ::rtl::OUString JobConst::ANSWER_SAVE_ARGUMENTS()
67 static const ::rtl::OUString PROP = ::rtl::OUString::createFromAscii("SaveArguments");
68 return PROP;
71 const ::rtl::OUString JobConst::ANSWER_SEND_DISPATCHRESULT()
73 static const ::rtl::OUString PROP = ::rtl::OUString::createFromAscii("SendDispatchResult");
74 return PROP;
77 } // namespace framework