diff options
author | Damjan Jovanovic <damjan@apache.org> | 2018-03-30 19:16:11 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2018-03-30 19:16:11 +0000 |
commit | e0f59ea0d587ac0cfc3081732a6a4ab030e7a457 (patch) | |
tree | 8d30638f2028d01a2f4cb6f1ca7288618f70b306 /lingucomponent/inc | |
parent | ee34e88d5e6effdbfb88ff63a98e779bfd7fff05 (diff) |
Port main/lingucomponent to gbuild.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'lingucomponent/inc')
-rw-r--r-- | lingucomponent/inc/pch/precompiled_guesslang.cxx | 25 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_guesslang.hxx | 29 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_hyphen.cxx | 25 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_hyphen.hxx | 29 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_lnth.cxx | 25 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_lnth.hxx | 29 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_mac.cxx | 25 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_mac.hxx | 29 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_spell.cxx | 25 | ||||
-rw-r--r-- | lingucomponent/inc/pch/precompiled_spell.hxx | 29 |
10 files changed, 270 insertions, 0 deletions
diff --git a/lingucomponent/inc/pch/precompiled_guesslang.cxx b/lingucomponent/inc/pch/precompiled_guesslang.cxx new file mode 100644 index 000000000000..feb96b35424f --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_guesslang.cxx @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_guesslang.hxx" + diff --git a/lingucomponent/inc/pch/precompiled_guesslang.hxx b/lingucomponent/inc/pch/precompiled_guesslang.hxx new file mode 100644 index 000000000000..3171a5c7a31d --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_guesslang.hxx @@ -0,0 +1,29 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:51.030070 + +#ifdef PRECOMPILED_HEADERS +#include <tools/debug.hxx> +#endif + diff --git a/lingucomponent/inc/pch/precompiled_hyphen.cxx b/lingucomponent/inc/pch/precompiled_hyphen.cxx new file mode 100644 index 000000000000..60c4712ed824 --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_hyphen.cxx @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_hyphen.hxx" + diff --git a/lingucomponent/inc/pch/precompiled_hyphen.hxx b/lingucomponent/inc/pch/precompiled_hyphen.hxx new file mode 100644 index 000000000000..3171a5c7a31d --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_hyphen.hxx @@ -0,0 +1,29 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:51.030070 + +#ifdef PRECOMPILED_HEADERS +#include <tools/debug.hxx> +#endif + diff --git a/lingucomponent/inc/pch/precompiled_lnth.cxx b/lingucomponent/inc/pch/precompiled_lnth.cxx new file mode 100644 index 000000000000..8125438f5bf0 --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_lnth.cxx @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_lnth.hxx" + diff --git a/lingucomponent/inc/pch/precompiled_lnth.hxx b/lingucomponent/inc/pch/precompiled_lnth.hxx new file mode 100644 index 000000000000..3171a5c7a31d --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_lnth.hxx @@ -0,0 +1,29 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:51.030070 + +#ifdef PRECOMPILED_HEADERS +#include <tools/debug.hxx> +#endif + diff --git a/lingucomponent/inc/pch/precompiled_mac.cxx b/lingucomponent/inc/pch/precompiled_mac.cxx new file mode 100644 index 000000000000..77082238bbfd --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_mac.cxx @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_mac.hxx" + diff --git a/lingucomponent/inc/pch/precompiled_mac.hxx b/lingucomponent/inc/pch/precompiled_mac.hxx new file mode 100644 index 000000000000..3171a5c7a31d --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_mac.hxx @@ -0,0 +1,29 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:51.030070 + +#ifdef PRECOMPILED_HEADERS +#include <tools/debug.hxx> +#endif + diff --git a/lingucomponent/inc/pch/precompiled_spell.cxx b/lingucomponent/inc/pch/precompiled_spell.cxx new file mode 100644 index 000000000000..82971132931e --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_spell.cxx @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_spell.hxx" + diff --git a/lingucomponent/inc/pch/precompiled_spell.hxx b/lingucomponent/inc/pch/precompiled_spell.hxx new file mode 100644 index 000000000000..3171a5c7a31d --- /dev/null +++ b/lingucomponent/inc/pch/precompiled_spell.hxx @@ -0,0 +1,29 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:51.030070 + +#ifdef PRECOMPILED_HEADERS +#include <tools/debug.hxx> +#endif + |