summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserlistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserlistbox.cxx')
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index 02e663c820c4..a70d7cc50d67 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -195,7 +195,7 @@ namespace pcr
private:
/** processes the given event, i.e. notifies it to our IControlContext
@param _rEvent
- the event no notify
+ the event no notify
@precond
our mutex (well, the SolarMutex) is locked
*/
@@ -1033,8 +1033,8 @@ namespace pcr
++nLine;
}
- if ( ( (size_t)nLine >= m_aOrderedLines.size() )
- && ( m_aOrderedLines.size() > 0 )
+ if ( ( (size_t)nLine >= m_aOrderedLines.size() )
+ && ( m_aOrderedLines.size() > 0 )
)
// wrap around
m_aOrderedLines[0]->second.pLine->GrabFocus();
@@ -1065,7 +1065,7 @@ namespace pcr
//------------------------------------------------------------------
void OBrowserListBox::Clear()
{
- for ( ListBoxLines::iterator loop = m_aLines.begin();
+ for ( ListBoxLines::iterator loop = m_aLines.begin();
loop != m_aLines.end();
++loop
)
@@ -1117,7 +1117,7 @@ namespace pcr
if ( nPos < m_aOrderedLines.size() )
{
- Window* pRefWindow = NULL;
+ Window* pRefWindow = NULL;
if ( nPos > 0 )
pRefWindow = m_aOrderedLines[nPos-1]->second.pLine->GetRefWindow();
@@ -1202,7 +1202,7 @@ namespace pcr
if ( _rPropertyData.bReadOnly )
{
rLine.pLine->SetReadOnly( true );
-
+
// user controls (i.e. the ones not provided by the usual
// XPropertyControlFactory) have no chance to know that they should be read-only,
// since XPropertyHandler::describePropertyLine does not transport this
@@ -1269,7 +1269,7 @@ namespace pcr
}
}
- return 1L;
+ return 1L;
// handled this. In particular, we also consume PageUp/Down events if we do not use them for scrolling,
// otherwise they would be used to scroll the document view, which does not sound like it is desired by
// the user.
@@ -1286,9 +1286,9 @@ namespace pcr
case EVENT_COMMAND:
{
const CommandEvent* pCommand = _rNEvt.GetCommandEvent();
- if ( ( COMMAND_WHEEL == pCommand->GetCommand() )
- || ( COMMAND_STARTAUTOSCROLL == pCommand->GetCommand() )
- || ( COMMAND_AUTOSCROLL == pCommand->GetCommand() )
+ if ( ( COMMAND_WHEEL == pCommand->GetCommand() )
+ || ( COMMAND_STARTAUTOSCROLL == pCommand->GetCommand() )
+ || ( COMMAND_AUTOSCROLL == pCommand->GetCommand() )
)
{
// interested in scroll events if we have a scrollbar