From 837a125ba6d31fb4cbc654e982884430464e8bba Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Mon, 13 Aug 2012 21:39:12 +0200 Subject: Final fixes for pairing. Change-Id: Ib66f227062f9c263dbc3dfefaf70525c73bdedc9 --- sd/source/ui/dlg/RemoteDialogClientBox.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sd/source/ui/dlg/RemoteDialogClientBox.cxx') diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 11128f364da8..8ce809e7d356 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -97,6 +97,8 @@ ClientBox::ClientBox( Dialog* pParent, RemoteServer *pServer, m_pScrollBar->SetScrollHdl( LINK( this, ClientBox, ScrollHdl ) ); m_pScrollBar->EnableDrag(); + m_aPinBox.SetUseThousandSep(false); + SetPaintTransparent( true ); SetPosPixel( Point( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP ) ); long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; @@ -582,7 +584,7 @@ long ClientBox::PointToPos( const Point& rPos ) OUString ClientBox::getPin() { - return m_aPinBox.GetText(); + return OUString::valueOf( m_aPinBox.GetValue() ); } //------------------------------------------------------------------------------ -- cgit v1.2.1