vclxaccessibleheaderbaritem.cxx (d3553c6b) vclxaccessibleheaderbaritem.cxx (4d7c9de0)
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//IAccessibility2 Implementation 2009-----
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_svtools.hxx"
26
27#ifndef _SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX_
28#include <svtools/vclxaccessibleheaderbaritem.hxx>
29#endif
30

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

395 OExternalLockGuard aGuard( this );
396
397 ::rtl::OUString sText;
398 if ( m_pHeadBar )
399 sText = m_pHeadBar->GetQuickHelpText();
400
401 return sText;
402}
22
23// MARKER(update_precomp.py): autogen include statement, do not remove
24#include "precompiled_svtools.hxx"
25
26#ifndef _SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX_
27#include <svtools/vclxaccessibleheaderbaritem.hxx>
28#endif
29

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

394 OExternalLockGuard aGuard( this );
395
396 ::rtl::OUString sText;
397 if ( m_pHeadBar )
398 sText = m_pHeadBar->GetQuickHelpText();
399
400 return sText;
401}
403//-----IAccessibility2 Implementation 2009