hyp.cxx (efeef26f) hyp.cxx (8ef2f12b)
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

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

91
92sal_Bool SwHyphWrapper::SpellContinue()
93{
94 // Fuer autom. Trennung Aktionen erst am Ende sichtbar machen
95 SwWait *pWait = 0;
96 if( bAutomatic )
97 {
98 PSH->StartAllAction();
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

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

91
92sal_Bool SwHyphWrapper::SpellContinue()
93{
94 // Fuer autom. Trennung Aktionen erst am Ende sichtbar machen
95 SwWait *pWait = 0;
96 if( bAutomatic )
97 {
98 PSH->StartAllAction();
99 pWait = new SwWait( *pView->GetDocShell(), sal_True );
99 pWait = new SwWait( *pView->GetDocShell(), true );
100 }
101
102 uno::Reference< uno::XInterface > xHyphWord = bInSelection ?
103 PSH->HyphContinue( NULL, NULL ) :
104 PSH->HyphContinue( &nPageCount, &nPageStart );
105 SetLast( xHyphWord );
106
107 // Fuer autom. Trennung Aktionen erst am Ende sichtbar machen

--- 65 unchanged lines hidden ---
100 }
101
102 uno::Reference< uno::XInterface > xHyphWord = bInSelection ?
103 PSH->HyphContinue( NULL, NULL ) :
104 PSH->HyphContinue( &nPageCount, &nPageStart );
105 SetLast( xHyphWord );
106
107 // Fuer autom. Trennung Aktionen erst am Ende sichtbar machen

--- 65 unchanged lines hidden ---