summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:52:54 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:52:54 +0000
commitcda4334dbd6c44879b1e56efbed4ce8ab80457d3 (patch)
tree8c8dd32b84a987753ae461d377415b167afc5dc5
parent733374b07e8acf6ae8ef8ec143e6915f829c6500 (diff)
INTEGRATION: CWS fwk67 (1.29.4); FILE MERGED
2007/06/22 11:08:43 cd 1.29.4.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
-rw-r--r--svtools/source/contnr/svlbox.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/svtools/source/contnr/svlbox.cxx b/svtools/source/contnr/svlbox.cxx
index c1cfa440db7e..28d2ce630e0e 100644
--- a/svtools/source/contnr/svlbox.cxx
+++ b/svtools/source/contnr/svlbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svlbox.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:21:18 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:52:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -743,10 +743,6 @@ SvLBox::SvLBox( Window* pParent, WinBits nWinStyle ) :
pEdCtrl = 0;
SetSelectionMode( SINGLE_SELECTION ); // pruefen ob TreeListBox gecallt wird
SetDragDropMode( SV_DRAGDROP_NONE );
-#ifdef MAC
- Font aFont( "Geneva", Size( 0, 10 ) );
- SetFont( aFont );
-#endif
SetType(WINDOW_TREELISTBOX);
}
@@ -768,10 +764,6 @@ SvLBox::SvLBox( Window* pParent, const ResId& rResId ) :
pHdlEntry = 0;
pEdCtrl = 0;
pModel->SetCloneLink( LINK(this, SvLBox, CloneHdl_Impl ));
-#ifdef MAC
- Font aFont( "Geneva", Size( 0, 10 ) );
- SetFont( aFont );
-#endif
SetType(WINDOW_TREELISTBOX);
}