SwSpellDialogChildWindow.cxx (46d2a04e) SwSpellDialogChildWindow.cxx (26ea3662)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 5 unchanged lines hidden (view full) ---

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 5 unchanged lines hidden (view full) ---

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_sw.hxx"
26
27#include <SwSpellDialogChildWindow.hxx>
28#include <vcl/msgbox.hxx>
29#include <editeng/svxacorr.hxx>
30#include <editeng/acorrcfg.hxx>
31#include <svx/svxids.hrc>

--- 17 unchanged lines hidden (view full) ---

49#include <frmfmt.hxx>
50#include <dcontact.hxx>
51#include <edtwin.hxx>
52#include <pam.hxx>
53#include <drawbase.hxx>
54#include <unotextrange.hxx>
55#include <dialog.hrc>
56#include <cmdid.h>
22// MARKER(update_precomp.py): autogen include statement, do not remove
23#include "precompiled_sw.hxx"
24
25#include <SwSpellDialogChildWindow.hxx>
26#include <vcl/msgbox.hxx>
27#include <editeng/svxacorr.hxx>
28#include <editeng/acorrcfg.hxx>
29#include <svx/svxids.hrc>

--- 17 unchanged lines hidden (view full) ---

47#include <frmfmt.hxx>
48#include <dcontact.hxx>
49#include <edtwin.hxx>
50#include <pam.hxx>
51#include <drawbase.hxx>
52#include <unotextrange.hxx>
53#include <dialog.hrc>
54#include <cmdid.h>
55#include <drawdoc.hxx>
57
56
58
59using namespace ::com::sun::star;
60using namespace ::com::sun::star::uno;
61using namespace ::com::sun::star::text;
62using namespace ::com::sun::star::linguistic2;
63using namespace ::com::sun::star::beans;
64
65SFX_IMPL_CHILDWINDOW(SwSpellDialogChildWindow, FN_SPELL_GRAMMAR_DIALOG)
66

--- 830 unchanged lines hidden ---
57using namespace ::com::sun::star;
58using namespace ::com::sun::star::uno;
59using namespace ::com::sun::star::text;
60using namespace ::com::sun::star::linguistic2;
61using namespace ::com::sun::star::beans;
62
63SFX_IMPL_CHILDWINDOW(SwSpellDialogChildWindow, FN_SPELL_GRAMMAR_DIALOG)
64

--- 830 unchanged lines hidden ---