diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-05 23:11:48 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 17:38:50 +0100 |
commit | 9fb2730dc54926e054a85358bcfa03e35b37e94b (patch) | |
tree | 1523256f23ca7b40887d981b4e1c9a09917e9691 /sc/source/ui/drawfunc/fuins1.cxx | |
parent | 95909391a8b0232d10bef090f85c1b69352ad440 (diff) |
Remove dead code
Diffstat (limited to 'sc/source/ui/drawfunc/fuins1.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fuins1.cxx | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sc/source/ui/drawfunc/fuins1.cxx b/sc/source/ui/drawfunc/fuins1.cxx index b26e418ce9ed..2eb8e2de08cc 100644 --- a/sc/source/ui/drawfunc/fuins1.cxx +++ b/sc/source/ui/drawfunc/fuins1.cxx @@ -53,54 +53,6 @@ #include "progress.hxx" #include "sc.hrc" - - -////======================================================================== -//// class ImportProgress -//// -//// Bemerkung: -//// Diese Klasse stellt lediglich den Handler fuer den ImportProgress des -//// Grafikfilters bereit. -////======================================================================== -// -//class ImportProgress -//{ -//public: -// ImportProgress( GraphicFilter& rFilter ); -// ~ImportProgress(); -// -// DECL_LINK( Update, GraphicFilter* ); -// -//private: -// ScProgress aProgress; -//}; -// -////------------------------------------------------------------------------ -// -//ImportProgress::ImportProgress( GraphicFilter& rFilter ) -// : aProgress( NULL, // SfxViewFrame*, NULL == alle Docs locken -// String( ScResId(STR_INSERTGRAPHIC) ), -// 100 ) -//{ -// rFilter.SetUpdatePercentHdl( LINK( this, ImportProgress, Update) ); -//} -// -////------------------------------------------------------------------------ -// -//ImportProgress::~ImportProgress() -//{ -// aProgress.SetState( 100 ); -//} -// -////------------------------------------------------------------------------ -// -//IMPL_LINK( ImportProgress, Update, GraphicFilter*, pGraphicFilter ) -//{ -// aProgress.SetState( pGraphicFilter->GetPercent() ); -// return 0; -//} - - //------------------------------------------------------------------------ void SC_DLLPUBLIC ScLimitSizeOnDrawPage( Size& rSize, Point& rPos, const Size& rPage ) |