diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-05-15 13:27:19 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-15 17:55:15 +0000 |
commit | 5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (patch) | |
tree | 82704da8367f25963d08c570a4fa57e30e4ca839 /extensions | |
parent | 6fbda0905d4e721392038bfad9e173e180f788ee (diff) |
tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extensions')
75 files changed, 30 insertions, 508 deletions
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 ) { |