From e209d115d41e25f5658dd52ae94ceb873b33013f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 Sep 2015 11:06:04 +0200 Subject: 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 Tested-by: Noel Grandin --- include/xmloff/shapeexport.hxx | 1 - include/xmloff/shapeimport.hxx | 1 - include/xmloff/txtimp.hxx | 1 - include/xmloff/xmlimp.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'include/xmloff') diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx index 83aafd5587e3..a7f62e40d8e4 100644 --- a/include/xmloff/shapeexport.hxx +++ b/include/xmloff/shapeexport.hxx @@ -299,7 +299,6 @@ public: void enableLayerExport( bool bEnable = true ) { mbExportLayer = bEnable; } bool IsLayerExportEnabled() const { return mbExportLayer; } - // #88546# /** defines if the export should increment the progress bar or not */ void enableHandleProgressBar( bool bEnable = true ) { mbHandleProgressBar = bEnable; } bool IsHandleProgressBarEnabled() const { return mbHandleProgressBar; } diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index 3e72562e0eff..ca685da25a6c 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -411,7 +411,6 @@ public: static SvXMLImportPropertyMapper* CreateShapePropMapper( const com::sun::star::uno::Reference< com::sun::star::frame::XModel>& rModel, SvXMLImport& rImport ); - // #88546# /** defines if the import should increment the progress bar or not */ void enableHandleProgressBar( bool bEnable = true ); bool IsHandleProgressBarEnabled() const; diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index 923514a2f939..9783a9bed237 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -713,7 +713,6 @@ public: /// reset the last open redline ID void ResetOpenRedlineId(); - // #107848# /** redlining : Setter to remember the fact we are inside/outside * a element (deleted redline section) */ void SetInsideDeleteContext(bool const bNew); diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index ceb6f782fefb..a0d1378c0a30 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -201,7 +201,6 @@ protected: void _CreateDataStylesImport(); public: - // #110680# // SvXMLImport( sal_uInt16 nImportFlags = IMPORT_ALL ) throw(); SvXMLImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext, -- cgit