macspellimp.hxx (e7675e54) macspellimp.hxx (a44fea77)
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

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

67 XLinguServiceEventBroadcaster,
68 XInitialization,
69 XComponent,
70 XServiceInfo,
71 XServiceDisplayName
72 >
73{
74 Sequence< Locale > aSuppLocales;
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

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

67 XLinguServiceEventBroadcaster,
68 XInitialization,
69 XComponent,
70 XServiceInfo,
71 XServiceDisplayName
72 >
73{
74 Sequence< Locale > aSuppLocales;
75// Hunspell ** aDicts;
76 rtl_TextEncoding * aDEncs;
77 Locale * aDLocs;
78 OUString * aDNames;
79 sal_Int32 numdict;
80 NSSpellChecker * macSpell;
81 int macTag; //unique tag for this doc
82
83 ::cppu::OInterfaceContainerHelper aEvtListeners;

--- 65 unchanged lines hidden ---
75 rtl_TextEncoding * aDEncs;
76 Locale * aDLocs;
77 OUString * aDNames;
78 sal_Int32 numdict;
79 NSSpellChecker * macSpell;
80 int macTag; //unique tag for this doc
81
82 ::cppu::OInterfaceContainerHelper aEvtListeners;

--- 65 unchanged lines hidden ---