diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 10:21:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 10:21:27 +0000 |
commit | 91ca0fab77aa3c4ca18e33ecc8ad88ec9e2d9c24 (patch) | |
tree | 7aabfff0710e06cc4a263ca9ebd1f776e7ede204 /extensions | |
parent | db2474d236b7995244bf676d59e6095189613122 (diff) |
INTEGRATION: CWS mt802 (1.7.42); FILE MERGED
2004/01/26 16:48:13 mt 1.7.42.1: #115029# Use TabPageSize instead of OutputSizePixel from TabControl
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/propertyeditor.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx index bd9e9d215f0d..2eecca929544 100644 --- a/extensions/source/propctrlr/propertyeditor.cxx +++ b/extensions/source/propctrlr/propertyeditor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyeditor.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2003-10-21 09:06:54 $ + * last change: $Author: hr $ $Date: 2004-02-04 11:21:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -200,7 +200,7 @@ namespace pcr // create a new page OBrowserPage* pPage = new OBrowserPage(&m_aTabControl); // some knittings - pPage->SetSizePixel(m_aTabControl.GetOutputSizePixel()); + pPage->SetSizePixel(m_aTabControl.GetTabPageSizePixel()); pPage->getListBox()->setListener(m_pListener); pPage->SetHelpId(_nHelpId); |