diff options
323 files changed, 216 insertions, 1386 deletions
diff --git a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx index 8c7df5fd6464..32f583724988 100644 --- a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx @@ -30,14 +30,9 @@ namespace svt class ToolPanelDeck; } - namespace accessibility { - - - //= AccessibleToolPanelDeck - class AccessibleToolPanelDeck_Impl; typedef VCLXAccessibleComponent AccessibleToolPanelDeck_Base; class AccessibleToolPanelDeck : public AccessibleToolPanelDeck_Base diff --git a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx index a1e74e01fcf6..262c7c37c7e7 100644 --- a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx @@ -31,14 +31,9 @@ namespace svt class PanelTabBar; } - namespace accessibility { - - - //= AccessibleToolPanelTabBar - class AccessibleToolPanelTabBar_Impl; typedef VCLXAccessibleComponent AccessibleToolPanelTabBar_Base; class AccessibleToolPanelTabBar : public AccessibleToolPanelTabBar_Base diff --git a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx index 9124c701f380..b488011c898b 100644 --- a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx @@ -31,14 +31,9 @@ namespace svt class PanelTabBar; } - namespace accessibility { - - - //= AccessibleToolPanelDeckTabBarItem - class AccessibleToolPanelDeckTabBarItem_Impl; typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleToolPanelDeckTabBarItem_Base; class AccessibleToolPanelDeckTabBarItem : public AccessibleToolPanelDeckTabBarItem_Base diff --git a/accessibility/inc/accessibility/extended/listboxaccessible.hxx b/accessibility/inc/accessibility/extended/listboxaccessible.hxx index 4ce38c5090b6..453795d777eb 100644 --- a/accessibility/inc/accessibility/extended/listboxaccessible.hxx +++ b/accessibility/inc/accessibility/extended/listboxaccessible.hxx @@ -28,14 +28,9 @@ class SvTreeListBox; class VclSimpleEvent; class VclWindowEvent; - namespace accessibility { - - - //= ListBoxAccessibleBase - /** helper class which couples its life time to the life time of an SvTreeListBox */ diff --git a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx index 8c46ebde607d..3e35bfc78598 100644 --- a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx +++ b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx @@ -123,7 +123,7 @@ public: */ virtual void SAL_CALL disposing() SAL_OVERRIDE; - //===== XAccessibleValue ================================================ + // XAccessibleValue virtual ::com::sun::star::uno::Any SAL_CALL getCurrentValue( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; diff --git a/accessibility/source/standard/vclxaccessiblecombobox.cxx b/accessibility/source/standard/vclxaccessiblecombobox.cxx index de97daac0cc1..48e7a78dcecf 100644 --- a/accessibility/source/standard/vclxaccessiblecombobox.cxx +++ b/accessibility/source/standard/vclxaccessiblecombobox.cxx @@ -55,8 +55,7 @@ void VCLXAccessibleComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindo - -//===== XServiceInfo ======================================================== +// XServiceInfo OUString VCLXAccessibleComboBox::getImplementationName() throw (RuntimeException, std::exception) diff --git a/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx b/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx index 0e50ac8c8ea3..66831d6a8f3a 100644 --- a/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx +++ b/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx @@ -80,7 +80,7 @@ void VCLXAccessibleDropDownComboBox::ProcessWindowEvent (const VclWindowEvent& r -//===== XServiceInfo ======================================================== +// XServiceInfo OUString VCLXAccessibleDropDownComboBox::getImplementationName() throw (RuntimeException, std::exception) diff --git a/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx b/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx index 2875852fd82d..30b400ce44d0 100644 --- a/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx +++ b/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx @@ -69,7 +69,7 @@ void VCLXAccessibleDropDownListBox::ProcessWindowEvent( const VclWindowEvent& rV -//===== XServiceInfo ======================================================== +// XServiceInfo OUString VCLXAccessibleDropDownListBox::getImplementationName() throw (RuntimeException, std::exception) diff --git a/accessibility/source/standard/vclxaccessiblelist.cxx b/accessibility/source/standard/vclxaccessiblelist.cxx index f494d4b8629f..86272805a4d7 100644 --- a/accessibility/source/standard/vclxaccessiblelist.cxx +++ b/accessibility/source/standard/vclxaccessiblelist.cxx @@ -558,7 +558,7 @@ void VCLXAccessibleList::HandleChangedItemList (bool /*bItemInserted*/, sal_Int3 IMPLEMENT_FORWARD_XINTERFACE2(VCLXAccessibleList, VCLXAccessibleComponent, VCLXAccessibleList_BASE) IMPLEMENT_FORWARD_XTYPEPROVIDER2(VCLXAccessibleList, VCLXAccessibleComponent, VCLXAccessibleList_BASE) -//===== XAccessible ========================================================= +// XAccessible Reference<XAccessibleContext> SAL_CALL VCLXAccessibleList::getAccessibleContext() @@ -568,7 +568,7 @@ Reference<XAccessibleContext> SAL_CALL } -//===== XAccessibleContext ================================================== +// XAccessibleContext sal_Int32 SAL_CALL VCLXAccessibleList::getAccessibleChildCount() throw (RuntimeException, std::exception) @@ -629,7 +629,7 @@ sal_Int16 SAL_CALL VCLXAccessibleList::getAccessibleRole() return AccessibleRole::LIST; } -//===== XServiceInfo ========================================================== +// XServiceInfo OUString VCLXAccessibleList::getImplementationName() throw (RuntimeException, std::exception) { diff --git a/accessibility/source/standard/vclxaccessiblelistbox.cxx b/accessibility/source/standard/vclxaccessiblelistbox.cxx index bc48680703ae..4eea07a14258 100644 --- a/accessibility/source/standard/vclxaccessiblelistbox.cxx +++ b/accessibility/source/standard/vclxaccessiblelistbox.cxx @@ -64,7 +64,7 @@ void VCLXAccessibleListBox::ProcessWindowEvent (const VclWindowEvent& rVclWindow VCLXAccessibleBox::ProcessWindowEvent( rVclWindowEvent ); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString VCLXAccessibleListBox::getImplementationName() throw (RuntimeException, std::exception) diff --git a/accessibility/source/standard/vclxaccessibletextfield.cxx b/accessibility/source/standard/vclxaccessibletextfield.cxx index 44461225ffdd..4eb05d3ecb50 100644 --- a/accessibility/source/standard/vclxaccessibletextfield.cxx +++ b/accessibility/source/standard/vclxaccessibletextfield.cxx @@ -67,7 +67,7 @@ IMPLEMENT_FORWARD_XINTERFACE2(VCLXAccessibleTextField, VCLXAccessibleTextCompone IMPLEMENT_FORWARD_XTYPEPROVIDER2(VCLXAccessibleTextField, VCLXAccessibleTextComponent, VCLXAccessible_BASE) -//===== XAccessible ========================================================= +// XAccessible Reference<XAccessibleContext> SAL_CALL VCLXAccessibleTextField::getAccessibleContext() @@ -77,7 +77,7 @@ Reference<XAccessibleContext> SAL_CALL } -//===== XAccessibleContext ================================================== +// XAccessibleContext sal_Int32 SAL_CALL VCLXAccessibleTextField::getAccessibleChildCount() throw (RuntimeException, std::exception) @@ -115,7 +115,7 @@ Reference< XAccessible > SAL_CALL VCLXAccessibleTextField::getAccessibleParent( -//===== XServiceInfo ========================================================== +// XServiceInfo OUString VCLXAccessibleTextField::getImplementationName() throw (RuntimeException, std::exception) diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx index a774c1bd796d..4e3982f0eecb 100644 --- a/basctl/source/basicide/basicbox.cxx +++ b/basctl/source/basicide/basicbox.cxx @@ -71,9 +71,6 @@ VclPtr<vcl::Window> LibBoxControl::CreateItemWindow( vcl::Window *pParent ) } -//= DocListenerBox - - DocListenerBox::DocListenerBox( vcl::Window* pParent ) :ListBox( pParent, WinBits( WB_BORDER | WB_DROPDOWN ) ) ,m_aNotifier( *this ) @@ -136,9 +133,6 @@ void DocListenerBox::onDocumentModeChanged( const ScriptDocument& /*_rDocument*/ // not interested in } - -//= basctl::LibBox - LibBox::LibBox( vcl::Window* pParent, const uno::Reference< frame::XFrame >& rFrame ) : DocListenerBox( pParent ), m_xFrame( rFrame ) diff --git a/basctl/source/basicide/documentenumeration.hxx b/basctl/source/basicide/documentenumeration.hxx index 2c8f68908eef..4029bf62c429 100644 --- a/basctl/source/basicide/documentenumeration.hxx +++ b/basctl/source/basicide/documentenumeration.hxx @@ -45,8 +45,6 @@ namespace basctl { namespace docs { typedef ::std::vector< DocumentDescriptor > Documents; - //= IDocumentDescriptorFilter - /// allows pre-filtering when enumerating document descriptors class SAL_NO_VTABLE IDocumentDescriptorFilter { @@ -58,8 +56,6 @@ namespace basctl { namespace docs { }; - //= DocumentEnumeration - struct DocumentEnumeration_Data; /** is a helper class for enumerating documents in OOo diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx index 4b2083a8eac6..f777ad94c0d8 100644 --- a/basctl/source/basicide/scriptdocument.cxx +++ b/basctl/source/basicide/scriptdocument.cxx @@ -113,8 +113,6 @@ namespace basctl namespace FrameSearchFlag = ::com::sun::star::frame::FrameSearchFlag; - //= helper - namespace { static bool StringCompareLessThan( const OUString& lhs, const OUString& rhs ) @@ -282,8 +280,6 @@ namespace basctl }; - //= ScriptDocument::Impl - implementation - ScriptDocument::Impl::Impl() :m_bIsApplication( true ) ,m_bValid( true ) @@ -1033,8 +1029,6 @@ namespace basctl } - //= ScriptDocument - ScriptDocument::ScriptDocument() :m_pImpl(new Impl) { } diff --git a/basctl/source/inc/doceventnotifier.hxx b/basctl/source/inc/doceventnotifier.hxx index edff08a9a70b..d3fa1a574b34 100644 --- a/basctl/source/inc/doceventnotifier.hxx +++ b/basctl/source/inc/doceventnotifier.hxx @@ -34,8 +34,6 @@ namespace basctl class ScriptDocument; - //= DocumentEventListener - class SAL_NO_VTABLE DocumentEventListener : ::boost::noncopyable { public: @@ -53,8 +51,6 @@ namespace basctl }; - //= DocumentEventNotifier - /** allows registering at theGlobalEventBroadcaster for global document events */ class DocumentEventNotifier diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx index adbefe849b45..fb506aa6c776 100644 --- a/basctl/source/inc/docsignature.hxx +++ b/basctl/source/inc/docsignature.hxx @@ -30,8 +30,6 @@ namespace basctl class ScriptDocument; - //= DocumentSignature - /// encapsulates (actions on) the signature/state of a document class DocumentSignature { diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index f8d03cba5a9d..5479abf06cba 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -36,10 +36,6 @@ class BasicManager; namespace basctl { - - - //= LibraryContainerType - enum LibraryContainerType { E_SCRIPTS, @@ -62,9 +58,6 @@ namespace basctl LIBRARY_TYPE_ALL }; - - //= ScriptDocument - class ScriptDocument; typedef ::std::vector< ScriptDocument > ScriptDocuments; diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index fce1ee00030d..d4996f971c89 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -73,8 +73,6 @@ namespace basic typedef ::std::vector< BasicManagerCreationListener* > CreationListeners; - //= ImplRepository - class ImplRepository : public ::utl::OEventListenerAdapter, public SfxListener { private: @@ -192,8 +190,6 @@ namespace basic }; - //= CreateImplRepository - struct CreateImplRepository { ImplRepository* operator()() @@ -204,10 +200,6 @@ namespace basic }; - - //= ImplRepository - - ImplRepository::ImplRepository() { } @@ -599,9 +591,6 @@ namespace basic } - //= BasicManagerRepository - - BasicManager* BasicManagerRepository::getDocumentBasicManager( const Reference< XModel >& _rxDocumentModel ) { return ImplRepository::Instance().getDocumentBasicManager( _rxDocumentModel ); diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx index 2e275ac606b2..26e9aa58ddde 100644 --- a/basic/source/sbx/sbxform.cxx +++ b/basic/source/sbx/sbxform.cxx @@ -40,10 +40,6 @@ COMMENT: Visual-Basic treats the following (invalid) format-strings #include <float.h> #include <math.h> - -//=========================== DEFINES ============================= - - #define _NO_DIGIT -1 #define MAX_NO_OF_DIGITS DBL_DIG @@ -98,9 +94,6 @@ double get_number_of_digits( double dNumber ) } -//======================= IMPLEMENTATION ========================== - - SbxBasicFormater::SbxBasicFormater( sal_Unicode _cDecPoint, sal_Unicode _cThousandSep, const OUString& _sOnStrg, const OUString& _sOffStrg, diff --git a/bridges/source/jni_uno/jni_uno2java.cxx b/bridges/source/jni_uno/jni_uno2java.cxx index 27df64dd30f2..749db52ad2d0 100644 --- a/bridges/source/jni_uno/jni_uno2java.cxx +++ b/bridges/source/jni_uno/jni_uno2java.cxx @@ -396,7 +396,7 @@ void Bridge::call_java( #endif } -//==== a uno proxy wrapping a java interface =================================== +// an UNO proxy wrapping a Java interface struct UNO_proxy : public uno_Interface { mutable oslInterlockedCount m_ref; diff --git a/chart2/source/controller/main/ChartModelClone.hxx b/chart2/source/controller/main/ChartModelClone.hxx index 88fe2d025f05..5d9e811ab826 100644 --- a/chart2/source/controller/main/ChartModelClone.hxx +++ b/chart2/source/controller/main/ChartModelClone.hxx @@ -28,7 +28,6 @@ namespace chart { - //= ModelFacet enum ModelFacet { E_MODEL, @@ -36,7 +35,6 @@ namespace chart E_MODEL_WITH_SELECTION }; - //= ChartModelClone class ChartModelClone : public ::boost::noncopyable { public: diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx index 0f100620f0eb..5422ad84dde4 100644 --- a/chart2/source/model/main/UndoManager.cxx +++ b/chart2/source/model/main/UndoManager.cxx @@ -56,7 +56,6 @@ namespace chart namespace impl { - //= UndoManager_Impl class UndoManager_Impl : public ::framework::IUndoManagerImplementation { public: @@ -133,7 +132,6 @@ namespace chart throw DisposedException( OUString(), getThis() ); } - //= UndoManagerMethodGuard /** guard for public UNO methods of the UndoManager The only purpose of this guard is to check for the instance being disposed already. Everything else, @@ -179,7 +177,6 @@ namespace chart } } - //= UndoManager using impl::UndoManagerMethodGuard; UndoManager::UndoManager( ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex ) diff --git a/chart2/source/model/main/UndoManager.hxx b/chart2/source/model/main/UndoManager.hxx index f9fa87ee4c06..f6d663dd7235 100644 --- a/chart2/source/model/main/UndoManager.hxx +++ b/chart2/source/model/main/UndoManager.hxx @@ -39,7 +39,6 @@ namespace chart > UndoManager_Base; } - //= UndoManager class UndoManager : public impl::UndoManager_Base { public: diff --git a/cli_ure/source/uno_bridge/cli_bridge.h b/cli_ure/source/uno_bridge/cli_bridge.h index fc6d92e5ccba..1f510811c799 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.h +++ b/cli_ure/source/uno_bridge/cli_bridge.h @@ -36,7 +36,7 @@ namespace cli_uno { -//==== holds environments and mappings ============================================================= +// holds environments and mappings struct Bridge; struct Mapping : public uno_Mapping { diff --git a/comphelper/source/container/containermultiplexer.cxx b/comphelper/source/container/containermultiplexer.cxx index 7f677790e454..8758b4271225 100644 --- a/comphelper/source/container/containermultiplexer.cxx +++ b/comphelper/source/container/containermultiplexer.cxx @@ -28,10 +28,6 @@ namespace comphelper using namespace ::com::sun::star::lang; using namespace ::com::sun::star::container; - - //= OContainerListener - - OContainerListener::OContainerListener(::osl::Mutex& _rMutex) :m_pAdapter(NULL) ,m_rMutex(_rMutex) @@ -90,10 +86,6 @@ namespace comphelper } } - - //= OContainerListenerAdapter - - OContainerListenerAdapter::OContainerListenerAdapter(OContainerListener* _pListener, const Reference< XContainer >& _rxContainer) :m_xContainer(_rxContainer) diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx index 763e31f6ff50..9338d711f807 100644 --- a/comphelper/source/container/enumerablemap.cxx +++ b/comphelper/source/container/enumerablemap.cxx @@ -83,9 +83,6 @@ namespace comphelper using ::com::sun::star::lang::WrappedTargetException; using ::com::sun::star::lang::DisposedException; - - //= MapData - class IMapModificationListener; typedef ::std::vector< IMapModificationListener* > MapListeners; @@ -118,8 +115,6 @@ namespace comphelper }; - //= IMapModificationListener - /** implemented by components who want to be notified of modifications in the MapData they work with */ class SAL_NO_VTABLE IMapModificationListener @@ -132,10 +127,6 @@ namespace comphelper } }; - - //= MapData helpers - - static void lcl_registerMapModificationListener( MapData& _mapData, IMapModificationListener& _listener ) { #if OSL_DEBUG_LEVEL > 0 @@ -180,7 +171,7 @@ namespace comphelper } - //= EnumerableMap + // EnumerableMap typedef ::cppu::WeakAggComponentImplHelper3 < XInitialization , XEnumerableMap @@ -245,16 +236,12 @@ namespace comphelper }; - //= EnumerationType - enum EnumerationType { eKeys, eValues, eBoth }; - //= MapEnumerator - class MapEnumerator: public IMapModificationListener, private boost::noncopyable { @@ -299,8 +286,6 @@ namespace comphelper }; - //= MapEnumeration - typedef ::cppu::WeakImplHelper1 < XEnumeration > MapEnumeration_Base; class MapEnumeration :public ComponentBase @@ -339,9 +324,6 @@ namespace comphelper }; - //= EnumerableMap - - EnumerableMap::EnumerableMap() :Map_IFace( m_aMutex ) ,ComponentBase( Map_IFace::rBHelper ) @@ -721,9 +703,6 @@ namespace comphelper } - //= MapEnumerator - - bool MapEnumerator::hasMoreElements() { if ( m_disposed ) @@ -757,9 +736,6 @@ namespace comphelper } - //= MapEnumeration - implementation - - sal_Bool SAL_CALL MapEnumeration::hasMoreElements( ) throw (RuntimeException, std::exception) { ComponentMethodGuard aGuard( *this ); diff --git a/comphelper/source/container/enumhelper.cxx b/comphelper/source/container/enumhelper.cxx index 46f9a137a5b6..7a7b07725584 100644 --- a/comphelper/source/container/enumhelper.cxx +++ b/comphelper/source/container/enumhelper.cxx @@ -24,11 +24,6 @@ namespace comphelper { - - -//= OEnumerationByName - - OEnumerationByName::OEnumerationByName(const css::uno::Reference<css::container::XNameAccess>& _rxAccess) :m_aNames(_rxAccess->getElementNames()) ,m_nPos(0) @@ -140,10 +135,6 @@ void OEnumerationByName::impl_stopDisposeListening() --m_refCount; } - -//= OEnumerationByIndex - - OEnumerationByIndex::OEnumerationByIndex(const css::uno::Reference< css::container::XIndexAccess >& _rxAccess) :m_nPos(0) ,m_xAccess(_rxAccess) @@ -243,11 +234,6 @@ void OEnumerationByIndex::impl_stopDisposeListening() --m_refCount; } - -//= OAnyEnumeration - - - OAnyEnumeration::OAnyEnumeration(const css::uno::Sequence< css::uno::Any >& lItems) :m_nPos(0) ,m_lItems(lItems) diff --git a/comphelper/source/misc/SelectionMultiplex.cxx b/comphelper/source/misc/SelectionMultiplex.cxx index c01135ead098..bff3e33819fa 100644 --- a/comphelper/source/misc/SelectionMultiplex.cxx +++ b/comphelper/source/misc/SelectionMultiplex.cxx @@ -30,10 +30,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::view; - -//= OSelectionChangeListener - - OSelectionChangeListener::~OSelectionChangeListener() { if (m_pAdapter) @@ -65,10 +61,6 @@ void OSelectionChangeListener::setAdapter(OSelectionChangeMultiplexer* pAdapter) } } - -//= OSelectionChangeMultiplexer - - OSelectionChangeMultiplexer::OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, const Reference< XSelectionSupplier>& _rxSet, bool _bAutoReleaseSet) :m_xSet(_rxSet) ,m_pListener(_pListener) diff --git a/comphelper/source/misc/accessiblecomponenthelper.cxx b/comphelper/source/misc/accessiblecomponenthelper.cxx index 61b94e427b62..4e8488d376a1 100644 --- a/comphelper/source/misc/accessiblecomponenthelper.cxx +++ b/comphelper/source/misc/accessiblecomponenthelper.cxx @@ -29,10 +29,6 @@ namespace comphelper using namespace ::com::sun::star::lang; using namespace ::com::sun::star::accessibility; - - //= OCommonAccessibleComponent - - OCommonAccessibleComponent::OCommonAccessibleComponent( IMutex* _pExternalLock ) :OAccessibleContextHelper( _pExternalLock ) { @@ -97,10 +93,6 @@ namespace comphelper return implGetBounds(); } - - //= OAccessibleComponentHelper - - OAccessibleComponentHelper::OAccessibleComponentHelper( IMutex* _pExternalLock ) :OCommonAccessibleComponent( _pExternalLock ) { @@ -141,10 +133,6 @@ namespace comphelper return OCommonAccessibleComponent::getBounds( ); } - - //= OAccessibleExtendedComponentHelper - - OAccessibleExtendedComponentHelper::OAccessibleExtendedComponentHelper( IMutex* _pExternalLock ) :OCommonAccessibleComponent( _pExternalLock ) { diff --git a/comphelper/source/misc/accessiblecontexthelper.cxx b/comphelper/source/misc/accessiblecontexthelper.cxx index 718c83a78449..de3209f0eb4d 100644 --- a/comphelper/source/misc/accessiblecontexthelper.cxx +++ b/comphelper/source/misc/accessiblecontexthelper.cxx @@ -35,9 +35,6 @@ namespace comphelper IMutex::~IMutex() {} - - //= OContextHelper_Impl - /** implementation class for OAccessibleContextHelper. No own thread safety! */ class OContextHelper_Impl @@ -75,10 +72,6 @@ namespace comphelper m_aCreator = _rAcc; } - - //= OAccessibleContextHelper - - OAccessibleContextHelper::OAccessibleContextHelper( IMutex* _pExternalLock ) :OAccessibleContextHelper_Base( GetMutex() ) ,m_pImpl( NULL ) diff --git a/comphelper/source/misc/accessibleeventnotifier.cxx b/comphelper/source/misc/accessibleeventnotifier.cxx index 2282c9f81729..d8a3b36253e8 100644 --- a/comphelper/source/misc/accessibleeventnotifier.cxx +++ b/comphelper/source/misc/accessibleeventnotifier.cxx @@ -31,10 +31,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::accessibility; using namespace ::comphelper; - -//= AccessibleEventNotifier - - namespace { typedef ::std::pair< AccessibleEventNotifier::TClientId, diff --git a/comphelper/source/misc/accessibleselectionhelper.cxx b/comphelper/source/misc/accessibleselectionhelper.cxx index df9d92bcd3e0..5daa1c2264d1 100644 --- a/comphelper/source/misc/accessibleselectionhelper.cxx +++ b/comphelper/source/misc/accessibleselectionhelper.cxx @@ -29,10 +29,6 @@ namespace comphelper using namespace ::com::sun::star::lang; using namespace ::com::sun::star::accessibility; - - //= OCommonAccessibleSelection - - OCommonAccessibleSelection::OCommonAccessibleSelection( ) { } @@ -105,10 +101,6 @@ namespace comphelper implSelect( nSelectedChildIndex, false ); } - - //= OAccessibleSelectionHelper - - OAccessibleSelectionHelper::OAccessibleSelectionHelper( IMutex* _pExternalLock ) : OAccessibleComponentHelper(_pExternalLock) { } diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx index 22e01edc2b85..a73134a33663 100644 --- a/comphelper/source/misc/accessiblewrapper.cxx +++ b/comphelper/source/misc/accessiblewrapper.cxx @@ -33,11 +33,6 @@ using namespace ::com::sun::star::lang; namespace comphelper { - - - //= OWrappedAccessibleChildrenManager - - struct RemoveEventListener : public ::std::unary_function< AccessibleMap::value_type, void > { @@ -295,10 +290,6 @@ namespace comphelper } } - - //= OAccessibleWrapper (implementation) - - OAccessibleWrapper::OAccessibleWrapper( const Reference< XComponentContext >& _rxContext, const Reference< XAccessible >& _rxInnerAccessible, const Reference< XAccessible >& _rxParentAccessible ) :OAccessibleWrapper_Base( ) @@ -365,10 +356,6 @@ namespace comphelper return xContext; } - - //= OAccessibleWrapper (implementation) - - OAccessibleContextWrapperHelper::OAccessibleContextWrapperHelper( const Reference< XComponentContext >& _rxContext, ::cppu::OBroadcastHelper& _rBHelper, @@ -517,10 +504,6 @@ namespace comphelper OComponentProxyAggregationHelper::disposing( _rEvent ); } - - //= OAccessibleContextWrapper - - IMPLEMENT_FORWARD_XINTERFACE2( OAccessibleContextWrapper, OAccessibleContextWrapper_CBase, OAccessibleContextWrapperHelper ) diff --git a/comphelper/source/misc/accimplaccess.cxx b/comphelper/source/misc/accimplaccess.cxx index d40a2a078215..9042b371b6a8 100644 --- a/comphelper/source/misc/accimplaccess.cxx +++ b/comphelper/source/misc/accimplaccess.cxx @@ -40,20 +40,12 @@ namespace comphelper using ::com::sun::star::accessibility::XAccessible; using ::com::sun::star::accessibility::XAccessibleContext; - - //= OAccImpl_Impl - struct OAccImpl_Impl { Reference< XAccessible > m_xAccParent; sal_Int64 m_nForeignControlledStates; }; - - - //= OAccessibleImplementationAccess - - OAccessibleImplementationAccess::OAccessibleImplementationAccess( ) :m_pImpl( new OAccImpl_Impl ) { diff --git a/comphelper/source/misc/anycompare.cxx b/comphelper/source/misc/anycompare.cxx index e4f038d3f665..f08a65f4dfbd 100644 --- a/comphelper/source/misc/anycompare.cxx +++ b/comphelper/source/misc/anycompare.cxx @@ -57,9 +57,6 @@ namespace comphelper using ::com::sun::star::util::Time; using ::com::sun::star::util::DateTime; - - //= DatePredicateLess - class DatePredicateLess : public IKeyPredicateLess { public: @@ -88,9 +85,6 @@ namespace comphelper } }; - - //= TimePredicateLess - class TimePredicateLess : public IKeyPredicateLess { public: @@ -124,9 +118,6 @@ namespace comphelper } }; - - //= DateTimePredicateLess - class DateTimePredicateLess : public IKeyPredicateLess { public: diff --git a/comphelper/source/misc/asyncnotification.cxx b/comphelper/source/misc/asyncnotification.cxx index d9ecbcbe2e50..3c15ce6f8f0e 100644 --- a/comphelper/source/misc/asyncnotification.cxx +++ b/comphelper/source/misc/asyncnotification.cxx @@ -30,7 +30,6 @@ namespace comphelper { - //= AnyEvent AnyEvent::AnyEvent() { } @@ -39,8 +38,6 @@ namespace comphelper { } - //= ProcessableEvent - struct ProcessableEvent { AnyEventRef aEvent; @@ -73,8 +70,6 @@ namespace comphelper }; - //= EventNotifierImpl - struct EventNotifierImpl { ::osl::Mutex aMutex; @@ -88,10 +83,6 @@ namespace comphelper } }; - - //= AsyncEventNotifier - - AsyncEventNotifier::AsyncEventNotifier(char const * name): Thread(name), m_xImpl(new EventNotifierImpl) { diff --git a/comphelper/source/misc/componentbase.cxx b/comphelper/source/misc/componentbase.cxx index 7b0b8201e490..c8ce6baec423 100644 --- a/comphelper/source/misc/componentbase.cxx +++ b/comphelper/source/misc/componentbase.cxx @@ -33,10 +33,6 @@ namespace comphelper using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; - - //= ComponentBase - - void ComponentBase::impl_checkDisposed_throw() const { if ( m_rBHelper.bDisposed ) diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx index c43db98d9e19..dd1b2bdfd7b2 100644 --- a/comphelper/source/misc/componentmodule.cxx +++ b/comphelper/source/misc/componentmodule.cxx @@ -40,9 +40,6 @@ namespace comphelper typedef ::std::vector< ComponentDescription > ComponentDescriptions; - - //= OModuleImpl - /** implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner */ class OModuleImpl @@ -64,10 +61,6 @@ namespace comphelper { } - - //= OModule - - OModule::OModule() : m_nClients(0) , m_pImpl(new OModuleImpl) diff --git a/comphelper/source/misc/documentinfo.cxx b/comphelper/source/misc/documentinfo.cxx index 6e72b7335068..9a75a6fbf85b 100644 --- a/comphelper/source/misc/documentinfo.cxx +++ b/comphelper/source/misc/documentinfo.cxx @@ -54,9 +54,6 @@ namespace comphelper { using ::com::sun::star::uno::XInterface; using ::com::sun::star::frame::XFrame; - - //= helper - namespace { OUString lcl_getTitle( const Reference< XInterface >& _rxComponent ) @@ -68,10 +65,6 @@ namespace comphelper { } } - - //= DocumentInfo - - OUString DocumentInfo::getDocumentTitle( const Reference< XModel >& _rxDocument ) { OUString sTitle; diff --git a/comphelper/source/misc/interaction.cxx b/comphelper/source/misc/interaction.cxx index db0c965d58ce..9c96c3e526bc 100644 --- a/comphelper/source/misc/interaction.cxx +++ b/comphelper/source/misc/interaction.cxx @@ -28,10 +28,6 @@ namespace comphelper using namespace ::com::sun::star::uno; using namespace ::com::sun::star::task; - - //= OInteractionPassword - - void SAL_CALL OInteractionPassword::setPassword( const OUString& _Password ) throw (RuntimeException, std::exception) { m_sPassword = _Password; @@ -43,10 +39,6 @@ namespace comphelper return m_sPassword; } - - //= OInteractionRequest - - OInteractionRequest::OInteractionRequest(const Any& _rRequestDescription) :m_aRequest(_rRequestDescription) { diff --git a/comphelper/source/misc/listenernotification.cxx b/comphelper/source/misc/listenernotification.cxx index 481821dc0dc3..7dc4332ff43e 100644 --- a/comphelper/source/misc/listenernotification.cxx +++ b/comphelper/source/misc/listenernotification.cxx @@ -29,10 +29,6 @@ namespace comphelper using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; - - //= OListenerContainer - - OListenerContainer::OListenerContainer( ::osl::Mutex& _rMutex ) :m_aListeners( _rMutex ) { diff --git a/comphelper/source/misc/logging.cxx b/comphelper/source/misc/logging.cxx index 4c4d56d443f3..801b5225a541 100644 --- a/comphelper/source/misc/logging.cxx +++ b/comphelper/source/misc/logging.cxx @@ -47,9 +47,6 @@ namespace comphelper namespace LogLevel = ::com::sun::star::logging::LogLevel; - - //= EventLogger_Impl - declaration - class EventLogger_Impl { private: @@ -73,10 +70,6 @@ namespace comphelper void impl_createLogger_nothrow(); }; - - //= EventLogger_Impl - implementation - - void EventLogger_Impl::impl_createLogger_nothrow() { try @@ -94,10 +87,6 @@ namespace comphelper } } - - //= EventLogger - - EventLogger::EventLogger( const Reference< XComponentContext >& _rxContext, const sal_Char* _pAsciiLoggerName ) :m_pImpl( new EventLogger_Impl( _rxContext, OUString::createFromAscii( _pAsciiLoggerName ) ) ) { @@ -194,9 +183,6 @@ namespace comphelper return false; } - - //= ResourceBasedEventLogger_Data - struct ResourceBasedEventLogger_Data { /// the base name of the resource bundle @@ -259,10 +245,6 @@ namespace comphelper return sMessage; } - - //= ResourceBasedEventLogger - - ResourceBasedEventLogger::ResourceBasedEventLogger( const Reference< XComponentContext >& _rxContext, const sal_Char* _pResourceBundleBaseName, const sal_Char* _pAsciiLoggerName ) :EventLogger( _rxContext, _pAsciiLoggerName ) diff --git a/comphelper/source/misc/namedvaluecollection.cxx b/comphelper/source/misc/namedvaluecollection.cxx index a5670f050e2c..ee4ac571b2aa 100644 --- a/comphelper/source/misc/namedvaluecollection.cxx +++ b/comphelper/source/misc/namedvaluecollection.cxx @@ -46,9 +46,6 @@ namespace comphelper using ::com::sun::star::lang::IllegalArgumentException; using ::com::sun::star::beans::PropertyState_DIRECT_VALUE; - - //= NamedValueCollection_Impl - typedef std::unordered_map< OUString, Any, OUStringHash > NamedValueRepository; struct NamedValueCollection_Impl @@ -56,10 +53,6 @@ namespace comphelper NamedValueRepository aValues; }; - - //= NamedValueCollection - - NamedValueCollection::NamedValueCollection() :m_pImpl( new NamedValueCollection_Impl ) { diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx index 5d9032a87481..535a20793cd0 100644 --- a/comphelper/source/misc/officeresourcebundle.cxx +++ b/comphelper/source/misc/officeresourcebundle.cxx @@ -39,9 +39,6 @@ namespace comphelper using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::Any; - - //= ResourceBundle_Impl - class ResourceBundle_Impl { private: @@ -183,9 +180,6 @@ namespace comphelper } - //= OfficeResourceBundle - - OfficeResourceBundle::OfficeResourceBundle( const Reference< XComponentContext >& _context, const sal_Char* _bundleBaseAsciiName ) :m_pImpl( new ResourceBundle_Impl( _context, OUString::createFromAscii( _bundleBaseAsciiName ) ) ) { diff --git a/comphelper/source/misc/proxyaggregation.cxx b/comphelper/source/misc/proxyaggregation.cxx index 1bcf8ef40d41..eca8a8aeaad1 100644 --- a/comphelper/source/misc/proxyaggregation.cxx +++ b/comphelper/source/misc/proxyaggregation.cxx @@ -33,10 +33,6 @@ namespace comphelper using namespace ::com::sun::star::lang; using namespace ::com::sun::star::reflection; - - //= OProxyAggregation - - OProxyAggregation::OProxyAggregation( const Reference< XComponentContext >& _rxContext ) :m_xContext( _rxContext ) { @@ -97,10 +93,6 @@ namespace comphelper // ourself) to this proxy, and thus delete it } - - //= OComponentProxyAggregationHelper - - OComponentProxyAggregationHelper::OComponentProxyAggregationHelper( const Reference< XComponentContext >& _rxContext, ::cppu::OBroadcastHelper& _rBHelper ) :OProxyAggregation( _rxContext ) @@ -185,10 +177,6 @@ namespace comphelper } } - - //= OComponentProxyAggregation - - OComponentProxyAggregation::OComponentProxyAggregation( const Reference< XComponentContext >& _rxContext, const Reference< XComponent >& _rxComponent ) :WeakComponentImplHelperBase( m_aMutex ) diff --git a/comphelper/source/misc/sharedmutex.cxx b/comphelper/source/misc/sharedmutex.cxx index 3998e92fe18e..21188c3cfe01 100644 --- a/comphelper/source/misc/sharedmutex.cxx +++ b/comphelper/source/misc/sharedmutex.cxx @@ -24,11 +24,6 @@ namespace comphelper { - - - //= SharedMutex - - SharedMutex::SharedMutex() :m_pMutexImpl( new ::osl::Mutex ) { diff --git a/comphelper/source/misc/synchronousdispatch.cxx b/comphelper/source/misc/synchronousdispatch.cxx index 9c73ebbca434..7e650b8aa3e0 100644 --- a/comphelper/source/misc/synchronousdispatch.cxx +++ b/comphelper/source/misc/synchronousdispatch.cxx @@ -34,10 +34,6 @@ namespace comphelper using namespace ::com::sun::star; - -//= SynchronousDispatch - - uno::Reference< lang::XComponent > SynchronousDispatch::dispatch( const uno::Reference< uno::XInterface > &xStartPoint, const OUString &sURL, diff --git a/comphelper/source/misc/weakeventlistener.cxx b/comphelper/source/misc/weakeventlistener.cxx index 0c594a421c8b..039897fa4d5f 100644 --- a/comphelper/source/misc/weakeventlistener.cxx +++ b/comphelper/source/misc/weakeventlistener.cxx @@ -29,18 +29,10 @@ namespace comphelper using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; - - //= OWeakListenerAdapter - - OWeakListenerAdapterBase::~OWeakListenerAdapterBase() { } - - //= OWeakEventListenerAdapter - - OWeakEventListenerAdapter::OWeakEventListenerAdapter( Reference< XWeak > _rxListener, Reference< XComponent > _rxBroadcaster ) :OWeakEventListenerAdapter_Base( _rxListener, _rxBroadcaster ) { diff --git a/comphelper/source/property/opropertybag.cxx b/comphelper/source/property/opropertybag.cxx index 1ef446d6b6ba..6f37c1e78448 100644 --- a/comphelper/source/property/opropertybag.cxx +++ b/comphelper/source/property/opropertybag.cxx @@ -56,10 +56,6 @@ namespace comphelper using namespace ::com::sun::star::util; using namespace ::com::sun::star::container; - - //= OPropertyBag - - OPropertyBag::OPropertyBag() :OPropertyBag_PBase( GetBroadcastHelper(), this ) ,::cppu::IEventNotificationHook() diff --git a/comphelper/source/property/opropertybag.hxx b/comphelper/source/property/opropertybag.hxx index 02145997dc35..48db10e1344e 100644 --- a/comphelper/source/property/opropertybag.hxx +++ b/comphelper/source/property/opropertybag.hxx @@ -58,9 +58,6 @@ namespace comphelper typedef ::std::map< sal_Int32, ::com::sun::star::uno::Any > MapInt2Any; typedef ::std::set< ::com::sun::star::uno::Type, UnoTypeLess > TypeBag; - - //= OPropertyBag - typedef ::cppu::WeakAggImplHelper5 < ::com::sun::star::beans::XPropertyBag , ::com::sun::star::util::XModifiable , ::com::sun::star::lang::XServiceInfo diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx index 9edc06400a32..7abb03d31e59 100644 --- a/comphelper/source/property/propagg.cxx +++ b/comphelper/source/property/propagg.cxx @@ -59,10 +59,6 @@ namespace comphelper } } -//= OPropertyArrayAggregationHelper - - - OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper( const Sequence< Property >& _rProperties, const Sequence< Property >& _rAggProperties, IPropertyInfoService* _pInfoService, sal_Int32 _nFirstAggregateId ) @@ -350,9 +346,6 @@ sal_Int32 OPropertyArrayAggregationHelper::fillHandles( return nHitCount; } - -//= PropertyForwarder - namespace internal { class PropertyForwarder @@ -436,11 +429,6 @@ namespace internal } } - -//= OPropertySetAggregationHelper - - - OPropertySetAggregationHelper::OPropertySetAggregationHelper( ::cppu::OBroadcastHelper& rBHlp ) :OPropertyStateHelper( rBHlp ) ,m_bListening( false ) diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx index a822fdd4e078..daa05cd58935 100644 --- a/comphelper/source/property/propertybag.cxx +++ b/comphelper/source/property/propertybag.cxx @@ -46,9 +46,6 @@ namespace comphelper namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; - - //= PropertyBag_Impl - typedef ::std::map< sal_Int32, Any > MapInt2Any; struct PropertyBag_Impl { @@ -57,10 +54,6 @@ namespace comphelper bool m_bAllowEmptyPropertyName; }; - - //= PropertyBag - - PropertyBag::PropertyBag() :m_pImpl( new PropertyBag_Impl ) { diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx index 1cd3fcd9e68c..8d2cdde76b90 100644 --- a/comphelper/source/property/propertycontainer.cxx +++ b/comphelper/source/property/propertycontainer.cxx @@ -37,10 +37,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; - -//= OPropertyContainer - - OPropertyContainer::OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper) :OPropertySetHelper(_rBHelper) { diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx index 4cb185a32da1..8b8f7a691a5a 100644 --- a/comphelper/source/property/propertycontainerhelper.cxx +++ b/comphelper/source/property/propertycontainerhelper.cxx @@ -61,10 +61,6 @@ namespace }; } - -//= OPropertyContainerHelper - - OPropertyContainerHelper::OPropertyContainerHelper() { } diff --git a/comphelper/source/property/propertystatecontainer.cxx b/comphelper/source/property/propertystatecontainer.cxx index 4e41561ed4b0..db12ef5d585e 100644 --- a/comphelper/source/property/propertystatecontainer.cxx +++ b/comphelper/source/property/propertystatecontainer.cxx @@ -45,10 +45,6 @@ namespace comphelper } } - - //= OPropertyStateContainer - - OPropertyStateContainer::OPropertyStateContainer( ::cppu::OBroadcastHelper& _rBHelper ) :OPropertyContainer( _rBHelper ) { diff --git a/comphelper/source/property/propmultiplex.cxx b/comphelper/source/property/propmultiplex.cxx index 22224cf96e10..51613c7b45f1 100644 --- a/comphelper/source/property/propmultiplex.cxx +++ b/comphelper/source/property/propmultiplex.cxx @@ -29,10 +29,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; - -//= OPropertyChangeListener - - OPropertyChangeListener::~OPropertyChangeListener() { if (m_pAdapter) @@ -74,10 +70,6 @@ void OPropertyChangeListener::setAdapter(OPropertyChangeMultiplexer* pAdapter) } } - -//= OPropertyChangeMultiplexer - - OPropertyChangeMultiplexer::OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const Reference< XPropertySet>& _rxSet, bool _bAutoReleaseSet) :m_xSet(_rxSet) ,m_pListener(_pListener) diff --git a/connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx b/connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx index 21554757602a..0662f68d8797 100644 --- a/connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx +++ b/connectivity/source/commontools/FDatabaseMetaDataResultSet.cxx @@ -896,8 +896,6 @@ namespace }; } -//= registration - extern "C" { @@ -907,6 +905,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL dbtools_component_getFactory(const sal_Char* return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries); } -} // extern "C" +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/commontools/conncleanup.cxx b/connectivity/source/commontools/conncleanup.cxx index b5882d01475a..1decb69a5618 100644 --- a/connectivity/source/commontools/conncleanup.cxx +++ b/connectivity/source/commontools/conncleanup.cxx @@ -34,10 +34,6 @@ namespace dbtools static const char ACTIVE_CONNECTION_PROPERTY_NAME[] = "ActiveConnection"; - - //= OAutoConnectionDisposer - - OAutoConnectionDisposer::OAutoConnectionDisposer(const Reference< XRowSet >& _rxRowSet, const Reference< XConnection >& _rxConnection) :m_xRowSet( _rxRowSet ) ,m_bRSListening( false ) diff --git a/connectivity/source/commontools/dbcharset.cxx b/connectivity/source/commontools/dbcharset.cxx index 99a5b62d8fd4..f8267bf4d2e4 100644 --- a/connectivity/source/commontools/dbcharset.cxx +++ b/connectivity/source/commontools/dbcharset.cxx @@ -26,11 +26,6 @@ namespace dbtools { - - - //= OCharsetMap - - OCharsetMap::OCharsetMap() { } @@ -129,9 +124,6 @@ namespace dbtools } - //= CharsetIteratorDerefHelper - - CharsetIteratorDerefHelper::CharsetIteratorDerefHelper( const CharsetIteratorDerefHelper& _rSource ) :m_eEncoding( _rSource.m_eEncoding ) ,m_aIanaName( _rSource.m_aIanaName ) @@ -145,10 +137,6 @@ namespace dbtools { } - - //= OCharsetMap::CharsetIterator - - OCharsetMap::CharsetIterator::CharsetIterator(const OCharsetMap* _pContainer, OCharsetMap::TextEncBag::const_iterator _aPos ) :m_pContainer( _pContainer ) ,m_aPos( _aPos ) diff --git a/connectivity/source/commontools/dbexception.cxx b/connectivity/source/commontools/dbexception.cxx index 38f6d67815cc..fa69855f95fc 100644 --- a/connectivity/source/commontools/dbexception.cxx +++ b/connectivity/source/commontools/dbexception.cxx @@ -39,10 +39,6 @@ namespace dbtools using namespace ::comphelper; using namespace ::connectivity; - -//= SQLExceptionInfo - encapsulating the type info of an SQLException-derived class - - SQLExceptionInfo::SQLExceptionInfo() :m_eType(UNDEFINED) { @@ -262,11 +258,6 @@ void SQLExceptionInfo::doThrow() throw RuntimeException(); } - -//= SQLExceptionIteratorHelper - - - SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const SQLExceptionInfo& _rChainStart ) :m_pCurrent( NULL ) ,m_eCurrentType( SQLExceptionInfo::UNDEFINED ) diff --git a/connectivity/source/commontools/dbmetadata.cxx b/connectivity/source/commontools/dbmetadata.cxx index fc2f1fd74728..f5a987b51b07 100644 --- a/connectivity/source/commontools/dbmetadata.cxx +++ b/connectivity/source/commontools/dbmetadata.cxx @@ -72,9 +72,6 @@ namespace dbtools namespace BooleanComparisonMode = ::com::sun::star::sdb::BooleanComparisonMode; - - //= DatabaseMetaData_Impl - struct DatabaseMetaData_Impl { Reference< XConnection > xConnection; @@ -180,10 +177,6 @@ namespace dbtools } } - - //= DatabaseMetaData - - DatabaseMetaData::DatabaseMetaData() :m_pImpl( new DatabaseMetaData_Impl ) { diff --git a/connectivity/source/commontools/filtermanager.cxx b/connectivity/source/commontools/filtermanager.cxx index 0104e7ff04fa..ff1f03ec6806 100644 --- a/connectivity/source/commontools/filtermanager.cxx +++ b/connectivity/source/commontools/filtermanager.cxx @@ -38,10 +38,6 @@ namespace dbtools using namespace ::com::sun::star::beans; using namespace connectivity; - - //= FilterManager - - FilterManager::FilterManager( ) :m_aFilterComponents( FC_COMPONENT_COUNT ) ,m_bApplyPublicFilter( true ) diff --git a/connectivity/source/commontools/formattedcolumnvalue.cxx b/connectivity/source/commontools/formattedcolumnvalue.cxx index a164763a8114..02bebf655366 100644 --- a/connectivity/source/commontools/formattedcolumnvalue.cxx +++ b/connectivity/source/commontools/formattedcolumnvalue.cxx @@ -66,9 +66,6 @@ namespace dbtools namespace DataType = ::com::sun::star::sdbc::DataType; namespace NumberFormat = ::com::sun::star::util::NumberFormat; - - //= FormattedColumnValue_Data - struct FormattedColumnValue_Data { Reference< XNumberFormatter > m_xFormatter; @@ -211,10 +208,6 @@ namespace dbtools } } - - //= FormattedColumnValue - - FormattedColumnValue::FormattedColumnValue( const Reference< XComponentContext >& _rxContext, const Reference< XRowSet >& _rxRowSet, const Reference< XPropertySet >& i_rColumn ) :m_pData( new FormattedColumnValue_Data ) diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx index 84ad4e4f8bed..8459ae933c9a 100644 --- a/connectivity/source/commontools/parameters.cxx +++ b/connectivity/source/commontools/parameters.cxx @@ -55,10 +55,6 @@ namespace dbtools using namespace ::comphelper; using namespace ::connectivity; - - //= ParameterManager - - ParameterManager::ParameterManager( ::osl::Mutex& _rMutex, const Reference< XComponentContext >& _rxContext ) :m_rMutex ( _rMutex ) ,m_aParameterListeners( _rMutex ) @@ -1083,10 +1079,6 @@ namespace dbtools m_xInnerParamUpdate->clearParameters( ); } - - //= OParameterContinuation - - void SAL_CALL OParameterContinuation::setParameters( const Sequence< PropertyValue >& _rValues ) throw( RuntimeException, std::exception ) { m_aValues = _rValues; diff --git a/connectivity/source/commontools/paramwrapper.cxx b/connectivity/source/commontools/paramwrapper.cxx index 70c9564e2811..fc575550b570 100644 --- a/connectivity/source/commontools/paramwrapper.cxx +++ b/connectivity/source/commontools/paramwrapper.cxx @@ -62,10 +62,6 @@ namespace param namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; namespace DataType = ::com::sun::star::sdbc::DataType; - - //= ParameterWrapper - - ParameterWrapper::ParameterWrapper( const Reference< XPropertySet >& _rxColumn ) :PropertyBase( m_aBHelper ) ,m_xDelegator( _rxColumn ) @@ -262,10 +258,6 @@ namespace param m_aBHelper.bDisposed = sal_True; } - - //= ParameterWrapperContainer - - ParameterWrapperContainer::ParameterWrapperContainer() :ParameterWrapperContainer_Base( m_aMutex ) { diff --git a/connectivity/source/commontools/predicateinput.cxx b/connectivity/source/commontools/predicateinput.cxx index bbb0863b9a00..92786f38e230 100644 --- a/connectivity/source/commontools/predicateinput.cxx +++ b/connectivity/source/commontools/predicateinput.cxx @@ -73,10 +73,6 @@ namespace dbtools return nReturn; } - - //= OPredicateInputController - - bool OPredicateInputController::getSeparatorChars( const Locale& _rLocale, sal_Unicode& _rDecSep, sal_Unicode& _rThdSep ) const { _rDecSep = '.'; diff --git a/connectivity/source/commontools/propertyids.cxx b/connectivity/source/commontools/propertyids.cxx index 2a5322ddd0d3..7acbe464a787 100644 --- a/connectivity/source/commontools/propertyids.cxx +++ b/connectivity/source/commontools/propertyids.cxx @@ -84,7 +84,7 @@ namespace dbtools case PROPERTY_ID_DBASEPRECISIONCHANGED: pStr = "DbasePrecisionChanged"; break; case PROPERTY_ID_ISCURRENCY: pStr = "IsCurrency"; break; case PROPERTY_ID_ISBOOKMARKABLE: pStr = "IsBookmarkable"; break; - case PROPERTY_ID_HY010: pStr = "HY010"; break; //= error messages + case PROPERTY_ID_HY010: pStr = "HY010"; break; // error messages case PROPERTY_ID_DELIMITER: pStr = "/"; break; case PROPERTY_ID_FORMATKEY: pStr = "FormatKey"; break; case PROPERTY_ID_LOCALE: pStr = "Locale"; break; diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index fa5f4c034ebc..f5318f80cba2 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -53,8 +53,6 @@ namespace connectivity } - //= SQLError_Impl - declaration - class SQLError_Impl { public: @@ -95,10 +93,6 @@ namespace connectivity bool m_bAttemptedInit; }; - - //= SQLError_Impl - implementation - - SQLError_Impl::SQLError_Impl( const Reference<XComponentContext> & _rxContext ) :m_aContext( _rxContext ) ,m_pResources( ) @@ -282,10 +276,6 @@ namespace connectivity return m_pResources.get() != NULL; } - - //= SQLError - - SQLError::SQLError( const Reference<XComponentContext> & _rxContext ) :m_pImpl( new SQLError_Impl( _rxContext ) ) { diff --git a/connectivity/source/commontools/statementcomposer.cxx b/connectivity/source/commontools/statementcomposer.cxx index 9838787f4fcd..5057aaf158f9 100644 --- a/connectivity/source/commontools/statementcomposer.cxx +++ b/connectivity/source/commontools/statementcomposer.cxx @@ -52,9 +52,6 @@ namespace dbtools namespace CommandType = ::com::sun::star::sdb::CommandType; - - //= StatementComposer_Data - struct StatementComposer_Data { const Reference< XConnection > xConnection; @@ -233,10 +230,6 @@ namespace dbtools } } - - //= StatementComposer - - StatementComposer::StatementComposer( const Reference< XConnection >& _rxConnection, const OUString& _rCommand, const sal_Int32 _nCommandType, const bool _bEscapeProcessing ) :m_pData( new StatementComposer_Data( _rxConnection ) ) diff --git a/connectivity/source/commontools/warningscontainer.cxx b/connectivity/source/commontools/warningscontainer.cxx index e17e2cb82a06..4afe81aeaef8 100644 --- a/connectivity/source/commontools/warningscontainer.cxx +++ b/connectivity/source/commontools/warningscontainer.cxx @@ -32,10 +32,6 @@ namespace dbtools using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::sdb; - - //= WarningsContainer - - static void lcl_concatWarnings( Any& _rChainLeft, const Any& _rChainRight ) { if ( !_rChainLeft.hasValue() ) diff --git a/connectivity/source/cpool/ZConnectionPool.cxx b/connectivity/source/cpool/ZConnectionPool.cxx index 6c4b8ed7ea32..149d20bb64cb 100644 --- a/connectivity/source/cpool/ZConnectionPool.cxx +++ b/connectivity/source/cpool/ZConnectionPool.cxx @@ -41,9 +41,6 @@ using namespace connectivity; #include <algorithm> - -//= OPoolTimer - void SAL_CALL OPoolTimer::onShot() { m_pPool->invalidatePooledConnections(); @@ -51,9 +48,6 @@ void SAL_CALL OPoolTimer::onShot() static const char TIMEOUT_NODENAME[] = "Timeout"; -//= OConnectionPool - - OConnectionPool::OConnectionPool(const Reference< XDriver >& _xDriver, const Reference< XInterface >& _xDriverNode, const Reference< ::com::sun::star::reflection::XProxyFactory >& _rxProxyFactory) diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index 8f89338b8dc5..d8b3c41c0d07 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -56,8 +56,8 @@ namespace connectivity }; - //= OConnectionPool - the one-instance service for PooledConnections - //= manages the active connections and the connections in the pool + // OConnectionPool - the one-instance service for PooledConnections + // manages the active connections and the connections in the pool typedef ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListener> OConnectionPool_Base; diff --git a/connectivity/source/cpool/ZConnectionWrapper.hxx b/connectivity/source/cpool/ZConnectionWrapper.hxx index 29b7a04cb106..7905455cc0bb 100644 --- a/connectivity/source/cpool/ZConnectionWrapper.hxx +++ b/connectivity/source/cpool/ZConnectionWrapper.hxx @@ -30,8 +30,8 @@ namespace connectivity { - //= OConnectionWeakWrapper - wraps all methods to the real connection from the driver - //= but when disposed it doesn't dispose the real connection + // OConnectionWeakWrapper - wraps all methods to the real connection from the driver + // but when disposed it doesn't dispose the real connection typedef ::cppu::WeakComponentImplHelper1< ::com::sun::star::sdbc::XConnection > OConnectionWeakWrapper_BASE; diff --git a/connectivity/source/cpool/ZDriverWrapper.cxx b/connectivity/source/cpool/ZDriverWrapper.cxx index 888382146f5b..d4defb5d8db9 100644 --- a/connectivity/source/cpool/ZDriverWrapper.cxx +++ b/connectivity/source/cpool/ZDriverWrapper.cxx @@ -30,10 +30,6 @@ namespace connectivity using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::beans; - - //= ODriverWrapper - - ODriverWrapper::ODriverWrapper( Reference< XAggregation >& _rxAggregateDriver, OConnectionPool* _pPool ) :m_pConnectionPool(_pPool) { diff --git a/connectivity/source/cpool/ZDriverWrapper.hxx b/connectivity/source/cpool/ZDriverWrapper.hxx index 01a95a0c6115..7cf98f6bd953 100644 --- a/connectivity/source/cpool/ZDriverWrapper.hxx +++ b/connectivity/source/cpool/ZDriverWrapper.hxx @@ -32,8 +32,6 @@ namespace connectivity class OConnectionPool; - //= ODriverWrapper - typedef ::cppu::WeakImplHelper1 < ::com::sun::star::sdbc::XDriver > ODriverWrapper_BASE; diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx index 22521c977559..94594ec5a526 100644 --- a/connectivity/source/cpool/ZPoolCollection.hxx +++ b/connectivity/source/cpool/ZPoolCollection.hxx @@ -44,8 +44,8 @@ namespace connectivity { class OConnectionPool; - //= OPoolCollection - the one-instance service for PooledConnections - //= manages the active connections and the connections in the pool + // OPoolCollection - the one-instance service for PooledConnections + // manages the active connections and the connections in the pool typedef ::cppu::WeakImplHelper4< ::com::sun::star::sdbc::XConnectionPool, ::com::sun::star::lang::XServiceInfo, diff --git a/connectivity/source/cpool/ZPooledConnection.hxx b/connectivity/source/cpool/ZPooledConnection.hxx index 26dba7b32faf..92d49d956d98 100644 --- a/connectivity/source/cpool/ZPooledConnection.hxx +++ b/connectivity/source/cpool/ZPooledConnection.hxx @@ -29,8 +29,8 @@ namespace connectivity { - //= OPooledConnection - - //= allows to pool a real connection + // OPooledConnection - + // allows to pool a real connection typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::sdbc::XPooledConnection ,::com::sun::star::lang::XEventListener> OPooledConnection_Base; diff --git a/connectivity/source/cpool/Zregistration.cxx b/connectivity/source/cpool/Zregistration.cxx index 8367c970ed0f..2dc50e9d85f4 100644 --- a/connectivity/source/cpool/Zregistration.cxx +++ b/connectivity/source/cpool/Zregistration.cxx @@ -28,8 +28,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::registry; using namespace connectivity; -//= registration - extern "C" { diff --git a/connectivity/source/drivers/file/quotedstring.cxx b/connectivity/source/drivers/file/quotedstring.cxx index 0ff6335f880e..c5fffb1f949e 100644 --- a/connectivity/source/drivers/file/quotedstring.cxx +++ b/connectivity/source/drivers/file/quotedstring.cxx @@ -23,9 +23,6 @@ namespace connectivity { - //= QuotedTokenizedString - - sal_Int32 QuotedTokenizedString::GetTokenCount( sal_Unicode cTok, sal_Unicode cStrDel ) const { const sal_Int32 nLen = m_sString.getLength(); diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index 979b076ddc8c..e52f95ca52d3 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -84,11 +84,6 @@ namespace connectivity } - - - //= ODriverDelegator - - ODriverDelegator::ODriverDelegator(const Reference< XComponentContext >& _rxContext) : ODriverDelegator_BASE(m_aMutex) ,m_xContext(_rxContext) diff --git a/connectivity/source/drivers/hsqldb/HTools.cxx b/connectivity/source/drivers/hsqldb/HTools.cxx index 0288a7b698ab..49cfdfd56ad8 100644 --- a/connectivity/source/drivers/hsqldb/HTools.cxx +++ b/connectivity/source/drivers/hsqldb/HTools.cxx @@ -23,9 +23,6 @@ namespace connectivity { namespace hsqldb { - //= HTools - - void HTools::appendTableFilterCrit( OUStringBuffer& _inout_rBuffer, const OUString& _rCatalog, const OUString& _rSchema, const OUString& _rName, bool _bShortForm ) { diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx index 72e9e8af48a6..8c2b987fc1db 100644 --- a/connectivity/source/drivers/hsqldb/HView.cxx +++ b/connectivity/source/drivers/hsqldb/HView.cxx @@ -55,10 +55,6 @@ namespace connectivity { namespace hsqldb using ::com::sun::star::lang::DisposedException; using ::com::sun::star::sdbc::XRow; - - //= HView - - HView::HView( const Reference< XConnection >& _rxConnection, bool _bCaseSensitive, const OUString& _rSchemaName, const OUString& _rName ) :HView_Base( _bCaseSensitive, _rName, _rxConnection->getMetaData(), 0, OUString(), _rSchemaName, OUString() ) diff --git a/connectivity/source/drivers/jdbc/ConnectionLog.cxx b/connectivity/source/drivers/jdbc/ConnectionLog.cxx index 87f58b491032..efd0de8200f0 100644 --- a/connectivity/source/drivers/jdbc/ConnectionLog.cxx +++ b/connectivity/source/drivers/jdbc/ConnectionLog.cxx @@ -43,10 +43,6 @@ namespace connectivity { namespace java { namespace sql { } } - - //= ConnectionLog - - ConnectionLog::ConnectionLog( const ::comphelper::ResourceBasedEventLogger& _rDriverLog ) :ConnectionLog_Base( _rDriverLog ) ,m_nObjectID( lcl_getFreeID( CONNECTION ) ) diff --git a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx index 3562f6649a5a..240d78e0a2ab 100644 --- a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx +++ b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx @@ -30,10 +30,6 @@ namespace connectivity { namespace jdbc using ::connectivity::java_lang_Object; - - //= ContextClassLoaderScope - - ContextClassLoaderScope::ContextClassLoaderScope( JNIEnv& environment, const GlobalRef< jobject >& newClassLoader, const ::comphelper::ResourceBasedEventLogger& _rLoggerForErrors, const Reference< XInterface >& _rxErrorContext ) :m_environment( environment ) diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx index 82fbccd366b8..2b39a6e2ed1b 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx @@ -33,10 +33,6 @@ namespace connectivity { namespace mozab { - - - //= helper - namespace { typedef NS_STDCALL_FUNCPROTO(nsresult, CardPropertyGetter, nsIAbCard, GetFirstName, (PRUnichar**)); @@ -131,16 +127,10 @@ namespace connectivity { namespace mozab { } - //= AttributeMap_Data - struct AttributeMap_Data { }; - - //= MLdapAttributeMap - - MLdapAttributeMap::MLdapAttributeMap() :m_pData( new AttributeMap_Data ) { diff --git a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx index ab020ed9f40f..0562eccbf54a 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.hxx @@ -31,9 +31,6 @@ namespace connectivity { namespace mozab { struct AttributeMap_Data; class MQueryHelperResultEntry; - - //= class MLdapAttributeMap - /** implements the nsIAbLDAPAttributeMap interface Somewhere between Mozilla 1.7.5 and SeaMonkey 1.1.12, the LDAP address book diff --git a/connectivity/source/drivers/mysql/YDriver.cxx b/connectivity/source/drivers/mysql/YDriver.cxx index 63507adcab5a..f69c031e9866 100644 --- a/connectivity/source/drivers/mysql/YDriver.cxx +++ b/connectivity/source/drivers/mysql/YDriver.cxx @@ -60,10 +60,6 @@ namespace connectivity } } - - //= ODriverDelegator - - ODriverDelegator::ODriverDelegator(const Reference< XComponentContext >& _rxContext) : ODriverDelegator_BASE(m_aMutex) ,m_xContext(_rxContext) diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index 5c380e0a7640..3fbe63c6b657 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -44,8 +44,8 @@ namespace connectivity }; - //= OHsqlConnection - wraps all methods to the real connection from the driver - //= but when disposed it doesn't dispose the real connection + // OHsqlConnection - wraps all methods to the real connection from the driver + // but when disposed it doesn't dispose the real connection typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::util::XFlushable , ::com::sun::star::sdb::application::XTableUIProvider @@ -128,7 +128,7 @@ namespace connectivity }; - //= OHsqlConnection + // OHsqlConnection class MethodGuard : public ::osl::MutexGuard { diff --git a/connectivity/source/inc/hsqldb/HTools.hxx b/connectivity/source/inc/hsqldb/HTools.hxx index fcb91741fc6d..9d42b69bfd7e 100644 --- a/connectivity/source/inc/hsqldb/HTools.hxx +++ b/connectivity/source/inc/hsqldb/HTools.hxx @@ -26,10 +26,6 @@ namespace connectivity { namespace hsqldb { - - - //= HTools - class HTools { public: diff --git a/connectivity/source/inc/hsqldb/HView.hxx b/connectivity/source/inc/hsqldb/HView.hxx index 3e3d7cca8884..3f10eca6329a 100644 --- a/connectivity/source/inc/hsqldb/HView.hxx +++ b/connectivity/source/inc/hsqldb/HView.hxx @@ -31,10 +31,6 @@ namespace connectivity { namespace hsqldb { - - - //= HView - typedef ::connectivity::sdbcx::OView HView_Base; typedef ::cppu::ImplHelper1< ::com::sun::star::sdbcx::XAlterView > HView_IBASE; class HView :public HView_Base diff --git a/connectivity/source/inc/java/ContextClassLoader.hxx b/connectivity/source/inc/java/ContextClassLoader.hxx index 58e3789c9b60..fa04e0a9ae1c 100644 --- a/connectivity/source/inc/java/ContextClassLoader.hxx +++ b/connectivity/source/inc/java/ContextClassLoader.hxx @@ -30,13 +30,6 @@ namespace comphelper namespace connectivity { namespace jdbc { - - - - //= ContextClassLoaderScope - - /** - */ class ContextClassLoaderScope { public: diff --git a/connectivity/source/inc/java/GlobalRef.hxx b/connectivity/source/inc/java/GlobalRef.hxx index efa2fa29b31e..760e01886c99 100644 --- a/connectivity/source/inc/java/GlobalRef.hxx +++ b/connectivity/source/inc/java/GlobalRef.hxx @@ -28,11 +28,6 @@ namespace connectivity { namespace jdbc { - - - - //= GlobalRef - /** helper class to hold a local ref to a JNI object */ template< typename T > diff --git a/connectivity/source/inc/java/LocalRef.hxx b/connectivity/source/inc/java/LocalRef.hxx index 048f43afc8f6..765cbe9318b9 100644 --- a/connectivity/source/inc/java/LocalRef.hxx +++ b/connectivity/source/inc/java/LocalRef.hxx @@ -26,10 +26,6 @@ namespace connectivity { namespace jdbc { - - - //= LocalRef - /** helper class to hold a local ref to a JNI object Note that this class never actually calls NewLocalRef. It is assumed that all objects diff --git a/connectivity/source/inc/java/sql/ConnectionLog.hxx b/connectivity/source/inc/java/sql/ConnectionLog.hxx index 59ffaaab88cc..39aae214ca61 100644 --- a/connectivity/source/inc/java/sql/ConnectionLog.hxx +++ b/connectivity/source/inc/java/sql/ConnectionLog.hxx @@ -58,10 +58,6 @@ namespace connectivity namespace connectivity { namespace java { namespace sql { - - - //= ConnectionLog - typedef ::comphelper::ResourceBasedEventLogger ConnectionLog_Base; class ConnectionLog : public ConnectionLog_Base { diff --git a/connectivity/source/inc/resource/sharedresources.hxx b/connectivity/source/inc/resource/sharedresources.hxx index 6ecd048e4b79..fadbf354822b 100644 --- a/connectivity/source/inc/resource/sharedresources.hxx +++ b/connectivity/source/inc/resource/sharedresources.hxx @@ -31,8 +31,6 @@ namespace connectivity typedef sal_uInt16 ResourceId; - //= SharedResources - /** helper class for accessing resources shared by different libraries in the connectivity module */ diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx index 6e90f651b31a..0e773b2c998a 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -58,9 +58,6 @@ void throwNoSuchElementException() throw(NoSuchElementException) throw NoSuchElementException(); } - -//= ODriverEnumeration - class ODriverEnumeration : public ::cppu::WeakImplHelper1< XEnumeration > { friend class OSDBCDriverManager; @@ -108,9 +105,6 @@ Any SAL_CALL ODriverEnumeration::nextElement( ) throw(NoSuchElementException, W } - //= helper - - /// an STL functor which ensures that a SdbcDriver described by a DriverAccess is loaded struct EnsureDriver : public ::std::unary_function< DriverAccess, DriverAccess > { @@ -258,9 +252,6 @@ Any SAL_CALL ODriverEnumeration::nextElement( ) throw(NoSuchElementException, W }; -//= OSDBCDriverManager - - OSDBCDriverManager::OSDBCDriverManager( const Reference< XComponentContext >& _rxContext ) :m_xContext( _rxContext ) ,m_aEventLogger( _rxContext, "org.openoffice.logging.sdbc.DriverManager" ) diff --git a/connectivity/source/manager/mdrivermanager.hxx b/connectivity/source/manager/mdrivermanager.hxx index e2fa4191f64c..ec4dea8baeb2 100644 --- a/connectivity/source/manager/mdrivermanager.hxx +++ b/connectivity/source/manager/mdrivermanager.hxx @@ -40,9 +40,6 @@ namespace drivermanager { - - //= various - typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > DriverCollection; struct DriverAccess @@ -53,7 +50,7 @@ namespace drivermanager }; - //= OSDBCDriverManager - the one-instance service for managing SDBC drivers + // OSDBCDriverManager - the one-instance service for managing SDBC drivers typedef ::cppu::WeakImplHelper3 < ::com::sun::star::sdbc::XDriverManager2 , ::com::sun::star::lang::XServiceInfo diff --git a/connectivity/source/manager/mregistration.cxx b/connectivity/source/manager/mregistration.cxx index ec11e696ca61..038360e6e7d0 100644 --- a/connectivity/source/manager/mregistration.cxx +++ b/connectivity/source/manager/mregistration.cxx @@ -27,9 +27,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; - -//= registration - extern "C" { diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index 7a2ad837cfb7..f65601a78f6e 100644 --- a/connectivity/source/parse/sqlbison.y +++ b/connectivity/source/parse/sqlbison.y @@ -4303,10 +4303,6 @@ connectivity::OSQLInternalNode* newNode(const OUString& _NewValue, return new connectivity::OSQLInternalNode(_NewValue, eNodeType, nNodeID); } - -//= OParseContext - - OParseContext::OParseContext() { } @@ -4422,9 +4418,6 @@ const Locale& OParseContext::getDefaultLocale() return impl_getLocaleInstance(); } - -//= misc - // Der (leider globale) yylval fuer die Uebergabe von // Werten vom Scanner an den Parser. Die globale Variable // wird nur kurzzeitig verwendet, der Parser liest die Variable @@ -4490,10 +4483,6 @@ OUString ConvertLikeToken(const OSQLParseNode* pTokenNode, const OSQLParseNode* return aMatchStr.makeStringAndClear(); } - -//= OSQLParser - - sal_uInt32 OSQLParser::s_nRuleIDs[OSQLParseNode::rule_count + 1]; OSQLParser::RuleIDMap OSQLParser::s_aReverseRuleIDLookup; OParseContext OSQLParser::s_aDefaultContext; diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l index 330a853c9d75..1e50927282bd 100644 --- a/connectivity/source/parse/sqlflex.l +++ b/connectivity/source/parse/sqlflex.l @@ -59,8 +59,6 @@ using namespace connectivity; -//============================================================================= -// // Erzeugung der Blaetter fuer die Token // Blaetter werden generell vom Lexer erzeugt @@ -91,9 +89,6 @@ OSQLScanner* xxx_pGLOBAL_SQLSCAN = NULL; xxx_pGLOBAL_SQLSCAN->SQLyyerror(msg); \ } -// -//============================================================================= - %} %s SQL diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index a45671361930..1293364ba695 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -191,10 +191,6 @@ namespace namespace connectivity { - -//= SQLParseNodeParameter - - SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, const Reference< XNumberFormatter >& _xFormatter, const Reference< XPropertySet >& _xField, const OUString &_sPredicateTableAlias, @@ -221,10 +217,6 @@ SQLParseNodeParameter::~SQLParseNodeParameter() { } - -//= OSQLParseNode - - OUString OSQLParseNode::convertDateString(const SQLParseNodeParameter& rParam, const OUString& rString) { Date aDate = DBTypeConversion::toDate(rString); diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index 1275774929f0..e69cfa669cf2 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -36,9 +36,6 @@ namespace connectivity using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::uno::Exception; - - //= SharedResources_Impl - class SharedResources_Impl { private: @@ -127,9 +124,6 @@ namespace connectivity return *s_pInstance; } - - //= helpers - namespace { size_t lcl_substitute( OUString& _inout_rString, @@ -149,10 +143,6 @@ namespace connectivity } } - - //= SharedResources - - SharedResources::SharedResources() { SharedResources_Impl::registerClient(); diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index bdeb5f2a28e9..5be08741b499 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -1001,10 +1001,6 @@ void OPropertySetHelper2::enableChangeListenerNotification( sal_Bool bEnable ) m_pReserved->m_bFireEvents = bEnable; } - -//== OPropertyArrayHelper ================================================ - - extern "C" { static int compare_Property_Impl( const void *arg1, const void *arg2 ) diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx index 49131f3049c7..839cb1f5d3b1 100644 --- a/cui/source/dialogs/hangulhanjadlg.cxx +++ b/cui/source/dialogs/hangulhanjadlg.cxx @@ -76,8 +76,6 @@ namespace svx }; } - //= PseudoRubyText - /** a class which allows to draw two texts in a pseudo-ruby way (which basically means one text above or below the other, and a little bit smaller) */ @@ -209,8 +207,6 @@ namespace svx *_pSecondaryLocation = aSecondaryRect; } - //= RubyRadioButton - class RubyRadioButton : public RadioButton { @@ -332,8 +328,6 @@ namespace svx VCL_BUILDER_FACTORY_ARGS(RubyRadioButton, WB_LEFT|WB_VCENTER) - //= SuggestionSet - SuggestionSet::SuggestionSet( vcl::Window* pParent ) : ValueSet( pParent, pParent->GetStyle() | WB_BORDER ) @@ -369,10 +363,6 @@ namespace svx Clear(); } - - //= SuggestionDisplay - - SuggestionDisplay::SuggestionDisplay( vcl::Window* pParent, WinBits nBits ) : Control( pParent, nBits ) , m_bDisplayListBox( true ) @@ -553,9 +543,6 @@ namespace svx VCL_BUILDER_FACTORY_ARGS( SuggestionDisplay, WB_ITEMBORDER | WB_FLATVALUESET | WB_VSCROLL ); - - //= HangulHanjaConversionDialog - HangulHanjaConversionDialog::HangulHanjaConversionDialog( vcl::Window* _pParent, HHC::ConversionDirection _ePrimaryDirection ) :ModalDialog( _pParent, "HangulHanjaConversionDialog", "cui/ui/hangulhanjaconversiondialog.ui" ) ,m_pIgnoreNonPrimary( NULL ) @@ -946,11 +933,6 @@ namespace svx } - - //= HangulHanjaOptionsDialog - - - void HangulHanjaOptionsDialog::Init() { if( !m_xConversionDictionaryList.is() ) @@ -1212,11 +1194,6 @@ namespace svx pEntry->SetUserData( new OUString( _rName ) ); } - - //= HangulHanjaNewDictDialog - - - IMPL_LINK_NOARG(HangulHanjaNewDictDialog, OKHdl) { OUString aName(comphelper::string::stripEnd(m_pDictNameED->GetText(), ' ')); @@ -1269,11 +1246,6 @@ namespace svx return m_bEntered; } - - //= HangulHanjaEditDictDialog - - - class SuggestionList { private: @@ -1885,7 +1857,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index b0f5e0aa7b5f..10ab45233440 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -113,7 +113,7 @@ private: -} // namespace svx +} #endif diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx index 00c26d18c969..ea92b8c3dad7 100644 --- a/cui/source/inc/dbregister.hxx +++ b/cui/source/inc/dbregister.hxx @@ -35,10 +35,6 @@ namespace svx namespace svx { - - - //= DbRegistrationOptionsPage - class DbRegistrationOptionsPage : public SfxTabPage { private: @@ -100,9 +96,6 @@ namespace svx virtual void FillUserData() SAL_OVERRIDE; }; - - //= RegistrationItemSetHolder - /** helper for DatabaseRegistrationDialog Necessary so that DatabaseRegistrationDialog is self-contained, i.e. always reflects @@ -121,9 +114,6 @@ namespace svx const SfxItemSet& getRegistrationItems() const { return m_aRegistrationItems; } }; - - //= DatabaseRegistrationDialog - class DatabaseRegistrationDialog :public RegistrationItemSetHolder ,public SfxSingleTabDialog { @@ -134,7 +124,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_CUI_SOURCE_INC_DBREGISTER_HXX diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx index 3b88a7bd0b75..d758c7a3f8dc 100644 --- a/cui/source/inc/hangulhanjadlg.hxx +++ b/cui/source/inc/hangulhanjadlg.hxx @@ -99,8 +99,6 @@ namespace svx class RubyRadioButton; - //= HangulHanjaConversionDialog - class HangulHanjaConversionDialog : public ModalDialog { private: @@ -326,7 +324,7 @@ namespace svx }; -} // namespace svx +} #endif // SVX_HANGUL_HANJA_HXX diff --git a/cui/source/options/connpoolconfig.cxx b/cui/source/options/connpoolconfig.cxx index c7807bb0d1e1..fcc33c2971c4 100644 --- a/cui/source/options/connpoolconfig.cxx +++ b/cui/source/options/connpoolconfig.cxx @@ -72,10 +72,6 @@ namespace offapp return OUString("Timeout"); } - - //= ConnectionPoolConfig - - void ConnectionPoolConfig::GetOptions(SfxItemSet& _rFillItems) { // the config node where all pooling relevant info are stored under diff --git a/cui/source/options/connpoolconfig.hxx b/cui/source/options/connpoolconfig.hxx index fdaa129d223d..f43e135c35e9 100644 --- a/cui/source/options/connpoolconfig.hxx +++ b/cui/source/options/connpoolconfig.hxx @@ -25,10 +25,6 @@ class SfxItemSet; namespace offapp { - - - //= ConnectionPoolConfig - class ConnectionPoolConfig { diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx index 1ab5e735cb36..5d62d4d44c67 100644 --- a/cui/source/options/connpooloptions.cxx +++ b/cui/source/options/connpooloptions.cxx @@ -294,10 +294,6 @@ namespace offapp } } - - //= ConnectionPoolOptionsPage - - ConnectionPoolOptionsPage::ConnectionPoolOptionsPage(vcl::Window* _pParent, const SfxItemSet& _rAttrSet) : SfxTabPage(_pParent, "ConnPoolPage", "cui/ui/connpooloptions.ui", &_rAttrSet) { diff --git a/cui/source/options/connpooloptions.hxx b/cui/source/options/connpooloptions.hxx index d8e4c2556df8..d06ec8893afd 100644 --- a/cui/source/options/connpooloptions.hxx +++ b/cui/source/options/connpooloptions.hxx @@ -30,8 +30,6 @@ namespace offapp { - //= ConnectionPoolOptionsPage - class DriverListControl; class ConnectionPoolOptionsPage : public SfxTabPage { diff --git a/cui/source/options/connpoolsettings.cxx b/cui/source/options/connpoolsettings.cxx index 639ee0e804b8..b735076835b7 100644 --- a/cui/source/options/connpoolsettings.cxx +++ b/cui/source/options/connpoolsettings.cxx @@ -23,11 +23,6 @@ namespace offapp { - - - //= DriverPooling - - DriverPooling::DriverPooling( const OUString& _rName, bool _bEnabled, const sal_Int32 _nTimeout ) :sName(_rName) ,bEnabled(_bEnabled) @@ -43,17 +38,10 @@ namespace offapp && (nTimeoutSeconds == _rR.nTimeoutSeconds); } - - //= DriverPoolingSettings - - DriverPoolingSettings::DriverPoolingSettings() { } - - //= DriverPoolingSettingsItem - TYPEINIT1( DriverPoolingSettingsItem, SfxPoolItem ) DriverPoolingSettingsItem::DriverPoolingSettingsItem( sal_uInt16 _nId, const DriverPoolingSettings &_rSettings ) diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx index 1cb0205683b6..26fa8627f240 100644 --- a/cui/source/options/connpoolsettings.hxx +++ b/cui/source/options/connpoolsettings.hxx @@ -31,10 +31,6 @@ namespace offapp { - - - //= DriverPooling - struct DriverPooling { OUString sName; @@ -47,9 +43,6 @@ namespace offapp bool operator != (const DriverPooling& _rR) const { return !operator ==(_rR); } }; - - //= DriverPoolingSettings - class DriverPoolingSettings { protected: @@ -74,9 +67,6 @@ namespace offapp void push_back(const DriverPooling& _rElement) { m_aDrivers.push_back(_rElement); } }; - - //= DriverPoolingSettingsItem - class DriverPoolingSettingsItem : public SfxPoolItem { protected: diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index 2d7e8a58916a..ba17c70246ef 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -451,7 +451,7 @@ IMPL_LINK( DbRegistrationOptionsPage, NameValidator, OUString*, _pName ) return 1L; } -} // namespace svx +} diff --git a/cui/source/options/dbregisterednamesconfig.cxx b/cui/source/options/dbregisterednamesconfig.cxx index 0d06346586d4..7fe44a7b9ff4 100644 --- a/cui/source/options/dbregisterednamesconfig.cxx +++ b/cui/source/options/dbregisterednamesconfig.cxx @@ -41,10 +41,6 @@ namespace svx using namespace ::com::sun::star::sdb; using namespace ::com::sun::star::container; - - //= DbRegisteredNamesConfig - - void DbRegisteredNamesConfig::GetOptions( SfxItemSet& _rFillItems ) { DatabaseRegistrations aSettings; @@ -127,7 +123,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/dbregisterednamesconfig.hxx b/cui/source/options/dbregisterednamesconfig.hxx index a140ae40cfb1..48311d031913 100644 --- a/cui/source/options/dbregisterednamesconfig.hxx +++ b/cui/source/options/dbregisterednamesconfig.hxx @@ -25,10 +25,6 @@ class SfxItemSet; namespace svx { - - - //= DbRegisteredNamesConfig - class DbRegisteredNamesConfig { @@ -38,7 +34,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_CUI_SOURCE_OPTIONS_DBREGISTEREDNAMESCONFIG_HXX diff --git a/cui/source/options/dbregistersettings.cxx b/cui/source/options/dbregistersettings.cxx index f3bc7169cef2..f3fca6a033f2 100644 --- a/cui/source/options/dbregistersettings.cxx +++ b/cui/source/options/dbregistersettings.cxx @@ -25,10 +25,6 @@ namespace svx { - - - //= DatabaseMapItem - TYPEINIT1( DatabaseMapItem, SfxPoolItem ) DatabaseMapItem::DatabaseMapItem( sal_uInt16 _nId, const DatabaseRegistrations& _rRegistrations ) @@ -59,7 +55,7 @@ namespace svx -} // namespace svx +} diff --git a/cui/source/options/dbregistersettings.hxx b/cui/source/options/dbregistersettings.hxx index 2fdc4436b714..434a1845b610 100644 --- a/cui/source/options/dbregistersettings.hxx +++ b/cui/source/options/dbregistersettings.hxx @@ -63,9 +63,6 @@ namespace svx typedef ::std::map< OUString, DatabaseRegistration > DatabaseRegistrations; - - //= DatabaseMapItem - class DatabaseMapItem : public SfxPoolItem { protected: @@ -84,7 +81,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_CUI_SOURCE_OPTIONS_DBREGISTERSETTINGS_HXX diff --git a/cui/source/options/doclinkdialog.cxx b/cui/source/options/doclinkdialog.cxx index 52e03509b068..f5f24b741380 100644 --- a/cui/source/options/doclinkdialog.cxx +++ b/cui/source/options/doclinkdialog.cxx @@ -39,10 +39,6 @@ namespace svx using namespace ::com::sun::star::ucb; using namespace ::svt; - - //= ODocumentLinkDialog - - ODocumentLinkDialog::ODocumentLinkDialog( vcl::Window* _pParent, bool _bCreateNew ) : ModalDialog(_pParent, "DatabaseLinkDialog", "cui/ui/databaselinkdialog.ui") @@ -217,7 +213,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/doclinkdialog.hxx b/cui/source/options/doclinkdialog.hxx index ea56e8eb10ba..899c3f3ee8d0 100644 --- a/cui/source/options/doclinkdialog.hxx +++ b/cui/source/options/doclinkdialog.hxx @@ -31,10 +31,6 @@ namespace svx { - - - //= ODocumentLinkDialog - /** dialog for editing document links associated with data sources */ class ODocumentLinkDialog : public ModalDialog @@ -72,7 +68,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_CUI_SOURCE_OPTIONS_DOCLINKDIALOG_HXX diff --git a/cui/source/options/optHeaderTabListbox.cxx b/cui/source/options/optHeaderTabListbox.cxx index 2162707f839a..404ef64bc7e2 100644 --- a/cui/source/options/optHeaderTabListbox.cxx +++ b/cui/source/options/optHeaderTabListbox.cxx @@ -76,6 +76,6 @@ void OptHeaderTabListBox::InitEntry( SvTreeListEntry* pEntry, const OUString& rT } } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/sdbcdriverenum.cxx b/cui/source/options/sdbcdriverenum.cxx index 9a35a3bdb21c..b32ccfca7767 100644 --- a/cui/source/options/sdbcdriverenum.cxx +++ b/cui/source/options/sdbcdriverenum.cxx @@ -34,9 +34,6 @@ namespace offapp using namespace ::com::sun::star::container; using namespace ::com::sun::star::sdbc; - - //= ODriverEnumerationImpl - class ODriverEnumerationImpl { protected: @@ -74,10 +71,6 @@ namespace offapp } } - - //= ODriverEnumeration - - ODriverEnumeration::ODriverEnumeration() throw() :m_pImpl(new ODriverEnumerationImpl) { diff --git a/cui/source/options/sdbcdriverenum.hxx b/cui/source/options/sdbcdriverenum.hxx index 360aa2c3f162..5d75b2a191ef 100644 --- a/cui/source/options/sdbcdriverenum.hxx +++ b/cui/source/options/sdbcdriverenum.hxx @@ -30,10 +30,6 @@ namespace offapp { - - - //= ODriverEnumeration - class ODriverEnumerationImpl; /** simple class for accessing SDBC drivers registered within the office <p>Rather small, introduced to not contaminate other instances with the diff --git a/cui/source/options/securityoptions.cxx b/cui/source/options/securityoptions.cxx index aea7fd280645..a7b788120849 100644 --- a/cui/source/options/securityoptions.cxx +++ b/cui/source/options/securityoptions.cxx @@ -90,7 +90,7 @@ void SecurityOptionsDialog::dispose() ModalDialog::dispose(); } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/securityoptions.hxx b/cui/source/options/securityoptions.hxx index 216e372e945f..19884eefa9a4 100644 --- a/cui/source/options/securityoptions.hxx +++ b/cui/source/options/securityoptions.hxx @@ -30,10 +30,6 @@ class SvtSecurityOptions; namespace svx { - - - //= class SecurityOptionsDialog - class SecurityOptionsDialog : public ModalDialog { private: @@ -63,7 +59,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_CUI_SOURCE_OPTIONS_SECURITYOPTIONS_HXX diff --git a/cui/source/options/webconninfo.cxx b/cui/source/options/webconninfo.cxx index e97f790b3a32..ffa1ef28c524 100644 --- a/cui/source/options/webconninfo.cxx +++ b/cui/source/options/webconninfo.cxx @@ -326,7 +326,7 @@ IMPL_LINK_NOARG(WebConnectionInfoDialog, EntrySelectedHdl) } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/webconninfo.hxx b/cui/source/options/webconninfo.hxx index a9d1b566d592..36aac634c644 100644 --- a/cui/source/options/webconninfo.hxx +++ b/cui/source/options/webconninfo.hxx @@ -41,9 +41,6 @@ namespace svx virtual void Resize() SAL_OVERRIDE; }; - - //= class WebConnectionIfoDialog - class WebConnectionInfoDialog : public ModalDialog { private: @@ -68,7 +65,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_CUI_SOURCE_OPTIONS_WEBCONNINFO_HXX diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx index 55dd19c00f7a..94012e5dc25e 100644 --- a/cui/source/tabpages/align.cxx +++ b/cui/source/tabpages/align.cxx @@ -439,6 +439,6 @@ IMPL_LINK_NOARG(AlignmentTabPage, UpdateEnableHdl) -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/tabpages/borderconn.cxx b/cui/source/tabpages/borderconn.cxx index 47f77950d706..6dc3b8e7ffee 100644 --- a/cui/source/tabpages/borderconn.cxx +++ b/cui/source/tabpages/borderconn.cxx @@ -291,6 +291,6 @@ sfx::ItemConnectionBase* CreateShadowConnection( const SfxItemSet& rItemSet, -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/tabpages/borderconn.hxx b/cui/source/tabpages/borderconn.hxx index 0cc65a0152f1..1761fe5479ee 100644 --- a/cui/source/tabpages/borderconn.hxx +++ b/cui/source/tabpages/borderconn.hxx @@ -55,7 +55,7 @@ sfx::ItemConnectionBase* CreateShadowConnection( const SfxItemSet& rItemSet, -} // namespace svx +} #endif diff --git a/dbaccess/source/ext/macromigration/dbmm_global.hrc b/dbaccess/source/ext/macromigration/dbmm_global.hrc index 3d0d42eac2c2..ebf5c27fb25b 100644 --- a/dbaccess/source/ext/macromigration/dbmm_global.hrc +++ b/dbaccess/source/ext/macromigration/dbmm_global.hrc @@ -22,12 +22,8 @@ #include <svl/solar.hrc> -//= bases - #define RID_DBMM_STRING_START RID_DBACCESS_START + 0 -//= strings - #define STR_FORM ( RID_DBMM_STRING_START + 0 ) #define STR_REPORT ( RID_DBMM_STRING_START + 1 ) #define STR_OVERALL_PROGRESS ( RID_DBMM_STRING_START + 2 ) diff --git a/dbaccess/source/inc/dbastrings.hrc b/dbaccess/source/inc/dbastrings.hrc index 1eb36a30e22a..a4ccd46649d4 100644 --- a/dbaccess/source/inc/dbastrings.hrc +++ b/dbaccess/source/inc/dbastrings.hrc @@ -26,12 +26,8 @@ #undef STRINGCONSTANTS_INCLUDED_INDIRECT #include "stringconstants.inc" - //= SQLSTATE - #define SQLSTATE_GENERAL "01000" - //= Properties - #define PROPERTY_APPLYFORMDESIGNMODE "ApplyFormDesignMode" #define PROPERTY_IS_FORM "IsForm" #define PROPERTY_PERSISTENT_PATH "PersistentPath" diff --git a/dbaccess/source/inc/dbustrings.hrc b/dbaccess/source/inc/dbustrings.hrc index 2b74696396d2..9911441257c6 100644 --- a/dbaccess/source/inc/dbustrings.hrc +++ b/dbaccess/source/inc/dbustrings.hrc @@ -26,7 +26,7 @@ #undef STRINGCONSTANTS_INCLUDED_INDIRECT #include "stringconstants.inc" - //= URLs + // URLs #define URL_COMPONENT_QUERYDESIGN ".component:DB/QueryDesign" #define URL_COMPONENT_VIEWDESIGN ".component:DB/ViewDesign" @@ -37,11 +37,11 @@ #define URL_COMPONENT_APPLICATION ".component:DB/Application" #define URL_COMPONENT_REPORTDESIGN ".component:DB/ReportDesign" - //= service names + // service names #define SERVICE_SDB_DIRECTSQLDIALOG "org.openoffice.comp.dbu.DirectSqlDialog" - //= other DBU relevant strings + // other DBU relevant strings #define FRAME_NAME_QUERY_PREVIEW "QueryPreview" #define SERVICE_CONTROLDEFAULT "com.sun.star.comp.dbu.OColumnControl" @@ -49,7 +49,7 @@ #define PROPERTY_GRAPHICAL_DESIGN "GraphicalDesign" #define PROPERTY_HELP_URL "HelpURL" - //= other DBU properties + // other DBU properties #define PROPERTY_TRISTATE "TriState" #define PROPERTY_ENABLEOUTERJOIN "EnableOuterJoinEscape" diff --git a/dbaccess/source/inc/stringconstants.hrc b/dbaccess/source/inc/stringconstants.hrc index 130be75d062f..1fd5f266000e 100644 --- a/dbaccess/source/inc/stringconstants.hrc +++ b/dbaccess/source/inc/stringconstants.hrc @@ -24,7 +24,7 @@ #error "don't include this file directly! use dbastrings.hrc or dbustrings.hrc instead!" #endif -//= property ids +// property ids #define PROPERTY_ID_TITLE 1 #define PROPERTY_ID_URL 2 diff --git a/dbaccess/source/inc/stringconstants.inc b/dbaccess/source/inc/stringconstants.inc index 8cf75960dd28..acaf156546ec 100644 --- a/dbaccess/source/inc/stringconstants.inc +++ b/dbaccess/source/inc/stringconstants.inc @@ -19,7 +19,7 @@ // be included itself -//= property names +// property names #define PROPERTY_URL "URL" #define PROPERTY_INFO "Info" @@ -176,7 +176,7 @@ #define PROPERTY_CHANGE_NOTIFICATION_ENABLED "PropertyChangeNotificationEnabled" -//= service names +// service names #define SERVICE_SDBC_RESULTSET "com.sun.star.sdbc.ResultSet" #define SERVICE_SDBC_ROWSET "com.sun.star.sdbc.RowSet" diff --git a/dbaccess/source/ui/imagelists/dbimagelists.src b/dbaccess/source/ui/imagelists/dbimagelists.src index 11d39268e472..6f5020731769 100644 --- a/dbaccess/source/ui/imagelists/dbimagelists.src +++ b/dbaccess/source/ui/imagelists/dbimagelists.src @@ -73,7 +73,7 @@ Image IMG_TABLEFOLDER_TREE_L MASKCOLOR; }; -//= database object icons +// database object icons // the whole database diff --git a/editeng/source/accessibility/AccessibleComponentBase.cxx b/editeng/source/accessibility/AccessibleComponentBase.cxx index c2b2ddfd50c5..6d16b51e8b45 100644 --- a/editeng/source/accessibility/AccessibleComponentBase.cxx +++ b/editeng/source/accessibility/AccessibleComponentBase.cxx @@ -34,7 +34,7 @@ using namespace ::com::sun::star::accessibility; namespace accessibility { -//===== internal ============================================================ +// internal AccessibleComponentBase::AccessibleComponentBase() { @@ -47,10 +47,7 @@ AccessibleComponentBase::~AccessibleComponentBase() { } - - - -//===== XAccessibleComponent ================================================ +// XAccessibleComponent sal_Bool SAL_CALL AccessibleComponentBase::containsPoint ( const ::com::sun::star::awt::Point& aPoint) @@ -171,7 +168,7 @@ sal_Int32 SAL_CALL AccessibleComponentBase::getBackground() -//===== XAccessibleExtendedComponent ======================================== +// XAccessibleExtendedComponent ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL AccessibleComponentBase::getFont() @@ -196,10 +193,7 @@ OUString SAL_CALL AccessibleComponentBase::getToolTipText() return OUString(); } - - - -//===== XTypeProvider =================================================== +// XTypeProvider uno::Sequence<uno::Type> SAL_CALL AccessibleComponentBase::getTypes() diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx index 2a6c7a9ce2e8..63960564345f 100644 --- a/editeng/source/accessibility/AccessibleContextBase.cxx +++ b/editeng/source/accessibility/AccessibleContextBase.cxx @@ -40,7 +40,7 @@ using ::com::sun::star::uno::Reference; namespace accessibility { -//===== internal ============================================================ +// internal AccessibleContextBase::AccessibleContextBase ( const uno::Reference<XAccessible>& rxParent, @@ -178,7 +178,7 @@ void AccessibleContextBase::SetRelationSet ( -//===== XAccessible ========================================================= +// XAccessible uno::Reference< XAccessibleContext> SAL_CALL AccessibleContextBase::getAccessibleContext() @@ -191,7 +191,7 @@ uno::Reference< XAccessibleContext> SAL_CALL -//===== XAccessibleContext ================================================== +// XAccessibleContext /** No children. */ @@ -404,7 +404,7 @@ lang::Locale SAL_CALL -//===== XAccessibleEventListener ============================================ +// XAccessibleEventListener void SAL_CALL AccessibleContextBase::addAccessibleEventListener ( const uno::Reference<XAccessibleEventListener >& rxListener) @@ -449,7 +449,7 @@ void SAL_CALL AccessibleContextBase::removeAccessibleEventListener ( } } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessibleContextBase::getImplementationName() throw (::com::sun::star::uno::RuntimeException, std::exception) { @@ -478,7 +478,7 @@ uno::Sequence< OUString > SAL_CALL -//===== XTypeProvider ======================================================= +// XTypeProvider uno::Sequence< ::com::sun::star::uno::Type> AccessibleContextBase::getTypes() @@ -498,7 +498,7 @@ uno::Sequence<sal_Int8> SAL_CALL return css::uno::Sequence<sal_Int8>(); } -//===== internal ============================================================ +// internal void SAL_CALL AccessibleContextBase::disposing() { diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 72d695da51f6..b77aeec9ae0b 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -1019,6 +1019,6 @@ namespace editeng m_pImpl->DoDocumentConversion( ); } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx index a16ba31407af..0be3156f4329 100644 --- a/extensions/source/abpilot/abpfinalpage.cxx +++ b/extensions/source/abpilot/abpfinalpage.cxx @@ -42,7 +42,6 @@ namespace abp return pFilter; } - //= FinalPage FinalPage::FinalPage( OAddessBookSourcePilot* _pParent ) : AddressBookSourcePage(_pParent, "DataSourcePage", "modules/sabpilot/ui/datasourcepage.ui") diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx index 9f0453cb9bdf..d601e8d3e48d 100644 --- a/extensions/source/abpilot/abpfinalpage.hxx +++ b/extensions/source/abpilot/abpfinalpage.hxx @@ -32,10 +32,6 @@ namespace abp { - - - //= FinalPage - class FinalPage : public AddressBookSourcePage { protected: diff --git a/extensions/source/abpilot/abpresid.hrc b/extensions/source/abpilot/abpresid.hrc index 2ab08ccc3da6..20151223b1f2 100644 --- a/extensions/source/abpilot/abpresid.hrc +++ b/extensions/source/abpilot/abpresid.hrc @@ -65,7 +65,7 @@ #define RID_BITMAP_END BMP_HEADERIMAGE -//= range checks +// range checks #if RID_STRING_END > RID_ABP_END #error "please adjust the resource id ranges!!" diff --git a/extensions/source/abpilot/abspage.cxx b/extensions/source/abpilot/abspage.cxx index 078a8b150610..df7f7a96c0a4 100644 --- a/extensions/source/abpilot/abspage.cxx +++ b/extensions/source/abpilot/abspage.cxx @@ -29,7 +29,6 @@ namespace abp using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; - //= AddressBookSourcePage AddressBookSourcePage::AddressBookSourcePage(OAddessBookSourcePilot* _pParent, const OString& rID, const OUString& rUIXMLDescription) :AddressBookSourcePage_Base(_pParent, rID, rUIXMLDescription) { diff --git a/extensions/source/abpilot/abspage.hxx b/extensions/source/abpilot/abspage.hxx index 9be9efb35dbd..9203d9ebd182 100644 --- a/extensions/source/abpilot/abspage.hxx +++ b/extensions/source/abpilot/abspage.hxx @@ -34,9 +34,6 @@ namespace abp class OAddessBookSourcePilot; struct AddressSettings; - - //= AddressBookSourcePage - typedef ::svt::OWizardPage AddressBookSourcePage_Base; /// the base class for all tab pages in the address book source wizard class AddressBookSourcePage : public AddressBookSourcePage_Base diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index a40df372427f..9150d42ea9be 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -54,10 +54,6 @@ namespace abp using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; - - //= OAddessBookSourcePilot - - OAddessBookSourcePilot::OAddessBookSourcePilot(vcl::Window* _pParent, const Reference< XComponentContext >& _rxORB) :OAddessBookSourcePilot_Base( _pParent, WizardButtonFlags::HELP | WizardButtonFlags::FINISH | WizardButtonFlags::CANCEL | WizardButtonFlags::NEXT | WizardButtonFlags::PREVIOUS ) diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx index 5b24ff244e45..515c5cf71c3e 100644 --- a/extensions/source/abpilot/abspilot.hxx +++ b/extensions/source/abpilot/abspilot.hxx @@ -29,10 +29,6 @@ namespace abp { - - - //= OAddessBookSourcePilot - typedef ::svt::RoadmapWizard OAddessBookSourcePilot_Base; class OAddessBookSourcePilot : public OAddessBookSourcePilot_Base { diff --git a/extensions/source/abpilot/addresssettings.hxx b/extensions/source/abpilot/addresssettings.hxx index 839f95a6c90c..4cc437787a05 100644 --- a/extensions/source/abpilot/addresssettings.hxx +++ b/extensions/source/abpilot/addresssettings.hxx @@ -27,10 +27,6 @@ namespace abp { - - - //= AddressSourceType - enum AddressSourceType { AST_MORK, @@ -49,9 +45,6 @@ namespace abp AST_INVALID }; - - //= AddressSettings - struct AddressSettings { AddressSourceType eType; diff --git a/extensions/source/abpilot/admininvokationimpl.cxx b/extensions/source/abpilot/admininvokationimpl.cxx index 119f0f29379a..ce37d5218eb0 100644 --- a/extensions/source/abpilot/admininvokationimpl.cxx +++ b/extensions/source/abpilot/admininvokationimpl.cxx @@ -42,10 +42,6 @@ namespace abp using namespace ::com::sun::star::ui::dialogs; using namespace ::com::sun::star::sdbc; - - //= OAdminDialogInvokation - - OAdminDialogInvokation::OAdminDialogInvokation(const Reference< XComponentContext >& _rxContext, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDataSource , vcl::Window* _pMessageParent) diff --git a/extensions/source/abpilot/admininvokationpage.cxx b/extensions/source/abpilot/admininvokationpage.cxx index 6f219ca3cfd6..39c0bde0f6e8 100644 --- a/extensions/source/abpilot/admininvokationpage.cxx +++ b/extensions/source/abpilot/admininvokationpage.cxx @@ -24,7 +24,6 @@ namespace abp { - //= AdminDialogInvokationPage AdminDialogInvokationPage::AdminDialogInvokationPage( OAddessBookSourcePilot* _pParent ) : AddressBookSourcePage(_pParent, "InvokeAdminPage", "modules/sabpilot/ui/invokeadminpage.ui") diff --git a/extensions/source/abpilot/admininvokationpage.hxx b/extensions/source/abpilot/admininvokationpage.hxx index 7e2e7efce8c2..39d255d4ed78 100644 --- a/extensions/source/abpilot/admininvokationpage.hxx +++ b/extensions/source/abpilot/admininvokationpage.hxx @@ -25,7 +25,6 @@ namespace abp { - //= AdminDialogInvokationPage class AdminDialogInvokationPage : public AddressBookSourcePage { protected: diff --git a/extensions/source/abpilot/datasourcehandling.cxx b/extensions/source/abpilot/datasourcehandling.cxx index b5b3d86eb120..38952680239a 100644 --- a/extensions/source/abpilot/datasourcehandling.cxx +++ b/extensions/source/abpilot/datasourcehandling.cxx @@ -158,9 +158,6 @@ namespace abp } } - - //= ODataSourceContextImpl - struct ODataSourceContextImpl: private boost::noncopyable { Reference< XComponentContext > xORB; @@ -170,10 +167,6 @@ namespace abp ODataSourceContextImpl( const Reference< XComponentContext >& _rxORB ) : xORB( _rxORB ) { } }; - - //= ODataSourceContext - - ODataSourceContext::ODataSourceContext(const Reference< XComponentContext >& _rxORB) :m_pImpl( new ODataSourceContextImpl( _rxORB ) ) { @@ -294,9 +287,6 @@ namespace abp return lcl_implCreateAndSetURL( m_pImpl->xORB, _rName, "sdbc:dbase:" ); } - - //= ODataSourceImpl - struct ODataSourceImpl { public: @@ -328,10 +318,6 @@ namespace abp { } - - //= ODataSource - - ODataSource::ODataSource( const ODataSource& _rSource ) :m_pImpl( NULL ) { diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx index 7515c1516f79..fd4a75fa5632 100644 --- a/extensions/source/abpilot/datasourcehandling.hxx +++ b/extensions/source/abpilot/datasourcehandling.hxx @@ -39,10 +39,6 @@ namespace vcl { class Window; } namespace abp { - - - //= ODataSourceContext - struct ODataSourceContextImpl; class ODataSource; /// a non-UNO wrapper for the data source context @@ -97,9 +93,6 @@ namespace abp ODataSource createNewDBase( const OUString& _rName ); }; - - //= ODataSource - struct ODataSourceImpl; struct PackageAccessControl; /** a non-UNO wrapper for a data source diff --git a/extensions/source/abpilot/fieldmappingpage.cxx b/extensions/source/abpilot/fieldmappingpage.cxx index 0091e8b2bbfa..515c4f4a464d 100644 --- a/extensions/source/abpilot/fieldmappingpage.cxx +++ b/extensions/source/abpilot/fieldmappingpage.cxx @@ -26,7 +26,6 @@ namespace abp { - //= FieldMappingPage FieldMappingPage::FieldMappingPage( OAddessBookSourcePilot* _pParent ) : AddressBookSourcePage(_pParent, "FieldAssignPage", "modules/sabpilot/ui/fieldassignpage.ui") diff --git a/extensions/source/abpilot/fieldmappingpage.hxx b/extensions/source/abpilot/fieldmappingpage.hxx index 6adaf511800a..9a4c81a2b7dd 100644 --- a/extensions/source/abpilot/fieldmappingpage.hxx +++ b/extensions/source/abpilot/fieldmappingpage.hxx @@ -27,10 +27,6 @@ namespace abp { - - - //= FieldMappingPage - class FieldMappingPage : public AddressBookSourcePage { protected: diff --git a/extensions/source/abpilot/tableselectionpage.cxx b/extensions/source/abpilot/tableselectionpage.cxx index 537ef7b2b73e..065f2d1bc85e 100644 --- a/extensions/source/abpilot/tableselectionpage.cxx +++ b/extensions/source/abpilot/tableselectionpage.cxx @@ -27,11 +27,6 @@ namespace abp { - - - //= TableSelectionPage - - TableSelectionPage::TableSelectionPage( OAddessBookSourcePilot* _pParent ) :AddressBookSourcePage(_pParent, "SelectTablePage", "modules/sabpilot/ui/selecttablepage.ui") diff --git a/extensions/source/abpilot/tableselectionpage.hxx b/extensions/source/abpilot/tableselectionpage.hxx index 7abcf547af45..050191312a5d 100644 --- a/extensions/source/abpilot/tableselectionpage.hxx +++ b/extensions/source/abpilot/tableselectionpage.hxx @@ -28,10 +28,6 @@ namespace abp { - - - //= TableSelectionPage - class TableSelectionPage : public AddressBookSourcePage { protected: diff --git a/extensions/source/abpilot/typeselectionpage.hxx b/extensions/source/abpilot/typeselectionpage.hxx index b7c628f884c1..b5d4dad096cb 100644 --- a/extensions/source/abpilot/typeselectionpage.hxx +++ b/extensions/source/abpilot/typeselectionpage.hxx @@ -29,10 +29,6 @@ namespace abp { - - - //= TypeSelectionPage - class TypeSelectionPage : public AddressBookSourcePage { protected: diff --git a/extensions/source/abpilot/unodialogabp.cxx b/extensions/source/abpilot/unodialogabp.cxx index fdf27d8a7609..990b313b7003 100644 --- a/extensions/source/abpilot/unodialogabp.cxx +++ b/extensions/source/abpilot/unodialogabp.cxx @@ -41,10 +41,6 @@ namespace abp using namespace ::com::sun::star::beans; using namespace ::com::sun::star::ui::dialogs; - - //= OABSPilotUno - - OABSPilotUno::OABSPilotUno(const Reference< XComponentContext >& _rxORB) :OGenericUnoDialog(_rxORB) { diff --git a/extensions/source/abpilot/unodialogabp.hxx b/extensions/source/abpilot/unodialogabp.hxx index efd84acdfb11..d9ff05739f5c 100644 --- a/extensions/source/abpilot/unodialogabp.hxx +++ b/extensions/source/abpilot/unodialogabp.hxx @@ -30,10 +30,6 @@ namespace abp { - - - //= OABSPilotUno - class OABSPilotUno; typedef ::svt::OGenericUnoDialog OABSPilotUno_DBase; typedef ::cppu::ImplHelper1< ::com::sun::star::task::XJob > OABSPilotUno_JBase; diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx index 8a4f8b328769..ffd71e099ee2 100644 --- a/extensions/source/bibliography/formcontrolcontainer.cxx +++ b/extensions/source/bibliography/formcontrolcontainer.cxx @@ -33,10 +33,6 @@ namespace bib using namespace ::com::sun::star::lang; using namespace ::com::sun::star::awt; - - //= FormControlContainer - - FormControlContainer::FormControlContainer( ) :OLoadListener( m_aMutex ) ,m_pFormAdapter( NULL ) diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx index c7628f8d4cff..c7f512ef8ce2 100644 --- a/extensions/source/bibliography/formcontrolcontainer.hxx +++ b/extensions/source/bibliography/formcontrolcontainer.hxx @@ -28,10 +28,6 @@ namespace bib { - - - //= FormControlContainer - class FormControlContainer :public ::comphelper::OBaseMutex ,public ::bib::OLoadListener diff --git a/extensions/source/bibliography/loadlisteneradapter.cxx b/extensions/source/bibliography/loadlisteneradapter.cxx index 58925c5b0966..f42bad9fe5fe 100644 --- a/extensions/source/bibliography/loadlisteneradapter.cxx +++ b/extensions/source/bibliography/loadlisteneradapter.cxx @@ -30,10 +30,6 @@ namespace bib using namespace ::com::sun::star::lang; using namespace ::com::sun::star::form; - - //= OComponentListener - - OComponentListener::~OComponentListener() { { @@ -63,10 +59,6 @@ namespace bib } } - - //= OComponentAdapterBase - - OComponentAdapterBase::OComponentAdapterBase( const Reference< XComponent >& _rxComp, bool _bAutoRelease ) :m_xComponent( _rxComp ) ,m_pListener( NULL ) @@ -134,10 +126,6 @@ namespace bib m_xComponent = NULL; } - - //= OLoadListenerAdapter - - OLoadListenerAdapter::OLoadListenerAdapter( const Reference< XLoadable >& _rxLoadable, bool _bAutoRelease ) :OComponentAdapterBase( Reference< XComponent >( _rxLoadable, UNO_QUERY ), _bAutoRelease ) { diff --git a/extensions/source/bibliography/loadlisteneradapter.hxx b/extensions/source/bibliography/loadlisteneradapter.hxx index 29b921f34841..e6347cf3568f 100644 --- a/extensions/source/bibliography/loadlisteneradapter.hxx +++ b/extensions/source/bibliography/loadlisteneradapter.hxx @@ -32,9 +32,6 @@ namespace bib class OComponentAdapterBase; - - //= OComponentListener - class OComponentListener { friend class OComponentAdapterBase; @@ -55,9 +52,6 @@ namespace bib void setAdapter( OComponentAdapterBase* _pAdapter ); }; - - //= OComponentAdapterBase - class OComponentAdapterBase { friend class OComponentListener; @@ -111,9 +105,6 @@ namespace bib virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw( ::com::sun::star::uno::RuntimeException, std::exception); }; - - //= OLoadListener - class OLoadListener : public OComponentListener { friend class OLoadListenerAdapter; @@ -129,9 +120,6 @@ namespace bib virtual void _reloaded( const ::com::sun::star::lang::EventObject& aEvent ) = 0; }; - - //= OLoadListenerAdapter - typedef ::cppu::WeakImplHelper1< ::com::sun::star::form::XLoadListener > OLoadListenerAdapter_Base; class OLoadListenerAdapter :public OLoadListenerAdapter_Base diff --git a/extensions/source/dbpilots/commonpagesdbp.cxx b/extensions/source/dbpilots/commonpagesdbp.cxx index 5c730601a17c..822839a6354e 100644 --- a/extensions/source/dbpilots/commonpagesdbp.cxx +++ b/extensions/source/dbpilots/commonpagesdbp.cxx @@ -55,10 +55,6 @@ namespace dbp using namespace ::com::sun::star::task; using namespace ::comphelper; - - //= OTableSelectionPage - - OTableSelectionPage::OTableSelectionPage(OControlWizard* _pParent) :OControlWizardPage(_pParent, "TableSelectionPage", "modules/sabpilot/ui/tableselectionpage.ui") { @@ -462,10 +458,6 @@ namespace dbp m_pNo->GrabFocus(); } - - //= ODBFieldPage - - ODBFieldPage::ODBFieldPage( OControlWizard* _pParent ) :OMaybeListSelectionPage(_pParent, "OptionDBField", "modules/sabpilot/ui/optiondbfieldpage.ui") { diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx index 1ff1d51b4601..d8f3383fb86b 100644 --- a/extensions/source/dbpilots/commonpagesdbp.hxx +++ b/extensions/source/dbpilots/commonpagesdbp.hxx @@ -29,10 +29,6 @@ namespace dbp { - - - //= OTableSelectionPage - class OTableSelectionPage : public OControlWizardPage { protected: @@ -70,9 +66,6 @@ namespace dbp virtual bool canAdvance() const SAL_OVERRIDE; }; - - //= OMaybeListSelectionPage - class OMaybeListSelectionPage : public OControlWizardPage { protected: @@ -103,9 +96,6 @@ namespace dbp void implCommit(OUString& _rSelection); }; - - //= ODBFieldPage - class ODBFieldPage : public OMaybeListSelectionPage { protected: diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx index 529e94bb25c4..413f5f3b6984 100644 --- a/extensions/source/dbpilots/controlwizard.hxx +++ b/extensions/source/dbpilots/controlwizard.hxx @@ -39,19 +39,11 @@ class ResId; namespace dbp { - - - - //= OControlWizardSettings - struct OControlWizardSettings { OUString sControlLabel; }; - - //= OControlWizardPage - class OControlWizard; typedef ::svt::OWizardPage OControlWizardPage_Base; class OControlWizardPage : public OControlWizardPage_Base @@ -97,8 +89,6 @@ namespace dbp struct OAccessRegulator; - //= OControlWizard - typedef ::svt::OWizardMachine OControlWizard_Base; class OControlWizard : public OControlWizard_Base { diff --git a/extensions/source/dbpilots/dbpresid.hrc b/extensions/source/dbpilots/dbpresid.hrc index 2f38f993b68e..1b3d460e8ce8 100644 --- a/extensions/source/dbpilots/dbpresid.hrc +++ b/extensions/source/dbpilots/dbpresid.hrc @@ -61,7 +61,7 @@ // please adjust RID_ERRORBOX_END (below) when adding new error boxes #define RID_ERRORBOX_END RID_ERR_INVALID_FORM_CONNECTION -//= range checks +// range checks #if RID_STRING_END > RID_DBP_END #error "please adjust the resource id ranges!!" diff --git a/extensions/source/dbpilots/gridwizard.cxx b/extensions/source/dbpilots/gridwizard.cxx index b2bfbae8e8c0..58515c13f73b 100644 --- a/extensions/source/dbpilots/gridwizard.cxx +++ b/extensions/source/dbpilots/gridwizard.cxx @@ -49,10 +49,6 @@ namespace dbp using namespace ::com::sun::star::awt; using namespace ::svt; - - //= OGridWizard - - OGridWizard::OGridWizard( vcl::Window* _pParent, const Reference< XPropertySet >& _rxObjectModel, const Reference< XComponentContext >& _rxContext ) :OControlWizard(_pParent, _rxObjectModel, _rxContext) @@ -291,10 +287,6 @@ namespace dbp return true; } - - //= OGridFieldsSelection - - OGridFieldsSelection::OGridFieldsSelection( OGridWizard* _pParent ) :OGridPage(_pParent, "GridFieldsSelection", "modules/sabpilot/ui/gridfieldsselectionpage.ui") { diff --git a/extensions/source/dbpilots/gridwizard.hxx b/extensions/source/dbpilots/gridwizard.hxx index 9c66ae9e72cd..871bca83e7cb 100644 --- a/extensions/source/dbpilots/gridwizard.hxx +++ b/extensions/source/dbpilots/gridwizard.hxx @@ -26,19 +26,11 @@ namespace dbp { - - - - //= OGridSettings - struct OGridSettings : public OControlWizardSettings { ::com::sun::star::uno::Sequence< OUString > aSelectedFields; }; - - //= OGridWizard - class OGridWizard : public OControlWizard { protected: @@ -68,7 +60,6 @@ namespace dbp void implApplySettings(); }; - //= OGridPage class OGridPage : public OControlWizardPage { public: @@ -78,7 +69,6 @@ namespace dbp OGridSettings& getSettings() { return static_cast<OGridWizard*>(getDialog())->getSettings(); } }; - //= OGridFieldsSelection class OGridFieldsSelection : public OGridPage { protected: diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index 89f56cde8ec1..eb8b8e1276f3 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -43,10 +43,6 @@ namespace dbp using namespace ::com::sun::star::form; using namespace ::svt; - - //= OGroupBoxWizard - - OGroupBoxWizard::OGroupBoxWizard( vcl::Window* _pParent, const Reference< XPropertySet >& _rxObjectModel, const Reference< XComponentContext >& _rxContext ) :OControlWizard(_pParent, _rxObjectModel, _rxContext) @@ -182,10 +178,6 @@ namespace dbp return OControlWizard::onFinish(); } - - //= ORadioSelectionPage - - ORadioSelectionPage::ORadioSelectionPage( OControlWizard* _pParent ) :OGBWPage(_pParent, "GroupRadioSelectionPage", "modules/sabpilot/ui/groupradioselectionpage.ui") { @@ -337,10 +329,6 @@ namespace dbp } } - - //= ODefaultFieldSelectionPage - - ODefaultFieldSelectionPage::ODefaultFieldSelectionPage( OControlWizard* _pParent ) :OMaybeListSelectionPage(_pParent, "DefaultFieldSelectionPage", "modules/sabpilot/ui/defaultfieldselectionpage.ui") { @@ -397,10 +385,6 @@ namespace dbp return true; } - - //= OOptionValuesPage - - OOptionValuesPage::OOptionValuesPage( OControlWizard* _pParent ) :OGBWPage(_pParent, "OptionValuesPage", "modules/sabpilot/ui/optionvaluespage.ui") ,m_nLastSelection((::svt::WizardTypes::WizardState)-1) @@ -496,10 +480,6 @@ namespace dbp return true; } - - //= OOptionDBFieldPage - - OOptionDBFieldPage::OOptionDBFieldPage( OControlWizard* _pParent ) :ODBFieldPage(_pParent) { @@ -512,10 +492,6 @@ namespace dbp return getSettings().sDBField; } - - //= OFinalizeGBWPage - - OFinalizeGBWPage::OFinalizeGBWPage( OControlWizard* _pParent ) :OGBWPage(_pParent, "OptionsFinalPage", "modules/sabpilot/ui/optionsfinalpage.ui") { diff --git a/extensions/source/dbpilots/groupboxwiz.hxx b/extensions/source/dbpilots/groupboxwiz.hxx index 9413628bcc88..aeae81d10899 100644 --- a/extensions/source/dbpilots/groupboxwiz.hxx +++ b/extensions/source/dbpilots/groupboxwiz.hxx @@ -27,10 +27,6 @@ namespace dbp { - - - //= OOptionGroupSettings - struct OOptionGroupSettings : public OControlWizardSettings { StringArray aLabels; @@ -40,9 +36,6 @@ namespace dbp OUString sName; }; - - //= OGroupBoxWizard - class OGroupBoxWizard : public OControlWizard { protected: @@ -73,9 +66,6 @@ namespace dbp void createRadios(); }; - - //= OGBWPage - class OGBWPage : public OControlWizardPage { public: @@ -88,9 +78,6 @@ namespace dbp OOptionGroupSettings& getSettings() { return static_cast<OGroupBoxWizard*>(getDialog())->getSettings(); } }; - - //= ORadioSelectionPage - class ORadioSelectionPage : public OGBWPage { protected: @@ -120,9 +107,6 @@ namespace dbp void implCheckMoveButtons(); }; - - //= ODefaultFieldSelectionPage - class ODefaultFieldSelectionPage : public OMaybeListSelectionPage { protected: @@ -143,9 +127,6 @@ namespace dbp OOptionGroupSettings& getSettings() { return static_cast<OGroupBoxWizard*>(getDialog())->getSettings(); } }; - - //= OOptionValuesPage - class OOptionValuesPage : public OGBWPage { protected: @@ -174,9 +155,6 @@ namespace dbp DECL_LINK( OnOptionSelected, ListBox* ); }; - - //= OOptionDBFieldPage - class OOptionDBFieldPage : public ODBFieldPage { public: @@ -189,9 +167,6 @@ namespace dbp virtual OUString& getDBFieldSetting() SAL_OVERRIDE; }; - - //= OFinalizeGBWPage - class OFinalizeGBWPage : public OGBWPage { protected: diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx index 458f9743df07..7feea7d7024d 100644 --- a/extensions/source/dbpilots/listcombowizard.cxx +++ b/extensions/source/dbpilots/listcombowizard.cxx @@ -45,10 +45,6 @@ namespace dbp using namespace ::svt; using namespace ::dbtools; - - //= OListComboWizard - - OListComboWizard::OListComboWizard( vcl::Window* _pParent, const Reference< XPropertySet >& _rxObjectModel, const Reference< XComponentContext >& _rxContext ) :OControlWizard(_pParent, _rxObjectModel, _rxContext) @@ -219,10 +215,6 @@ namespace dbp return true; } - - //= OLCPage - - Reference< XNameAccess > OLCPage::getTables(bool _bNeedIt) { Reference< XConnection > xConn = getFormConnection(); @@ -270,10 +262,6 @@ namespace dbp return aColumnNames; } - - //= OContentTableSelection - - OContentTableSelection::OContentTableSelection( OListComboWizard* _pParent ) :OLCPage(_pParent, "TableSelectionPage", "modules/sabpilot/ui/contenttablepage.ui") { @@ -364,10 +352,6 @@ namespace dbp return true; } - - //= OContentFieldSelection - - OContentFieldSelection::OContentFieldSelection( OListComboWizard* _pParent ) :OLCPage(_pParent, "FieldSelectionPage", "modules/sabpilot/ui/contentfieldpage.ui") { @@ -445,10 +429,6 @@ namespace dbp return true; } - - //= OLinkFieldsPage - - OLinkFieldsPage::OLinkFieldsPage( OListComboWizard* _pParent ) :OLCPage(_pParent, "FieldLinkPage", "modules/sabpilot/ui/fieldlinkpage.ui") { @@ -530,10 +510,6 @@ namespace dbp return true; } - - //= OComboDBFieldPage - - OComboDBFieldPage::OComboDBFieldPage( OControlWizard* _pParent ) :ODBFieldPage(_pParent) { diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx index ec28093479ce..57aee28352d8 100644 --- a/extensions/source/dbpilots/listcombowizard.hxx +++ b/extensions/source/dbpilots/listcombowizard.hxx @@ -34,9 +34,6 @@ namespace dbp #define LCW_STATE_FIELDLINK 3 #define LCW_STATE_COMBODBFIELD 4 - - //= OListComboSettings - struct OListComboSettings : public OControlWizardSettings { OUString sListContentTable; @@ -45,9 +42,6 @@ namespace dbp OUString sLinkedListField; }; - - //= OListComboWizard - class OListComboWizard : public OControlWizard { protected: @@ -82,7 +76,6 @@ namespace dbp void implApplySettings(); }; - //= OLCPage class OLCPage : public OControlWizardPage { public: @@ -102,9 +95,6 @@ namespace dbp getTableFields(bool _bNeedIt); }; - - //= OContentTableSelection - class OContentTableSelection : public OLCPage { protected: @@ -129,9 +119,6 @@ namespace dbp DECL_LINK( OnTableSelected, ListBox* ); }; - - //= OContentFieldSelection - class OContentFieldSelection : public OLCPage { protected: @@ -158,9 +145,6 @@ namespace dbp virtual bool canAdvance() const SAL_OVERRIDE; }; - - //= OLinkFieldsPage - class OLinkFieldsPage : public OLCPage { protected: @@ -188,9 +172,6 @@ namespace dbp DECL_LINK(OnSelectionModified, void*); }; - - //= OComboDBFieldPage - class OComboDBFieldPage : public ODBFieldPage { public: diff --git a/extensions/source/dbpilots/optiongrouplayouter.cxx b/extensions/source/dbpilots/optiongrouplayouter.cxx index c34613fc8fc9..4ac4b955e092 100644 --- a/extensions/source/dbpilots/optiongrouplayouter.cxx +++ b/extensions/source/dbpilots/optiongrouplayouter.cxx @@ -50,10 +50,6 @@ namespace dbp using namespace ::com::sun::star::text; using namespace ::com::sun::star::view; - - //= OOptionGroupLayouter - - OOptionGroupLayouter::OOptionGroupLayouter(const Reference< XComponentContext >& _rxContext) :mxContext(_rxContext) { diff --git a/extensions/source/dbpilots/optiongrouplayouter.hxx b/extensions/source/dbpilots/optiongrouplayouter.hxx index 8f062818ddca..c3910eeb135f 100644 --- a/extensions/source/dbpilots/optiongrouplayouter.hxx +++ b/extensions/source/dbpilots/optiongrouplayouter.hxx @@ -35,8 +35,6 @@ namespace dbp struct OControlWizardContext; struct OOptionGroupSettings; - //= OOptionGroupLayouter - class OOptionGroupLayouter { ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > diff --git a/extensions/source/dbpilots/unoautopilot.hxx b/extensions/source/dbpilots/unoautopilot.hxx index 46e1bc096e74..d4b7be402c7e 100644 --- a/extensions/source/dbpilots/unoautopilot.hxx +++ b/extensions/source/dbpilots/unoautopilot.hxx @@ -31,8 +31,6 @@ namespace dbp { - //= OUnoAutoPilot - typedef ::svt::OGenericUnoDialog OUnoAutoPilot_Base; template <class TYPE, class SERVICEINFO> class OUnoAutoPilot diff --git a/extensions/source/dbpilots/wizardcontext.hxx b/extensions/source/dbpilots/wizardcontext.hxx index 4869ccd143ad..e1e9640e31f5 100644 --- a/extensions/source/dbpilots/wizardcontext.hxx +++ b/extensions/source/dbpilots/wizardcontext.hxx @@ -37,10 +37,6 @@ namespace dbp { - - - //= OControlWizardContext - struct OControlWizardContext { // the global data source context diff --git a/extensions/source/dbpilots/wizardservices.cxx b/extensions/source/dbpilots/wizardservices.cxx index 68e7b43f9ecd..d7169df6809e 100644 --- a/extensions/source/dbpilots/wizardservices.cxx +++ b/extensions/source/dbpilots/wizardservices.cxx @@ -55,10 +55,6 @@ namespace dbp using namespace ::com::sun::star::uno; - - //= OGroupBoxSI - - OUString OGroupBoxSI::getImplementationName() { return OUString("org.openoffice.comp.dbp.OGroupBoxWizard"); @@ -72,10 +68,6 @@ namespace dbp return aReturn; } - - //= OListComboSI - - OUString OListComboSI::getImplementationName() { return OUString("org.openoffice.comp.dbp.OListComboWizard"); @@ -89,10 +81,6 @@ namespace dbp return aReturn; } - - //= OGridSI - - OUString OGridSI::getImplementationName() { return OUString("org.openoffice.comp.dbp.OGridWizard"); diff --git a/extensions/source/dbpilots/wizardservices.hxx b/extensions/source/dbpilots/wizardservices.hxx index 276e0837c801..02e0a120a151 100644 --- a/extensions/source/dbpilots/wizardservices.hxx +++ b/extensions/source/dbpilots/wizardservices.hxx @@ -26,12 +26,7 @@ namespace dbp { - - - - //= OGroupBoxSI - - /// service info for the group box wizard + // service info for the group box wizard struct OGroupBoxSI { public: @@ -40,10 +35,7 @@ namespace dbp getServiceNames(); }; - - //= OListComboSI - - /// service info for the list/combo box wizard + // service info for the list/combo box wizard struct OListComboSI { public: @@ -53,9 +45,7 @@ namespace dbp }; - //= OGridSI - - /// service info for the grid wizard + // service info for the grid wizard struct OGridSI { public: diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx index cc69d33882da..bc19b5aaa073 100644 --- a/extensions/source/inc/componentmodule.cxx +++ b/extensions/source/inc/componentmodule.cxx @@ -39,11 +39,7 @@ namespace COMPMOD_NAMESPACE using namespace ::comphelper; using namespace ::cppu; - - //= OModuleImpl - - /** implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner - */ + // implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner class OModuleImpl { ResMgr* m_pResources; @@ -94,8 +90,6 @@ namespace COMPMOD_NAMESPACE } - //= OModule - ::osl::Mutex OModule::s_aMutex; sal_Int32 OModule::s_nClients = 0; OModuleImpl* OModule::s_pImpl = NULL; diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx index 5634c4067a5a..ecd6d73a4450 100644 --- a/extensions/source/inc/componentmodule.hxx +++ b/extensions/source/inc/componentmodule.hxx @@ -53,9 +53,6 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService rtl_ModuleCount* ); - - //= OModule - class OModuleImpl; class OModule { @@ -140,10 +137,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService }; - //= OModuleResourceClient - - /** base class for objects which uses any global module-specific resources - */ + // base class for objects which uses any global module-specific resources class OModuleResourceClient { public: @@ -152,10 +146,7 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService }; - //= ModuleRes - - /** specialized ResId, using the resource manager provided by the global module - */ + // specialized ResId, using the resource manager provided by the global module class ModuleRes : public ::ResId { public: @@ -163,8 +154,6 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService }; - //= OMultiInstanceAutoRegistration - template <class TYPE> class OMultiInstanceAutoRegistration { @@ -204,9 +193,6 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleService OModule::revokeComponent(TYPE::getImplementationName_Static()); } - - //= OOneInstanceAutoRegistration - template <class TYPE> class OOneInstanceAutoRegistration { diff --git a/extensions/source/logging/consolehandler.cxx b/extensions/source/logging/consolehandler.cxx index 81b28e377c7c..6433d3ba0ccf 100644 --- a/extensions/source/logging/consolehandler.cxx +++ b/extensions/source/logging/consolehandler.cxx @@ -61,10 +61,6 @@ namespace logging namespace LogLevel = ::com::sun::star::logging::LogLevel; - - //= ConsoleHandler - declaration - - typedef ::cppu::WeakComponentImplHelper3 < XConsoleHandler , XServiceInfo , XInitialization @@ -117,10 +113,6 @@ namespace logging void leaveMethod( MethodGuard::Access ); }; - - //= ConsoleHandler - implementation - - ConsoleHandler::ConsoleHandler( const Reference< XComponentContext >& _rxContext ) :ConsoleHandler_Base( m_aMutex ) ,m_aHandlerHelper( _rxContext, m_aMutex, rBHelper ) diff --git a/extensions/source/logging/csvformatter.cxx b/extensions/source/logging/csvformatter.cxx index 77ddfe4299c6..12c82dd8564b 100644 --- a/extensions/source/logging/csvformatter.cxx +++ b/extensions/source/logging/csvformatter.cxx @@ -49,8 +49,7 @@ namespace logging using ::com::sun::star::logging::LogRecord; using ::com::sun::star::uno::XInterface; - //= CsvFormatter - declaration - //= formats for csv files as defined by RFC4180 + // formats for csv files as defined by RFC4180 typedef ::cppu::WeakImplHelper2 < XCsvLogFormatter , XServiceInfo > CsvFormatter_Base; @@ -101,7 +100,7 @@ namespace logging }; } // namespace logging -//= private helpers +// private helpers namespace { const sal_Unicode quote_char = '"'; @@ -152,7 +151,6 @@ namespace }; } -//= CsvFormatter - implementation namespace logging { CsvFormatter::CsvFormatter() diff --git a/extensions/source/logging/filehandler.cxx b/extensions/source/logging/filehandler.cxx index dd75190180d5..9f9135832f0e 100644 --- a/extensions/source/logging/filehandler.cxx +++ b/extensions/source/logging/filehandler.cxx @@ -68,9 +68,6 @@ namespace logging using ::com::sun::star::util::XStringSubstitution; using ::com::sun::star::beans::NamedValue; - - //= FileHandler - declaration - typedef ::cppu::WeakComponentImplHelper3 < XLogHandler , XServiceInfo , XInitialization @@ -145,10 +142,6 @@ namespace logging void impl_doStringsubstitution_nothrow( OUString& _inout_rURL ); }; - - //= FileHandler - implementation - - FileHandler::FileHandler( const Reference< XComponentContext >& _rxContext ) :FileHandler_Base( m_aMutex ) ,m_xContext( _rxContext ) diff --git a/extensions/source/logging/loghandler.cxx b/extensions/source/logging/loghandler.cxx index 7b8af0f35598..a2022b9d724f 100644 --- a/extensions/source/logging/loghandler.cxx +++ b/extensions/source/logging/loghandler.cxx @@ -46,10 +46,6 @@ namespace logging namespace LogLevel = ::com::sun::star::logging::LogLevel; - - //= LogHandlerHelper - - LogHandlerHelper::LogHandlerHelper( const Reference< XComponentContext >& _rxContext, ::osl::Mutex& _rMutex, ::cppu::OBroadcastHelper& _rBHelper ) :m_eEncoding( RTL_TEXTENCODING_UTF8 ) ,m_nLevel( LogLevel::SEVERE ) diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx index a0c8693e4500..428e2d69a577 100644 --- a/extensions/source/logging/loghandler.hxx +++ b/extensions/source/logging/loghandler.hxx @@ -32,10 +32,6 @@ namespace logging { - - - //= - class LogHandlerHelper { private: diff --git a/extensions/source/logging/logrecord.cxx b/extensions/source/logging/logrecord.cxx index a8ebc64dbb17..d09c5971f63d 100644 --- a/extensions/source/logging/logrecord.cxx +++ b/extensions/source/logging/logrecord.cxx @@ -32,10 +32,6 @@ namespace logging using ::com::sun::star::logging::LogRecord; using ::com::sun::star::util::DateTime; - - //= helper - - namespace { /** returns a string representation of the current thread diff --git a/extensions/source/logging/logrecord.hxx b/extensions/source/logging/logrecord.hxx index dfc7e9db47c2..877b7cf0517b 100644 --- a/extensions/source/logging/logrecord.hxx +++ b/extensions/source/logging/logrecord.hxx @@ -28,10 +28,6 @@ namespace logging { - - - //= helper - ::com::sun::star::logging::LogRecord createLogRecord( const OUString& _rLoggerName, const OUString& _rClassName, diff --git a/extensions/source/logging/methodguard.hxx b/extensions/source/logging/methodguard.hxx index e0d501f5f9cb..a0f8cda88ca5 100644 --- a/extensions/source/logging/methodguard.hxx +++ b/extensions/source/logging/methodguard.hxx @@ -23,11 +23,6 @@ namespace logging { - - - - //= ComponentMethodGuard - template < class COMPONENT > class ComponentMethodGuard { diff --git a/extensions/source/logging/plaintextformatter.cxx b/extensions/source/logging/plaintextformatter.cxx index b044978e4a5b..70ba037a9306 100644 --- a/extensions/source/logging/plaintextformatter.cxx +++ b/extensions/source/logging/plaintextformatter.cxx @@ -48,9 +48,6 @@ namespace logging using ::com::sun::star::logging::LogRecord; using ::com::sun::star::uno::XInterface; - - //= PlainTextFormatter - declaration - typedef ::cppu::WeakImplHelper2 < XLogFormatter , XServiceInfo > PlainTextFormatter_Base; @@ -77,10 +74,6 @@ namespace logging static Reference< XInterface > Create( const Reference< XComponentContext >& _rxContext ); }; - - //= PlainTextFormatter - implementation - - PlainTextFormatter::PlainTextFormatter() { } diff --git a/extensions/source/propctrlr/MasterDetailLinkDialog.cxx b/extensions/source/propctrlr/MasterDetailLinkDialog.cxx index 7803b2951f20..7f87be710192 100644 --- a/extensions/source/propctrlr/MasterDetailLinkDialog.cxx +++ b/extensions/source/propctrlr/MasterDetailLinkDialog.cxx @@ -35,10 +35,6 @@ namespace pcr using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; - - //= MasterDetailLinkDialog - - MasterDetailLinkDialog::MasterDetailLinkDialog(const Reference< XComponentContext >& _rxContext ) :OGenericUnoDialog( _rxContext ) { diff --git a/extensions/source/propctrlr/MasterDetailLinkDialog.hxx b/extensions/source/propctrlr/MasterDetailLinkDialog.hxx index a00f852028b2..924b0626deaa 100644 --- a/extensions/source/propctrlr/MasterDetailLinkDialog.hxx +++ b/extensions/source/propctrlr/MasterDetailLinkDialog.hxx @@ -29,9 +29,6 @@ namespace pcr typedef ::svt::OGenericUnoDialog MasterDetailLinkDialog_DBase; typedef ::comphelper::OPropertyArrayUsageHelper< MasterDetailLinkDialog > MasterDetailLinkDialog_PBase; - - //= MasterDetailLinkDialog - class MasterDetailLinkDialog : public MasterDetailLinkDialog_DBase ,public MasterDetailLinkDialog_PBase ,public PcrClient diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx index 1d3bd4c53981..80cbe9266523 100644 --- a/extensions/source/propctrlr/browserline.cxx +++ b/extensions/source/propctrlr/browserline.cxx @@ -51,8 +51,6 @@ namespace pcr namespace PropertyLineElement = ::com::sun::star::inspection::PropertyLineElement; - //= OBrowserLine - OBrowserLine::OBrowserLine( const OUString& _rEntryName, vcl::Window* pParent ) :m_sEntryName( _rEntryName ) ,m_aFtTitle(VclPtr<FixedText>::Create(pParent)) diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx index dca5033e18cb..f5cfc3bc0a18 100644 --- a/extensions/source/propctrlr/browserlistbox.cxx +++ b/extensions/source/propctrlr/browserlistbox.cxx @@ -58,9 +58,6 @@ namespace pcr namespace PropertyControlType = ::com::sun::star::inspection::PropertyControlType; - - //= ControlEvent - enum ControlEventType { FOCUS_GAINED, @@ -80,9 +77,6 @@ namespace pcr } }; - - //= SharedNotifier - class SharedNotifier: private boost::noncopyable { private: @@ -122,8 +116,6 @@ namespace pcr } - //= PropertyControlContext_Impl - /** implementation for of <type scope="com::sun::star::inspection">XPropertyControlContext</type> which forwards all events to a non-UNO version of this interface */ @@ -339,10 +331,6 @@ namespace pcr } } - - //= OBrowserListBox - - OBrowserListBox::OBrowserListBox( vcl::Window* pParent, WinBits nWinStyle) :Control(pParent, nWinStyle| WB_CLIPCHILDREN) ,m_aLinesPlayground(VclPtr<vcl::Window>::Create(this,WB_DIALOGCONTROL | WB_CLIPCHILDREN)) diff --git a/extensions/source/propctrlr/browserlistbox.hxx b/extensions/source/propctrlr/browserlistbox.hxx index f8b3c754839f..193ec8164a01 100644 --- a/extensions/source/propctrlr/browserlistbox.hxx +++ b/extensions/source/propctrlr/browserlistbox.hxx @@ -49,7 +49,7 @@ namespace pcr class PropertyControlContext_Impl; - //= administrative structures for OBrowserListBox + // administrative structures for OBrowserListBox typedef ::boost::shared_ptr< OBrowserLine > BrowserLinePointer; struct ListBoxLine @@ -69,8 +69,6 @@ namespace pcr typedef ::std::vector< ListBoxLine > ListBoxLines; - //= IControlContext - /** non-UNO version of XPropertyControlContext */ class SAL_NO_VTABLE IControlContext @@ -84,9 +82,6 @@ namespace pcr ~IControlContext() {} }; - - //= OBrowserListBox - class OBrowserListBox :public Control ,public IButtonClickListener ,public IControlContext diff --git a/extensions/source/propctrlr/browserpage.hxx b/extensions/source/propctrlr/browserpage.hxx index 8ce0b50cd8fe..c76edaa78134 100644 --- a/extensions/source/propctrlr/browserpage.hxx +++ b/extensions/source/propctrlr/browserpage.hxx @@ -27,10 +27,6 @@ namespace pcr { - - - //= OBrowserPage - class OBrowserPage : public TabPage { private: diff --git a/extensions/source/propctrlr/browserview.cxx b/extensions/source/propctrlr/browserview.cxx index ab512b46eccc..7bfd6915384a 100644 --- a/extensions/source/propctrlr/browserview.cxx +++ b/extensions/source/propctrlr/browserview.cxx @@ -28,9 +28,6 @@ namespace pcr using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; - //= class OPropertyBrowserView - - OPropertyBrowserView::OPropertyBrowserView(vcl::Window* _pParent, WinBits nBits) :Window(_pParent, nBits | WB_3DLOOK) ,m_nActivePage(0) diff --git a/extensions/source/propctrlr/browserview.hxx b/extensions/source/propctrlr/browserview.hxx index 59e687149a89..60f0667bf4e6 100644 --- a/extensions/source/propctrlr/browserview.hxx +++ b/extensions/source/propctrlr/browserview.hxx @@ -32,9 +32,6 @@ namespace pcr class OPropertyEditor; - - //= - class OPropertyBrowserView : public vcl::Window { VclPtr<OPropertyEditor> m_pPropBox; diff --git a/extensions/source/propctrlr/buttonnavigationhandler.cxx b/extensions/source/propctrlr/buttonnavigationhandler.cxx index 0dc7532ce027..20f1a6b0e5af 100644 --- a/extensions/source/propctrlr/buttonnavigationhandler.cxx +++ b/extensions/source/propctrlr/buttonnavigationhandler.cxx @@ -42,10 +42,6 @@ namespace pcr using namespace ::com::sun::star::frame; using namespace ::com::sun::star::inspection; - - //= ButtonNavigationHandler - - ButtonNavigationHandler::ButtonNavigationHandler( const Reference< XComponentContext >& _rxContext ) :ButtonNavigationHandler_Base( _rxContext ) { diff --git a/extensions/source/propctrlr/buttonnavigationhandler.hxx b/extensions/source/propctrlr/buttonnavigationhandler.hxx index 967e66338029..77dd59b8a6dc 100644 --- a/extensions/source/propctrlr/buttonnavigationhandler.hxx +++ b/extensions/source/propctrlr/buttonnavigationhandler.hxx @@ -26,10 +26,6 @@ namespace pcr { - - - //= ButtonNavigationHandler - class ButtonNavigationHandler; typedef HandlerComponentBase< ButtonNavigationHandler > ButtonNavigationHandler_Base; /** a property handler for any virtual string properties diff --git a/extensions/source/propctrlr/cellbindinghandler.cxx b/extensions/source/propctrlr/cellbindinghandler.cxx index 549b5b9e478c..e994186ca79d 100644 --- a/extensions/source/propctrlr/cellbindinghandler.cxx +++ b/extensions/source/propctrlr/cellbindinghandler.cxx @@ -49,10 +49,6 @@ namespace pcr using namespace ::com::sun::star::form::binding; using namespace ::comphelper; - - //= CellBindingPropertyHandler - - CellBindingPropertyHandler::CellBindingPropertyHandler( const Reference< XComponentContext >& _rxContext ) :CellBindingPropertyHandler_Base( _rxContext ) ,m_pCellExchangeConverter( new DefaultEnumRepresentation( *m_pInfoService, ::cppu::UnoType<sal_Int16>::get(), PROPERTY_ID_CELL_EXCHANGE_TYPE ) ) diff --git a/extensions/source/propctrlr/cellbindinghandler.hxx b/extensions/source/propctrlr/cellbindinghandler.hxx index e07bfa0d3808..4c02f23ea13d 100644 --- a/extensions/source/propctrlr/cellbindinghandler.hxx +++ b/extensions/source/propctrlr/cellbindinghandler.hxx @@ -35,8 +35,6 @@ namespace pcr class CellBindingHelper; class IPropertyEnumRepresentation; - //= CellBindingPropertyHandler - class CellBindingPropertyHandler; typedef HandlerComponentBase< CellBindingPropertyHandler > CellBindingPropertyHandler_Base; class CellBindingPropertyHandler : public CellBindingPropertyHandler_Base diff --git a/extensions/source/propctrlr/cellbindinghelper.cxx b/extensions/source/propctrlr/cellbindinghelper.cxx index 234ac9158ab7..83d0866f1d8c 100644 --- a/extensions/source/propctrlr/cellbindinghelper.cxx +++ b/extensions/source/propctrlr/cellbindinghelper.cxx @@ -76,9 +76,6 @@ namespace pcr } - //= CellBindingHelper - - CellBindingHelper::CellBindingHelper( const Reference< XPropertySet >& _rxControlModel, const Reference< XModel >& _rxContextDocument ) :m_xControlModel( _rxControlModel ) { @@ -102,7 +99,7 @@ namespace pcr { sal_Int16 nSheetIndex = -1; // every sheet has a draw page, and every draw page has a forms collection. - // Our control, OTOH, belongs to a forms collection. Match these ... + // Our control, OTOH, belongs to a forms collection. Match these... try { // for determining the draw page, we need the forms collection which diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx index 89bf212a6e03..e0224aa9ed27 100644 --- a/extensions/source/propctrlr/cellbindinghelper.hxx +++ b/extensions/source/propctrlr/cellbindinghelper.hxx @@ -34,10 +34,6 @@ namespace pcr { - - - //= CellBindingHelper - /** encapsulates functionality related to binding a form control to a spreadsheet cell */ class CellBindingHelper diff --git a/extensions/source/propctrlr/commoncontrol.cxx b/extensions/source/propctrlr/commoncontrol.cxx index e337ccf7a0dc..48ed7f388c62 100644 --- a/extensions/source/propctrlr/commoncontrol.cxx +++ b/extensions/source/propctrlr/commoncontrol.cxx @@ -36,10 +36,6 @@ namespace pcr using ::com::sun::star::uno::Exception; using ::com::sun::star::inspection::XPropertyControl; - - //= ControlHelper - - ControlHelper::ControlHelper( vcl::Window* _pControlWindow, sal_Int16 _nControlType, XPropertyControl& _rAntiImpl, IModifyListener* _pModifyListener ) :m_pControlWindow( _pControlWindow ) ,m_nControlType( _nControlType ) diff --git a/extensions/source/propctrlr/commoncontrol.hxx b/extensions/source/propctrlr/commoncontrol.hxx index cbe825f32156..adddbb01f4d9 100644 --- a/extensions/source/propctrlr/commoncontrol.hxx +++ b/extensions/source/propctrlr/commoncontrol.hxx @@ -35,8 +35,6 @@ namespace pcr class ControlHelper; - //= ControlWindow - template< class WINDOW > class ControlWindow : public WINDOW { diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx index fe5c71a2f3cd..fdeff6309b42 100644 --- a/extensions/source/propctrlr/composeduiupdate.cxx +++ b/extensions/source/propctrlr/composeduiupdate.cxx @@ -46,9 +46,6 @@ namespace pcr namespace PropertyLineElement = ::com::sun::star::inspection::PropertyLineElement; - - //= helper - namespace { struct HandlerLess : public ::std::binary_function < Reference< XPropertyHandler > @@ -68,13 +65,10 @@ namespace pcr } - //= callbacks for CachedInspectorUI + // callbacks for CachedInspectorUI typedef void (ComposedPropertyUIUpdate::*FNotifySingleUIChange)(); - - //= CachedInspectorUI - typedef ::cppu::WeakImplHelper1 < ::com::sun::star::inspection::XObjectInspectorUI > CachedInspectorUI_Base; struct CachedInspectorUI: @@ -377,7 +371,7 @@ namespace pcr } - //= HandlerMap + // HandlerMap typedef ::std::map < Reference< XPropertyHandler > , ::rtl::Reference< CachedInspectorUI > @@ -388,10 +382,6 @@ namespace pcr ImplMapHandlerToUI aHandlers; }; - - //= ComposedPropertyUIUpdate - - ComposedPropertyUIUpdate::ComposedPropertyUIUpdate( const Reference< XObjectInspectorUI >& _rxDelegatorUI, IPropertyExistenceCheck* _pPropertyCheck ) :m_pCollectedUIs( new MapHandlerToUI ) @@ -423,10 +413,7 @@ namespace pcr namespace { - //= StringBagCollector - - /** an STL-compatible structure which collects strings from a CachedInspectorUI instances - */ + // an STL-compatible structure which collects strings from a CachedInspectorUI instances struct StringBagCollector : public ::std::unary_function< ImplMapHandlerToUI::value_type, void > { private: @@ -449,10 +436,7 @@ namespace pcr }; - //= StringBagClearer - - /** an STL-compatible structure which cleans a certain string bag in a CachedInspectorUI instances - */ + // an STL-compatible structure which cleans a certain string bag in a CachedInspectorUI instances struct StringBagClearer : public ::std::unary_function< ImplMapHandlerToUI::value_type, void > { private: @@ -472,19 +456,12 @@ namespace pcr } }; - - //= FPropertyUISetter - - /** a typedef for a ->XObjectInspectorUI member function taking a string - */ + // a typedef for a ->XObjectInspectorUI member function taking a string typedef void ( SAL_CALL XObjectInspectorUI::*FPropertyUISetter )( const OUString& ); - //= PropertyUIOperator - - /** an STL-compatible struct which calls a certain member method (taking a string) at a - given ->XObjectInspectorUI instance - */ + // an STL-compatible struct which calls a certain member method (taking a string) at a + // given ->XObjectInspectorUI instance struct PropertyUIOperator : public ::std::unary_function< OUString, void > { private: @@ -510,11 +487,8 @@ namespace pcr }; - //= IStringKeyBooleanUIUpdate - - /** an interface which encapsulates access to a single aspect of the ->XObjectInspectorUI, - where this aspect is given by a string key, and has a boolean value. - */ + // an interface which encapsulates access to a single aspect of the ->XObjectInspectorUI, + // where this aspect is given by a string key, and has a boolean value. class IStringKeyBooleanUIUpdate { public: @@ -524,7 +498,7 @@ namespace pcr }; - //= FPropertyUIFlagSetter + // FPropertyUIFlagSetter /** an implementation of the ->IStringKeyBooleanUIUpdate interface which, for a fixed ->XObjectInspectorUI instance and a fixed UI element (->PropertyLineElement), @@ -554,18 +528,12 @@ namespace pcr } - //= FPropertyUIFlagSetter - - /** a ->XObjectInspectorUI method taking a string and a boolean - */ + // a ->XObjectInspectorUI method taking a string and a boolean typedef void ( SAL_CALL XObjectInspectorUI::*FPropertyUIFlagSetter )( const OUString&, sal_Bool ); - //= DefaultStringKeyBooleanUIUpdate - - /** an implementaiton of the ->IStringKeyBooleanUIUpdate interface which calls - am arbitrary ->XObjectInspectorUI method taking a string and a boolean flag - */ + // an implementaiton of the ->IStringKeyBooleanUIUpdate interface which calls + // am arbitrary ->XObjectInspectorUI method taking a string and a boolean flag class DefaultStringKeyBooleanUIUpdate : public IStringKeyBooleanUIUpdate { private: @@ -592,11 +560,8 @@ namespace pcr } - //= BooleanUIAspectUpdate - - /** an STL-compatible structure which applies a ->IStringKeyBooleanUIUpdate::updateUIForKey - operation with a fixed boolean value, for a given string value - */ + // an STL-compatible structure which applies a ->IStringKeyBooleanUIUpdate::updateUIForKey + // operation with a fixed boolean value, for a given string value struct BooleanUIAspectUpdate : public ::std::unary_function< OUString, void > { private: @@ -622,10 +587,9 @@ namespace pcr }; - //= BooleanUIAspectUpdate + // BooleanUIAspectUpdate - /** an STL-compatible structure subtracting a given string from a fixed ->StringBag - */ + // an STL-compatible structure subtracting a given string from a fixed ->StringBag struct StringBagComplement : public ::std::unary_function< OUString, void > { private: @@ -646,7 +610,7 @@ namespace pcr }; - //= BooleanUIAspectUpdate + // BooleanUIAspectUpdate void lcl_fireUIStateFlag( const IStringKeyBooleanUIUpdate& _rUIUpdate, diff --git a/extensions/source/propctrlr/composeduiupdate.hxx b/extensions/source/propctrlr/composeduiupdate.hxx index 6363c2cd33b1..18afbb375eed 100644 --- a/extensions/source/propctrlr/composeduiupdate.hxx +++ b/extensions/source/propctrlr/composeduiupdate.hxx @@ -32,11 +32,6 @@ namespace pcr { - - - //= some helper types - - struct MapHandlerToUI; /** callback for an ComposedPropertyUIUpdate checking a given property for existence @@ -50,9 +45,6 @@ namespace pcr ~IPropertyExistenceCheck() {} }; - - //= ComposedPropertyUIUpdate - /** helper class composing requests to a ->XObjectInspectorUI interface, coming from multiple sources @@ -196,9 +188,6 @@ namespace pcr ComposedPropertyUIUpdate& operator=( const ComposedPropertyUIUpdate& ) SAL_DELETED_FUNCTION; }; - - //= ComposedUIAutoFireGuard - class ComposedUIAutoFireGuard { private: diff --git a/extensions/source/propctrlr/controlfontdialog.cxx b/extensions/source/propctrlr/controlfontdialog.cxx index 54ae2733d633..37a04881a8e7 100644 --- a/extensions/source/propctrlr/controlfontdialog.cxx +++ b/extensions/source/propctrlr/controlfontdialog.cxx @@ -39,10 +39,6 @@ namespace pcr using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; - - //= OControlFontDialog - - OControlFontDialog::OControlFontDialog(const Reference< XComponentContext >& _rxContext ) :OGenericUnoDialog( _rxContext ) ,m_pFontItems(NULL) diff --git a/extensions/source/propctrlr/controlfontdialog.hxx b/extensions/source/propctrlr/controlfontdialog.hxx index e9d30f4c67d0..f2b204102f41 100644 --- a/extensions/source/propctrlr/controlfontdialog.hxx +++ b/extensions/source/propctrlr/controlfontdialog.hxx @@ -30,10 +30,6 @@ class SfxPoolItem; namespace pcr { - - - //= OControlFontDialog - class OControlFontDialog; typedef ::svt::OGenericUnoDialog OControlFontDialog_DBase; typedef ::comphelper::OPropertyArrayUsageHelper< OControlFontDialog > OControlFontDialog_PBase; diff --git a/extensions/source/propctrlr/controltype.hxx b/extensions/source/propctrlr/controltype.hxx index d56ba7402fc5..b42f550f2a1a 100644 --- a/extensions/source/propctrlr/controltype.hxx +++ b/extensions/source/propctrlr/controltype.hxx @@ -25,10 +25,6 @@ namespace pcr { - - - //= control types, analogous to FormComponentType - namespace ControlType { static const sal_Int16 FIXEDLINE = (sal_Int16)100; diff --git a/extensions/source/propctrlr/defaultforminspection.cxx b/extensions/source/propctrlr/defaultforminspection.cxx index 3f9108464ee3..f4a27163c96d 100644 --- a/extensions/source/propctrlr/defaultforminspection.cxx +++ b/extensions/source/propctrlr/defaultforminspection.cxx @@ -56,10 +56,6 @@ namespace pcr using ::com::sun::star::ucb::AlreadyInitializedException; using ::com::sun::star::lang::IllegalArgumentException; - - //= DefaultFormComponentInspectorModel - - DefaultFormComponentInspectorModel::DefaultFormComponentInspectorModel( bool _bUseFormFormComponentHandlers ) :ImplInspectorModel() ,m_bUseFormComponentHandlers( _bUseFormFormComponentHandlers ) diff --git a/extensions/source/propctrlr/defaultforminspection.hxx b/extensions/source/propctrlr/defaultforminspection.hxx index 22e17deebe03..780d0cfd1242 100644 --- a/extensions/source/propctrlr/defaultforminspection.hxx +++ b/extensions/source/propctrlr/defaultforminspection.hxx @@ -30,8 +30,6 @@ namespace pcr class OPropertyInfoService; - //= DefaultFormComponentInspectorModel - class DefaultFormComponentInspectorModel : public ImplInspectorModel { private: diff --git a/extensions/source/propctrlr/defaulthelpprovider.cxx b/extensions/source/propctrlr/defaulthelpprovider.cxx index 8016a2da0831..276b9a92eaf0 100644 --- a/extensions/source/propctrlr/defaulthelpprovider.cxx +++ b/extensions/source/propctrlr/defaulthelpprovider.cxx @@ -58,10 +58,6 @@ namespace pcr using ::com::sun::star::awt::XWindow; using ::com::sun::star::awt::XVclWindowPeer; - - //= DefaultHelpProvider - - DefaultHelpProvider::DefaultHelpProvider() :m_bConstructed( false ) { diff --git a/filter/source/msfilter/countryid.cxx b/filter/source/msfilter/countryid.cxx index 832d4b2886da..cd546e2b7226 100644 --- a/filter/source/msfilter/countryid.cxx +++ b/filter/source/msfilter/countryid.cxx @@ -317,6 +317,6 @@ LanguageType ConvertCountryToLanguage( CountryId eCountry ) return (pEntry != pEnd) ? pEntry->meLanguage : LANGUAGE_DONTKNOW; } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/filter/source/msfilter/mscodec.cxx b/filter/source/msfilter/mscodec.cxx index 260d191568ec..dc1c211add59 100644 --- a/filter/source/msfilter/mscodec.cxx +++ b/filter/source/msfilter/mscodec.cxx @@ -545,6 +545,6 @@ void MSCodec_Std97::GetDocId( sal_uInt8 pDocId[16] ) -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx index 41e47c60f9e8..5f9f16f049cd 100644 --- a/include/editeng/hangulhanja.hxx +++ b/include/editeng/hangulhanja.hxx @@ -278,7 +278,7 @@ namespace editeng return MsLangId::isChinese(nLang); } -} // namespace svx +} #endif // INCLUDED_EDITENG_HANGULHANJA_HXX diff --git a/include/filter/msfilter/countryid.hxx b/include/filter/msfilter/countryid.hxx index 3af2803b0e18..72b4181930f7 100644 --- a/include/filter/msfilter/countryid.hxx +++ b/include/filter/msfilter/countryid.hxx @@ -302,7 +302,7 @@ MSFILTER_DLLPUBLIC LanguageType ConvertCountryToLanguage( CountryId eCountry ); -} // namespace svx +} diff --git a/include/svx/ParaLineSpacingPopup.hxx b/include/svx/ParaLineSpacingPopup.hxx index 1460c744f384..8b336a4334f6 100644 --- a/include/svx/ParaLineSpacingPopup.hxx +++ b/include/svx/ParaLineSpacingPopup.hxx @@ -42,7 +42,7 @@ public: virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE; }; -} // namespace svx +} #endif diff --git a/include/svx/dataaccessdescriptor.hxx b/include/svx/dataaccessdescriptor.hxx index 2a91fa2c76de..d0e6b03e6c77 100644 --- a/include/svx/dataaccessdescriptor.hxx +++ b/include/svx/dataaccessdescriptor.hxx @@ -127,7 +127,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_DATAACCESSDESCRIPTOR_HXX diff --git a/include/svx/databaselocationinput.hxx b/include/svx/databaselocationinput.hxx index 69760de999f4..69999a94fd5e 100644 --- a/include/svx/databaselocationinput.hxx +++ b/include/svx/databaselocationinput.hxx @@ -79,7 +79,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_DATABASELOCATIONINPUT_HXX diff --git a/include/svx/databaseregistrationui.hxx b/include/svx/databaseregistrationui.hxx index 625f08887b65..ad66832aad35 100644 --- a/include/svx/databaseregistrationui.hxx +++ b/include/svx/databaseregistrationui.hxx @@ -34,7 +34,7 @@ namespace svx */ sal_uInt16 SVX_DLLPUBLIC administrateDatabaseRegistration( vcl::Window* _parentWindow ); -} // namespace svx +} #endif // INCLUDED_SVX_DATABASEREGISTRATIONUI_HXX diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx index ebe4e78255dc..a846b2d8ae1b 100644 --- a/include/svx/dbaexchange.hxx +++ b/include/svx/dbaexchange.hxx @@ -291,7 +291,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_DBAEXCHANGE_HXX diff --git a/include/svx/dbaobjectex.hxx b/include/svx/dbaobjectex.hxx index 57f9844286b9..89e1f56a6657 100644 --- a/include/svx/dbaobjectex.hxx +++ b/include/svx/dbaobjectex.hxx @@ -69,7 +69,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_DBAOBJECTEX_HXX diff --git a/include/svx/dbcharsethelper.hxx b/include/svx/dbcharsethelper.hxx index 395d33dfcb16..f3461212a2bf 100644 --- a/include/svx/dbcharsethelper.hxx +++ b/include/svx/dbcharsethelper.hxx @@ -33,8 +33,8 @@ namespace svxform { namespace charset_helper */ SVX_DLLPUBLIC sal_Int32 getSupportedTextEncodings( ::std::vector< rtl_TextEncoding >& _rEncs ); -} // namespace charset_helper -} // namespace svxform +} +} #endif // SVX_DBCHARSETCLIENT_HXX diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index ef05aa0f4503..acc16f78122a 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -178,7 +178,7 @@ public: /** An item<->control connection for a DialControl. */ typedef sfx::ItemControlConnection< sfx::Int32ItemWrapper, DialControlWrapper > DialControlConnection; -} // namespace svx +} #endif diff --git a/include/svx/fmsrccfg.hxx b/include/svx/fmsrccfg.hxx index 9ebf527960c9..5177751b6728 100644 --- a/include/svx/fmsrccfg.hxx +++ b/include/svx/fmsrccfg.hxx @@ -137,7 +137,7 @@ namespace svxform }; -} // namespace svxform +} diff --git a/include/svx/framebordertype.hxx b/include/svx/framebordertype.hxx index e54b2eb7ef6d..afc05e616d1a 100644 --- a/include/svx/framebordertype.hxx +++ b/include/svx/framebordertype.hxx @@ -51,7 +51,7 @@ size_t GetIndexFromFrameBorderType( FrameBorderType eBorder ); -} // namespace svx +} #endif diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx index ef4775403ce2..1983468ddc2e 100644 --- a/include/svx/framelink.hxx +++ b/include/svx/framelink.hxx @@ -681,8 +681,8 @@ SVX_DLLPUBLIC void DrawDiagFrameBorders( -} // namespace frame -} // namespace svx +} +} /* Yes, I love ASCII art. :-) -DR- */ diff --git a/include/svx/framelinkarray.hxx b/include/svx/framelinkarray.hxx index 2e4b8bf5c94d..5b60d70ff4f3 100644 --- a/include/svx/framelinkarray.hxx +++ b/include/svx/framelinkarray.hxx @@ -383,8 +383,8 @@ private: ArrayImplPtr mxImpl; }; -} // namespace frame -} // namespace svx +} +} #endif diff --git a/include/svx/frmdirlbox.hxx b/include/svx/frmdirlbox.hxx index d4df82a607c8..76b3b242113e 100644 --- a/include/svx/frmdirlbox.hxx +++ b/include/svx/frmdirlbox.hxx @@ -88,7 +88,7 @@ typedef sfx::ItemControlConnection< FrameDirItemWrapper, FrameDirListBoxWrapper -} // namespace svx +} #endif diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx index 66f36f57e628..a3bfdd837bcd 100644 --- a/include/svx/frmsel.hxx +++ b/include/svx/frmsel.hxx @@ -195,7 +195,7 @@ private: -} // namespace svx +} #endif diff --git a/include/svx/sdrobjectfilter.hxx b/include/svx/sdrobjectfilter.hxx index c7398ccc1fe0..c08678cc4c95 100644 --- a/include/svx/sdrobjectfilter.hxx +++ b/include/svx/sdrobjectfilter.hxx @@ -43,7 +43,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SDROBJECTFILTER_HXX diff --git a/include/svx/shapeproperty.hxx b/include/svx/shapeproperty.hxx index 6fd58bd82063..11b9eae1dfbe 100644 --- a/include/svx/shapeproperty.hxx +++ b/include/svx/shapeproperty.hxx @@ -43,7 +43,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SHAPEPROPERTY_HXX diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx index ac0ac3f5fa3d..a12a991c536e 100644 --- a/include/svx/shapepropertynotifier.hxx +++ b/include/svx/shapepropertynotifier.hxx @@ -136,7 +136,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SHAPEPROPERTYNOTIFIER_HXX diff --git a/include/svx/tbxcolor.hxx b/include/svx/tbxcolor.hxx index 23467408d489..97fc71eef0df 100644 --- a/include/svx/tbxcolor.hxx +++ b/include/svx/tbxcolor.hxx @@ -56,7 +56,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_TBXCOLOR_HXX diff --git a/include/svx/tbxcolorupdate.hxx b/include/svx/tbxcolorupdate.hxx index 9f00d1386a64..1a649e4153fa 100644 --- a/include/svx/tbxcolorupdate.hxx +++ b/include/svx/tbxcolorupdate.hxx @@ -62,7 +62,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_TBXCOLORUPDATE_HXX diff --git a/include/svx/xmlexchg.hxx b/include/svx/xmlexchg.hxx index 18b09be08f8b..6a9073b9e43e 100644 --- a/include/svx/xmlexchg.hxx +++ b/include/svx/xmlexchg.hxx @@ -86,7 +86,7 @@ namespace svx -} // namespace svx +} #endif // INCLUDED_SVX_XMLEXCHG_HXX diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index 6a8db74f90e8..c4d7c53b9680 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -453,7 +453,7 @@ void SAL_CALL ScAccessibleContextBase::notifyEvent( { } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL ScAccessibleContextBase::getImplementationName() throw (uno::RuntimeException, std::exception) { diff --git a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx index a4370fe3a56c..0d0209ec71c3 100644 --- a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx +++ b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx @@ -184,7 +184,7 @@ uno::Reference<XAccessibleStateSet> SAL_CALL return pStateSet; } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL ScAccessiblePageHeaderArea::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx index 5d87c78c288f..a1f7fca04035 100644 --- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx @@ -415,7 +415,7 @@ void SAL_CALL AccessibleContextBase::release (); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessibleDocumentViewBase::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx index f6df1c395f1c..2e85582e3de5 100644 --- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx @@ -391,7 +391,7 @@ void SAL_CALL OSL_TRACE (" done"); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessibleDrawDocumentView::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx index 7d17fe6c69d9..dbe9323c0137 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx @@ -180,7 +180,7 @@ void SAL_CALL AccessibleOutlineView::removeAccessibleEventListener( const uno::R AccessibleContextBase::removeEventListener(xListener); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessibleOutlineView::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessiblePageShape.cxx b/sd/source/ui/accessibility/AccessiblePageShape.cxx index 4ebed11874ac..9254f3babd1b 100644 --- a/sd/source/ui/accessibility/AccessiblePageShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx @@ -219,7 +219,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground() return nColor; } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessiblePageShape::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx index 150fe48e6882..8d63fbec2b41 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx @@ -42,7 +42,7 @@ AccessiblePresentationGraphicShape::~AccessiblePresentationGraphicShape() { } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessiblePresentationGraphicShape::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx index 3eb1a82773cc..f6307e68c28a 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx @@ -42,7 +42,7 @@ AccessiblePresentationOLEShape::~AccessiblePresentationOLEShape() { } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessiblePresentationOLEShape::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx index c0a5520fbb35..8d03f8ad967a 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx @@ -44,7 +44,7 @@ AccessiblePresentationShape::~AccessiblePresentationShape() { } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessiblePresentationShape::getImplementationName() diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx index a9c6a05c9abd..69b7dabdac06 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx @@ -402,7 +402,7 @@ sal_Int32 SAL_CALL AccessibleSlideSorterObject::getBackground() return static_cast<sal_Int32>(nColor); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessibleSlideSorterObject::getImplementationName() throw (::com::sun::star::uno::RuntimeException, std::exception) diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx index f2f4f4a9df0c..b6531ee17f27 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx @@ -618,7 +618,7 @@ void SAL_CALL AccessibleSlideSorterView::deselectAccessibleChild (sal_Int32 nChi throw lang::IndexOutOfBoundsException(); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL AccessibleSlideSorterView::getImplementationName() throw (::com::sun::star::uno::RuntimeException, std::exception) diff --git a/svtools/source/control/accessibleruler.cxx b/svtools/source/control/accessibleruler.cxx index 42d476ac09f7..942c7b3ab7dd 100644 --- a/svtools/source/control/accessibleruler.cxx +++ b/svtools/source/control/accessibleruler.cxx @@ -307,7 +307,7 @@ sal_Int32 SvtRulerAccessible::getBackground( ) return mpRepr->GetControlBackground().GetColor(); } -//===== XServiceInfo ======================================================== +// XServiceInfo OUString SAL_CALL SvtRulerAccessible::getImplementationName() throw( RuntimeException, std::exception ) { return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.ui.SvtRulerAccessible" ) ); diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx index 5378d7de937b..40c175fb3976 100644 --- a/svx/source/accessibility/AccessibleFrameSelector.cxx +++ b/svx/source/accessibility/AccessibleFrameSelector.cxx @@ -577,7 +577,7 @@ void AccFrameSelector::Invalidate() -} // namespace a11y -} // namespace svx +} +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx index 1a7a09812eb1..69aff5d6feb8 100644 --- a/svx/source/accessibility/charmapacc.cxx +++ b/svx/source/accessibility/charmapacc.cxx @@ -854,7 +854,7 @@ sal_Int32 SAL_CALL SvxShowCharSetAcc::getBackground( ) throw (RuntimeException, -} // namespace svx +} diff --git a/svx/source/dialog/databaseregistrationui.cxx b/svx/source/dialog/databaseregistrationui.cxx index 089faad66941..c57588219a2e 100644 --- a/svx/source/dialog/databaseregistrationui.cxx +++ b/svx/source/dialog/databaseregistrationui.cxx @@ -45,6 +45,6 @@ namespace svx return nResult; } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index 3dac04e87da2..21755f8d25fc 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -543,6 +543,6 @@ void DialControlWrapper::SetControlValue( sal_Int32 nValue ) -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index f431a55334b0..e3f1ab32cfba 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -1377,7 +1377,7 @@ void BrokenRecoveryDialog::impl_askForSavePath() } } - } // namespace DocRecovery -} // namespace svx + } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx index 851028690638..e7e93b8a74c4 100644 --- a/svx/source/dialog/framelink.cxx +++ b/svx/source/dialog/framelink.cxx @@ -1525,7 +1525,7 @@ void DrawDiagFrameBorders( -} // namespace frame -} // namespace svx +} +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx index 6a3371941812..615970dbcfc5 100644 --- a/svx/source/dialog/framelinkarray.cxx +++ b/svx/source/dialog/framelinkarray.cxx @@ -1343,7 +1343,7 @@ void Array::DrawArray( OutputDevice& rDev, const Color* pForceColor ) const -} // namespace frame -} // namespace svx +} +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/frmdirlbox.cxx b/svx/source/dialog/frmdirlbox.cxx index 3614cff40362..bc2239f70942 100644 --- a/svx/source/dialog/frmdirlbox.cxx +++ b/svx/source/dialog/frmdirlbox.cxx @@ -110,6 +110,6 @@ void FrameDirListBoxWrapper::SetControlValue( SvxFrameDirection eValue ) -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx index 7d606d2fe640..a87ee3a73560 100644 --- a/svx/source/dialog/frmsel.cxx +++ b/svx/source/dialog/frmsel.cxx @@ -1265,6 +1265,6 @@ FrameBorderIterBase< Cont, Iter, Pred >& FrameBorderIterBase< Cont, Iter, Pred > -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx index 89ecc71dfed8..d622c8b4b66d 100644 --- a/svx/source/dialog/orienthelper.cxx +++ b/svx/source/dialog/orienthelper.cxx @@ -183,6 +183,6 @@ void OrientStackedWrapper::SetControlValue( bool bValue ) -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/fmcomp/dbaexchange.cxx b/svx/source/fmcomp/dbaexchange.cxx index 570177f3fe02..270e41a6a53f 100644 --- a/svx/source/fmcomp/dbaexchange.cxx +++ b/svx/source/fmcomp/dbaexchange.cxx @@ -686,7 +686,7 @@ namespace svx } -} // namespace svx +} diff --git a/svx/source/fmcomp/dbaobjectex.cxx b/svx/source/fmcomp/dbaobjectex.cxx index c2a66f28216c..38d4a1e0d4c3 100644 --- a/svx/source/fmcomp/dbaobjectex.cxx +++ b/svx/source/fmcomp/dbaobjectex.cxx @@ -145,7 +145,7 @@ namespace svx } -} // namespace svx +} diff --git a/svx/source/fmcomp/xmlexchg.cxx b/svx/source/fmcomp/xmlexchg.cxx index 22b1a3ccc684..3b6f0431e69e 100644 --- a/svx/source/fmcomp/xmlexchg.cxx +++ b/svx/source/fmcomp/xmlexchg.cxx @@ -57,6 +57,6 @@ namespace svx return rThis.m_aDescriptor; } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx index 4cb371d81b86..cdc419b8551e 100644 --- a/svx/source/form/dataaccessdescriptor.cxx +++ b/svx/source/form/dataaccessdescriptor.cxx @@ -399,7 +399,7 @@ namespace svx } -} // namespace svx +} diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index b7069a27b317..b10c94b79dee 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -290,7 +290,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/datalistener.cxx b/svx/source/form/datalistener.cxx index 18f2900436f0..813f51a73612 100644 --- a/svx/source/form/datalistener.cxx +++ b/svx/source/form/datalistener.cxx @@ -83,7 +83,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index c5712e17d6e1..2e70850ffa6b 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -3441,6 +3441,6 @@ namespace svxform { } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/dbcharsethelper.cxx b/svx/source/form/dbcharsethelper.cxx index aa26c27aaaac..fe88160c9457 100644 --- a/svx/source/form/dbcharsethelper.cxx +++ b/svx/source/form/dbcharsethelper.cxx @@ -43,8 +43,8 @@ namespace svxform { namespace charset_helper return _rEncs.size(); } -} // namespace charset_helper -} // namespace svxform +} +} diff --git a/svx/source/form/delayedevent.cxx b/svx/source/form/delayedevent.cxx index 0a226d24a010..f06fc1d0c3ea 100644 --- a/svx/source/form/delayedevent.cxx +++ b/svx/source/form/delayedevent.cxx @@ -55,7 +55,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 405cae05229a..98e1f45a3277 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -2000,7 +2000,7 @@ FmFilterNavigatorWinMgr::FmFilterNavigatorWinMgr( vcl::Window *_pParent, sal_uIn } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmcontrolbordermanager.cxx b/svx/source/form/fmcontrolbordermanager.cxx index c1752360dab1..8cbe36f4872e 100644 --- a/svx/source/form/fmcontrolbordermanager.cxx +++ b/svx/source/form/fmcontrolbordermanager.cxx @@ -421,7 +421,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmcontrollayout.cxx b/svx/source/form/fmcontrollayout.cxx index 5ecc273cd9bd..661b481697d9 100644 --- a/svx/source/form/fmcontrollayout.cxx +++ b/svx/source/form/fmcontrollayout.cxx @@ -309,7 +309,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmdocumentclassification.cxx b/svx/source/form/fmdocumentclassification.cxx index ade7433a9217..c937685c9cd3 100644 --- a/svx/source/form/fmdocumentclassification.cxx +++ b/svx/source/form/fmdocumentclassification.cxx @@ -193,7 +193,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index 44c636aeef96..11ee1c18c162 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -619,7 +619,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx index 0d27ca92e242..a0d81a5bf3b8 100644 --- a/svx/source/form/fmscriptingenv.cxx +++ b/svx/source/form/fmscriptingenv.cxx @@ -999,7 +999,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmservs.cxx b/svx/source/form/fmservs.cxx index 37fa3cfda0ef..3f8d2ac789e3 100644 --- a/svx/source/form/fmservs.cxx +++ b/svx/source/form/fmservs.cxx @@ -67,6 +67,6 @@ namespace svxform REGISTER_SERVICE(FmXGridControl, FM_SUN_CONTROL_GRIDCONTROL); }; -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmtextcontroldialogs.cxx b/svx/source/form/fmtextcontroldialogs.cxx index 9126dd8a90d5..a859c3598d82 100644 --- a/svx/source/form/fmtextcontroldialogs.cxx +++ b/svx/source/form/fmtextcontroldialogs.cxx @@ -84,7 +84,7 @@ namespace svx AddTabPage("labelTP_TABULATOR", RID_SVXPAGE_TABULATOR); } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmtextcontrolfeature.cxx b/svx/source/form/fmtextcontrolfeature.cxx index d88f567843db..75ff5755f604 100644 --- a/svx/source/form/fmtextcontrolfeature.cxx +++ b/svx/source/form/fmtextcontrolfeature.cxx @@ -110,7 +110,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx index 917ce8589cb8..e19ff158d38a 100644 --- a/svx/source/form/fmtextcontrolshell.cxx +++ b/svx/source/form/fmtextcontrolshell.cxx @@ -1364,7 +1364,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formcontrolfactory.cxx b/svx/source/form/formcontrolfactory.cxx index 5827999cfc39..9aae5dea5ee1 100644 --- a/svx/source/form/formcontrolfactory.cxx +++ b/svx/source/form/formcontrolfactory.cxx @@ -717,7 +717,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index 3cce6bd0820e..861c33ff2649 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -4268,6 +4268,6 @@ void SAL_CALL FormController::columnChanged( const EventObject& /*_event*/ ) thr implInvalidateCurrentControlDependentFeatures(); } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formcontrolling.cxx b/svx/source/form/formcontrolling.cxx index 0df82ee887d3..e2ef294cc503 100644 --- a/svx/source/form/formcontrolling.cxx +++ b/svx/source/form/formcontrolling.cxx @@ -510,7 +510,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formdispatchinterceptor.cxx b/svx/source/form/formdispatchinterceptor.cxx index 318fa8e116cd..2fae8dbac936 100644 --- a/svx/source/form/formdispatchinterceptor.cxx +++ b/svx/source/form/formdispatchinterceptor.cxx @@ -182,7 +182,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formfeaturedispatcher.cxx b/svx/source/form/formfeaturedispatcher.cxx index 791543657ac6..664f6a1239ad 100644 --- a/svx/source/form/formfeaturedispatcher.cxx +++ b/svx/source/form/formfeaturedispatcher.cxx @@ -205,7 +205,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/formtoolbars.cxx b/svx/source/form/formtoolbars.cxx index 898b522cbcd4..b7dcb073da7b 100644 --- a/svx/source/form/formtoolbars.cxx +++ b/svx/source/form/formtoolbars.cxx @@ -94,7 +94,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/legacyformcontroller.cxx b/svx/source/form/legacyformcontroller.cxx index da0d3d618e2f..010fd70718db 100644 --- a/svx/source/form/legacyformcontroller.cxx +++ b/svx/source/form/legacyformcontroller.cxx @@ -197,7 +197,7 @@ namespace svxform return aServices; } -} // namespace svxform +} ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL LegacyFormController_NewInstance_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & _rxORB ) diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index 9003b2577f39..938c166b6156 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -2178,7 +2178,7 @@ namespace svxform } -} // namespace svxform +} diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx index 95bc82438dcb..f00b331e84ce 100644 --- a/svx/source/form/navigatortreemodel.cxx +++ b/svx/source/form/navigatortreemodel.cxx @@ -962,7 +962,7 @@ namespace svxform } -} // namespace svxform +} diff --git a/svx/source/form/sdbdatacolumn.cxx b/svx/source/form/sdbdatacolumn.cxx index 676d4cc11a09..a98122243570 100644 --- a/svx/source/form/sdbdatacolumn.cxx +++ b/svx/source/form/sdbdatacolumn.cxx @@ -273,7 +273,7 @@ namespace svxform } -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/sqlparserclient.cxx b/svx/source/form/sqlparserclient.cxx index bb8d7d458199..6f2ced18f938 100644 --- a/svx/source/form/sqlparserclient.cxx +++ b/svx/source/form/sqlparserclient.cxx @@ -47,7 +47,7 @@ namespace svxform return std::shared_ptr< OSQLParseNode >(m_pParser->predicateTree(_rErrorMessage, _rStatement, _rxFormatter, _rxField)); } -} // namespace svxform +} diff --git a/svx/source/form/stringlistresource.cxx b/svx/source/form/stringlistresource.cxx index cea9e09a230c..81c87f98e1be 100644 --- a/svx/source/form/stringlistresource.cxx +++ b/svx/source/form/stringlistresource.cxx @@ -44,7 +44,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/form/xfm_addcondition.cxx b/svx/source/form/xfm_addcondition.cxx index 6b4bdb5bfd72..eaf48e26b6a2 100644 --- a/svx/source/form/xfm_addcondition.cxx +++ b/svx/source/form/xfm_addcondition.cxx @@ -162,7 +162,7 @@ namespace svxform } -} // namespace svxformv +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/AccessibleFrameSelector.hxx b/svx/source/inc/AccessibleFrameSelector.hxx index f1a5c9140052..09bc230734e0 100644 --- a/svx/source/inc/AccessibleFrameSelector.hxx +++ b/svx/source/inc/AccessibleFrameSelector.hxx @@ -127,8 +127,8 @@ private: -} // namespace a11y -} // namespace svx +} +} #endif diff --git a/svx/source/inc/datalistener.hxx b/svx/source/inc/datalistener.hxx index 32132b24d2ae..e6ceeb22e198 100644 --- a/svx/source/inc/datalistener.hxx +++ b/svx/source/inc/datalistener.hxx @@ -65,7 +65,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_DATALISTENER_HXX diff --git a/svx/source/inc/datanavi.hxx b/svx/source/inc/datanavi.hxx index fb50d78f7640..5dba115d44eb 100644 --- a/svx/source/inc/datanavi.hxx +++ b/svx/source/inc/datanavi.hxx @@ -669,7 +669,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_DATANAVI_HXX diff --git a/svx/source/inc/delayedevent.hxx b/svx/source/inc/delayedevent.hxx index b339fe9f6913..2ccaca72b11c 100644 --- a/svx/source/inc/delayedevent.hxx +++ b/svx/source/inc/delayedevent.hxx @@ -74,7 +74,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_DELAYEDEVENT_HXX diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx index 207295015903..6fe45661967e 100644 --- a/svx/source/inc/docrecovery.hxx +++ b/svx/source/inc/docrecovery.hxx @@ -613,8 +613,8 @@ class BrokenRecoveryDialog : public ModalDialog /** @short TODO */ void impl_askForSavePath(); }; - } // namespace DocRecovery -} // namespace svx + } +} #endif diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx index 63c4426c89b2..5633f02ec3b8 100644 --- a/svx/source/inc/filtnav.hxx +++ b/svx/source/inc/filtnav.hxx @@ -349,7 +349,7 @@ public: }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FILTNAV_HXX diff --git a/svx/source/inc/fmcontrolbordermanager.hxx b/svx/source/inc/fmcontrolbordermanager.hxx index b4dee519966c..796e9df671cf 100644 --- a/svx/source/inc/fmcontrolbordermanager.hxx +++ b/svx/source/inc/fmcontrolbordermanager.hxx @@ -242,7 +242,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FMCONTROLBORDERMANAGER_HXX diff --git a/svx/source/inc/fmcontrollayout.hxx b/svx/source/inc/fmcontrollayout.hxx index b717c8f6cb37..3f4c5fc60fd6 100644 --- a/svx/source/inc/fmcontrollayout.hxx +++ b/svx/source/inc/fmcontrollayout.hxx @@ -60,7 +60,7 @@ namespace svxform } -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FMCONTROLLAYOUT_HXX diff --git a/svx/source/inc/fmdocumentclassification.hxx b/svx/source/inc/fmdocumentclassification.hxx index b79066a60028..b41349eb3963 100644 --- a/svx/source/inc/fmdocumentclassification.hxx +++ b/svx/source/inc/fmdocumentclassification.hxx @@ -63,7 +63,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FMDOCUMENTCLASSIFICATION_HXX diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx index 814c4fbe7f25..227cbd42b621 100644 --- a/svx/source/inc/fmexch.hxx +++ b/svx/source/inc/fmexch.hxx @@ -251,7 +251,7 @@ namespace svxform } -} // namespace svxform +} #endif diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx index a10c207feafa..0e9afbcef127 100644 --- a/svx/source/inc/fmexpl.hxx +++ b/svx/source/inc/fmexpl.hxx @@ -588,7 +588,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FMEXPL_HXX diff --git a/svx/source/inc/fmscriptingenv.hxx b/svx/source/inc/fmscriptingenv.hxx index 9e9e7db31a3b..cc875e407ec4 100644 --- a/svx/source/inc/fmscriptingenv.hxx +++ b/svx/source/inc/fmscriptingenv.hxx @@ -83,7 +83,7 @@ namespace svxform PFormScriptingEnvironment createDefaultFormScriptingEnvironment( FmFormModel& _rFormModel ); -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FMSCRIPTINGENV_HXX diff --git a/svx/source/inc/fmslotinvalidator.hxx b/svx/source/inc/fmslotinvalidator.hxx index 62bbdbff5154..783e7263c2b6 100644 --- a/svx/source/inc/fmslotinvalidator.hxx +++ b/svx/source/inc/fmslotinvalidator.hxx @@ -32,7 +32,7 @@ namespace svx protected: ~ISlotInvalidator() {} }; -} // namespace svx +} #endif // INCLUDED_SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX diff --git a/svx/source/inc/fmtextcontroldialogs.hxx b/svx/source/inc/fmtextcontroldialogs.hxx index f8012557d624..f3269a7779a3 100644 --- a/svx/source/inc/fmtextcontroldialogs.hxx +++ b/svx/source/inc/fmtextcontroldialogs.hxx @@ -49,7 +49,7 @@ namespace svx TextControlParaAttribDialog(vcl::Window* _pParent, const SfxItemSet& _rCoreSet); }; -} // namespace svx +} #endif // INCLUDED_SVX_SOURCE_INC_FMTEXTCONTROLDIALOGS_HXX diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx index dda2ebeab4db..33e16412a8e3 100644 --- a/svx/source/inc/fmtextcontrolfeature.hxx +++ b/svx/source/inc/fmtextcontrolfeature.hxx @@ -84,7 +84,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SOURCE_INC_FMTEXTCONTROLFEATURE_HXX diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx index b1765ab0cc6a..416895bb6162 100644 --- a/svx/source/inc/fmtextcontrolshell.hxx +++ b/svx/source/inc/fmtextcontrolshell.hxx @@ -203,7 +203,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SOURCE_INC_FMTEXTCONTROLSHELL_HXX diff --git a/svx/source/inc/formcontrolfactory.hxx b/svx/source/inc/formcontrolfactory.hxx index 0952008b2464..5b6dcf2228a1 100644 --- a/svx/source/inc/formcontrolfactory.hxx +++ b/svx/source/inc/formcontrolfactory.hxx @@ -102,7 +102,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FORMCONTROLFACTORY_HXX diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx index 45d74e6b46e3..5ae418cff4f1 100644 --- a/svx/source/inc/formcontroller.hxx +++ b/svx/source/inc/formcontroller.hxx @@ -570,7 +570,7 @@ namespace svxform DECL_LINK( OnDeactivated, void* ); }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FORMCONTROLLER_HXX diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx index 5927e4a505dc..60134c9f3c5a 100644 --- a/svx/source/inc/formcontrolling.hxx +++ b/svx/source/inc/formcontrolling.hxx @@ -220,7 +220,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SOURCE_INC_FORMCONTROLLING_HXX diff --git a/svx/source/inc/formdispatchinterceptor.hxx b/svx/source/inc/formdispatchinterceptor.hxx index 529a941c2d02..c6b3c0874918 100644 --- a/svx/source/inc/formdispatchinterceptor.hxx +++ b/svx/source/inc/formdispatchinterceptor.hxx @@ -103,7 +103,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FORMDISPATCHINTERCEPTOR_HXX diff --git a/svx/source/inc/formfeaturedispatcher.hxx b/svx/source/inc/formfeaturedispatcher.hxx index 964eff888c39..8c860e4a0a38 100644 --- a/svx/source/inc/formfeaturedispatcher.hxx +++ b/svx/source/inc/formfeaturedispatcher.hxx @@ -118,7 +118,7 @@ namespace svx }; -} // namespace svx +} #endif diff --git a/svx/source/inc/formtoolbars.hxx b/svx/source/inc/formtoolbars.hxx index 0e1111f0f563..bd745d9dfa4e 100644 --- a/svx/source/inc/formtoolbars.hxx +++ b/svx/source/inc/formtoolbars.hxx @@ -65,7 +65,7 @@ namespace svxform } }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_FORMTOOLBARS_HXX diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx index 762c3cc54459..4b516e83139b 100644 --- a/svx/source/inc/frmselimpl.hxx +++ b/svx/source/inc/frmselimpl.hxx @@ -292,7 +292,7 @@ typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_i typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderSelected_Pred > SelFrameBorderIter; -} // namespace svx +} #endif diff --git a/svx/source/inc/sdbdatacolumn.hxx b/svx/source/inc/sdbdatacolumn.hxx index 37bd498c6031..d5270accec0b 100644 --- a/svx/source/inc/sdbdatacolumn.hxx +++ b/svx/source/inc/sdbdatacolumn.hxx @@ -128,7 +128,7 @@ namespace svxform #endif // INCLUDED_SVX_SOURCE_INC_SDBDATACOLUMN_HXX -} // namespace svxform +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/sqlparserclient.hxx b/svx/source/inc/sqlparserclient.hxx index 85924e4696b0..f7cc610394be 100644 --- a/svx/source/inc/sqlparserclient.hxx +++ b/svx/source/inc/sqlparserclient.hxx @@ -59,7 +59,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_SQLPARSERCLIENT_HXX diff --git a/svx/source/inc/stringlistresource.hxx b/svx/source/inc/stringlistresource.hxx index 76f23d3ac690..1d45b4e35678 100644 --- a/svx/source/inc/stringlistresource.hxx +++ b/svx/source/inc/stringlistresource.hxx @@ -67,7 +67,7 @@ namespace svx }; -} // namespace svx +} #endif // INCLUDED_SVX_SOURCE_INC_STRINGLISTRESOURCE_HXX diff --git a/svx/source/inc/xfm_addcondition.hxx b/svx/source/inc/xfm_addcondition.hxx index c3a4db2cae87..6ea9a95c3315 100644 --- a/svx/source/inc/xfm_addcondition.hxx +++ b/svx/source/inc/xfm_addcondition.hxx @@ -72,7 +72,7 @@ namespace svxform }; -} // namespace svxform +} #endif // INCLUDED_SVX_SOURCE_INC_XFM_ADDCONDITION_HXX diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx b/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx index cd2422ef2bf1..20e605a388f3 100644 --- a/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx +++ b/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx @@ -73,7 +73,7 @@ private: DECL_LINK(PredefinedValuesHandler, void*); }; -} // namespace svx +} #endif diff --git a/svx/source/tbxctrls/tbxcolor.cxx b/svx/source/tbxctrls/tbxcolor.cxx index 899a411273ab..52c91fe71336 100644 --- a/svx/source/tbxctrls/tbxcolor.cxx +++ b/svx/source/tbxctrls/tbxcolor.cxx @@ -98,7 +98,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 5f1a186c26f1..47840407348c 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -192,6 +192,6 @@ namespace svx } } } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx index 1e6af1a8b5a4..28ab0d5136ed 100644 --- a/svx/source/unodraw/shapepropertynotifier.cxx +++ b/svx/source/unodraw/shapepropertynotifier.cxx @@ -174,7 +174,7 @@ namespace svx } -} // namespace svx +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |