summaryrefslogtreecommitdiff
path: root/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 13:44:56 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 13:44:56 +0000
commit021e8508f3d0251245fc20cea581f7f08d51ff5b (patch)
tree00840b75b27349f400f2cdd9e4bfcb49c4704ed4 /svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
parent6367f9495a00c04893fa17a2c1c536de94e7d371 (diff)
INTEGRATION: CWS controlperformance (1.6.362); FILE MERGED
2008/03/28 13:20:20 fs 1.6.362.1: #b6673211# getExistentControl was needed only to test visibility -> superseded it with isControlVisible
Diffstat (limited to 'svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx')
-rw-r--r--svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx b/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
index b1c22fa102..10da2ca5c2 100644
--- a/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
+++ b/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewobjectcontactofunocontrol.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -65,9 +65,8 @@ namespace sdr { namespace contact {
::rtl::Reference< ViewObjectContactOfUnoControl_Impl > m_pImpl;
public:
- /// returns the ->XControl instance belonging to the instance, if has already been created
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >
- getExistentControl() const;
+ /// determines whether an XControl already exists, and is currently visible
+ bool isControlVisible() const;
/// returns the ->XControl instance belonging to the instance, creates it if necessary
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >