summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 14:34:20 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 14:34:20 +0000
commit22cc82f5d86db5597513e087c30c9e796a0177cd (patch)
tree149e71fec43353a249bf63fc680ead91f872768d /sfx2/source/appl/newhelp.cxx
parent49ea6888407780ddd3c14f13f26eec5c3cebdad7 (diff)
INTEGRATION: CWS ooo20040704 (1.94.12); FILE MERGED
2004/07/02 10:57:45 cmc 1.94.12.3: #i30891# revert header and namespace change 2004/06/28 14:09:52 cmc 1.94.12.2: #i30801# allow using system stl if possible 2004/06/28 14:00:11 waratah 1.94.12.1: #I30812# delete unused variables
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 461d2d1509d5..042d7cbf6a85 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.cxx,v $
*
- * $Revision: 1.96 $
+ * $Revision: 1.97 $
*
- * last change: $Author: kz $ $Date: 2004-08-30 17:34:30 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:34:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -653,7 +653,6 @@ long IndexBox_Impl::Notify( NotifyEvent& rNEvt )
void IndexBox_Impl::SelectExecutableEntry()
{
- sal_Bool bSelectNew = sal_False;
USHORT nPos = GetEntryPos( GetText() );
if ( nPos != COMBOBOX_ENTRY_NOTFOUND )
{
@@ -903,7 +902,6 @@ void IndexTabPage_Impl::Resize()
if ( aSize.Width() < nMinWidth )
aSize.Width() = nMinWidth;
Point aPnt = aExpressionFT.GetPosPixel();
- long nDelta = ( aPnt.X() / 2 );
Size aNewSize = aExpressionFT.GetSizePixel();
aNewSize.Width() = aSize.Width() - ( aPnt.X() * 2 );
aExpressionFT.SetSizePixel( aNewSize );
@@ -1528,7 +1526,6 @@ void BookmarksTabPage_Impl::Resize()
if ( aSize.Width() < nMinWidth )
aSize.Width() = nMinWidth;
Point aPnt = aBookmarksFT.GetPosPixel();
- long nDelta = ( aPnt.X() / 2 );
Size aNewSize = aBookmarksFT.GetSizePixel();
aNewSize.Width() = aSize.Width() - ( aPnt.X() * 2 );
aBookmarksFT.SetSizePixel( aNewSize );