diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-30 11:06:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-01 06:57:19 +0000 |
commit | e209d115d41e25f5658dd52ae94ceb873b33013f (patch) | |
tree | 58b49bdcc833ec48bc8542f81b7918f50e07bb6d /extensions | |
parent | 8e27c68847c6461c7bc0bdbff44412d6bfb0b1e8 (diff) |
remove old standalone Sun bug numbers
Sun bug numbers without any accompanying text are completely useless.
Fixed with
git grep -lP '//\s*#\d+#\s*$'
| xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print'
And then hand-checking the result to restore places where it deleted code.
And then some more grepping and hand-editing to kill the others.
Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29
Reviewed-on: https://gerrit.libreoffice.org/19023
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibbeam.cxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/bibbeam.hxx | 2 | ||||
-rw-r--r-- | extensions/source/bibliography/bibload.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.hxx | 5 | ||||
-rw-r--r-- | extensions/source/propctrlr/browserline.cxx | 3 | ||||
-rw-r--r-- | extensions/source/propctrlr/browserview.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propcontroller.hxx | 3 | ||||
-rw-r--r-- | extensions/source/propctrlr/propertyeditor.hxx | 1 |
8 files changed, 1 insertions, 19 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx index 4a3878e21aa8..556eaa6d9148 100644 --- a/extensions/source/bibliography/bibbeam.cxx +++ b/extensions/source/bibliography/bibbeam.cxx @@ -77,7 +77,6 @@ namespace bib Reference< awt::XControlModel > m_xGridModel; Reference< awt::XControl > m_xControl; Reference< awt::XControlContainer > m_xControlContainer; - // #100312# Reference< frame::XDispatchProviderInterception> m_xDispatchProviderInterception; protected: @@ -94,7 +93,6 @@ namespace bib void disposeGridWin(); const Reference< awt::XControlContainer >& getControlContainer() const { return m_xControlContainer; } - // #100312# const Reference< frame::XDispatchProviderInterception>& getDispatchProviderInterception() const { return m_xDispatchProviderInterception; } virtual void GetFocus() SAL_OVERRIDE; @@ -156,7 +154,6 @@ namespace bib // Peer as Child to the FrameWindow m_xControlContainer->addControl("GridControl", m_xControl); m_xGridWin=uno::Reference< awt::XWindow > (m_xControl, UNO_QUERY ); - // #100312# m_xDispatchProviderInterception=uno::Reference< frame::XDispatchProviderInterception > (m_xControl, UNO_QUERY ); m_xGridWin->setVisible( sal_True ); m_xControl->setDesignMode( sal_True ); @@ -248,7 +245,6 @@ namespace bib return xReturn; } - // #100312# Reference< frame::XDispatchProviderInterception > BibBeamer::getDispatchProviderInterception() { Reference< frame::XDispatchProviderInterception > xReturn; diff --git a/extensions/source/bibliography/bibbeam.hxx b/extensions/source/bibliography/bibbeam.hxx index 02e074a18a5e..9d165bbfcdc9 100644 --- a/extensions/source/bibliography/bibbeam.hxx +++ b/extensions/source/bibliography/bibbeam.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XControlModel.hpp> #include <com/sun/star/form/XForm.hpp> -// #100312# ----------------- #include <com/sun/star/frame/XDispatchProviderInterception.hpp> #include <vcl/splitwin.hxx> #include "toolbar.hxx" @@ -65,7 +64,6 @@ namespace bib virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer > getControlContainer() SAL_OVERRIDE; public: - // #100312# ------------------- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception > getDispatchProviderInterception(); diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index 6aafbc4e7ad9..cb3b7f880fea 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -301,7 +301,6 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt } m_xDatMan->load(); - // #100312# ---------- m_pDatMan->RegisterInterceptor(pBeamer); if ( rListener.is() ) diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx index 854820f34fda..967af889cc19 100644 --- a/extensions/source/bibliography/datman.hxx +++ b/extensions/source/bibliography/datman.hxx @@ -29,7 +29,6 @@ #include <cppuhelper/interfacecontainer.h> #include <com/sun/star/form/XLoadable.hpp> #include <comphelper/broadcasthelper.hxx> -// #100312# -------------------- #include <com/sun/star/frame/XDispatchProviderInterceptor.hpp> #include <com/sun/star/frame/XDispatchProviderInterception.hpp> #include <cppuhelper/implbase.hxx> @@ -41,14 +40,12 @@ namespace vcl { class Window; } namespace bib { class BibView; - // #100312# ----------- class BibBeamer; } class BibToolBar; struct BibDBDescriptor; -// #100312# --------------------- class BibInterceptorHelper :public cppu::WeakImplHelper< ::com::sun::star::frame::XDispatchProviderInterceptor > { @@ -89,7 +86,6 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSourceProps; ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer > m_xParser; ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > m_xFormCtrl; - // #100312# ------------------- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > m_xFormDispatch; BibInterceptorHelper* m_pInterceptorHelper; @@ -180,7 +176,6 @@ public: void ResetIdentifierMapping() {sIdentifierMapping.clear();} ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > GetFormController(); - // #100312# ---------- void RegisterInterceptor( ::bib::BibBeamer* pBibBeamer); bool HasActiveConnection(); diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx index a2f2c59ee74e..1e0338596559 100644 --- a/extensions/source/propctrlr/browserline.cxx +++ b/extensions/source/propctrlr/browserline.cxx @@ -252,7 +252,6 @@ namespace pcr { if ( GetTitle() == _rNewTtile ) return; - // #99102# -------------- m_aFtTitle->SetText( _rNewTtile ); if ( m_pControlWindow ) m_pControlWindow->SetAccessibleName( _rNewTtile ); @@ -261,7 +260,6 @@ namespace pcr FullFillTitleString(); } - // #99102# --------------------------------------------------------- void OBrowserLine::FullFillTitleString() { if( m_pTheParent ) @@ -467,7 +465,6 @@ namespace pcr m_nNameWidth = nWidth+10; impl_layoutComponents(); } - // #99102# --------- FullFillTitleString(); } diff --git a/extensions/source/propctrlr/browserview.cxx b/extensions/source/propctrlr/browserview.cxx index 90b622076627..a26fbdedb7c8 100644 --- a/extensions/source/propctrlr/browserview.cxx +++ b/extensions/source/propctrlr/browserview.cxx @@ -104,7 +104,6 @@ namespace pcr m_pPropBox->SetSizePixel(aSize); } - // #95343# --------------------------------------------------------------- ::com::sun::star::awt::Size OPropertyBrowserView::getMinimumSize() { Size aSize = GetOutputSizePixel(); diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx index afbe6ea36fc2..acb9857245e5 100644 --- a/extensions/source/propctrlr/propcontroller.hxx +++ b/extensions/source/propctrlr/propcontroller.hxx @@ -70,7 +70,6 @@ namespace pcr class OPropertyEditor; struct OLineDescriptor; - // #95343#------------------------------------------------------------------------------------ typedef ::cppu::WeakImplHelper < ::com::sun::star::lang::XServiceInfo , ::com::sun::star::awt::XFocusListener , ::com::sun::star::awt::XLayoutConstrains @@ -170,7 +169,7 @@ namespace pcr // XEventListener virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - // XLayoutConstrains #95343# ---------------- + // XLayoutConstrains virtual ::com::sun::star::awt::Size SAL_CALL getMinimumSize( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::com::sun::star::awt::Size SAL_CALL getPreferredSize( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::com::sun::star::awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx index 76e2b19882bd..4576f226adc3 100644 --- a/extensions/source/propctrlr/propertyeditor.hxx +++ b/extensions/source/propctrlr/propertyeditor.hxx @@ -108,7 +108,6 @@ namespace pcr void setPageActivationHandler(const Link<LinkParamNone*,void>& _rHdl) { m_aPageActivationHandler = _rHdl; } - // #95343# ------------------------------- sal_Int32 getMinimumWidth(); sal_Int32 getMinimumHeight(); |