summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/inspectorhelpwindow.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:12:07 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:12:07 +0000
commitd3068ba9d5e96a79c80435ea6a6ff30b2ea9a315 (patch)
treee41aa811c864a7868729c46addb1dd0a869e8282 /extensions/source/propctrlr/inspectorhelpwindow.cxx
parentb780282862dd3afefc25e65ae8130af5edff4494 (diff)
INTEGRATION: CWS mba30patches01 (1.4.124); FILE MERGED
2008/04/23 10:49:42 mba 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:59 mba 1.4.124.1: #i86365#: remove unused code
Diffstat (limited to 'extensions/source/propctrlr/inspectorhelpwindow.cxx')
-rw-r--r--extensions/source/propctrlr/inspectorhelpwindow.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/inspectorhelpwindow.cxx b/extensions/source/propctrlr/inspectorhelpwindow.cxx
index 53625dff4c84..1d6e93177eb7 100644
--- a/extensions/source/propctrlr/inspectorhelpwindow.cxx
+++ b/extensions/source/propctrlr/inspectorhelpwindow.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: inspectorhelpwindow.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -105,12 +105,6 @@ namespace pcr
}
//--------------------------------------------------------------------
- long InspectorHelpWindow::GetMaximalHeightPixel()
- {
- return impl_getMaximalTextWindowHeight() + impl_getSpaceAboveTextWindow();
- }
-
- //--------------------------------------------------------------------
long InspectorHelpWindow::impl_getMinimalTextWindowHeight()
{
return impl_getHelpTextBorderHeight() + m_aHelpText.GetTextHeight() * m_nMinLines;