summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/fmgridif.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/fmgridif.cxx')
-rw-r--r--svx/source/fmcomp/fmgridif.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index bc6df988aad3..9d993a51b590 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -121,9 +121,9 @@ Font ImplCreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr )
return aFont;
}
-//==================================================================
+
//= FmXModifyMultiplexer
-//==================================================================
+
FmXModifyMultiplexer::FmXModifyMultiplexer( ::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex )
:OWeakSubObject( rSource )
@@ -159,9 +159,9 @@ void FmXModifyMultiplexer::modified(const EventObject& e) throw( RuntimeExceptio
notifyEach( &XModifyListener::modified, aMulti );
}
-//==================================================================
+
//= FmXUpdateMultiplexer
-//==================================================================
+
FmXUpdateMultiplexer::FmXUpdateMultiplexer( ::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex )
:OWeakSubObject( rSource )
@@ -215,9 +215,9 @@ void FmXUpdateMultiplexer::updated(const EventObject &e) throw( RuntimeException
}
-//==================================================================
+
//= FmXSelectionMultiplexer
-//==================================================================
+
FmXSelectionMultiplexer::FmXSelectionMultiplexer( ::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex )
:OWeakSubObject( rSource )
@@ -253,9 +253,9 @@ void SAL_CALL FmXSelectionMultiplexer::selectionChanged( const EventObject& _rEv
notifyEach( &XSelectionChangeListener::selectionChanged, aMulti );
}
-//==================================================================
+
//= FmXContainerMultiplexer
-//==================================================================
+
FmXContainerMultiplexer::FmXContainerMultiplexer( ::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex )
:OWeakSubObject( rSource )
@@ -307,9 +307,9 @@ void FmXContainerMultiplexer::elementReplaced(const ContainerEvent& e) throw( Ru
notifyEach( &XContainerListener::elementReplaced, aMulti );
}
-//==================================================================
+
//= FmXGridControlMultiplexer
-//==================================================================
+
FmXGridControlMultiplexer::FmXGridControlMultiplexer( ::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex )
:OWeakSubObject( rSource )
@@ -344,9 +344,9 @@ void SAL_CALL FmXGridControlMultiplexer::columnChanged( const EventObject& _even
notifyEach( &XGridControlListener::columnChanged, aForwardedEvent );
}
-//==================================================================
+
//= FmXGridControl
-//==================================================================
+
Reference< XInterface > SAL_CALL FmXGridControl_NewInstance_Impl(const Reference< XMultiServiceFactory>& _rxFactory)
@@ -1006,9 +1006,9 @@ sal_Bool SAL_CALL FmXGridControl::supportsMode(const OUString& Mode) throw( Runt
return xPeer.is() ? xPeer->supportsMode(Mode) : sal_False;
}
-//==============================================================================
+
//= FmXGridPeer
-//==============================================================================
+
// helper class which prevents that in the peer's header the FmGridListener must be known
class FmXGridPeer::GridListenerDelegator : public FmGridListener
{
@@ -1047,7 +1047,7 @@ void FmXGridPeer::GridListenerDelegator::columnChanged()
m_pPeer->columnChanged();
}
-//==============================================================================
+
Reference< XInterface > FmXGridPeer_CreateInstance(const Reference< XMultiServiceFactory>& _rxFactory)
{
@@ -2090,7 +2090,7 @@ Reference< XAccessibleContext > FmXGridPeer::CreateAccessibleContext()
if ( xAcc.is() )
xContext = xAcc->getAccessibleContext();
// TODO: this has a slight conceptual problem:
- //
+
// We know that the XAccessible and XAccessibleContext implementation of the browse
// box is the same (the class implements both interfaces), which, speaking strictly,
// is bad here (means when a browse box acts as UnoControl): We (the FmXGridPeer) are