diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-23 14:38:46 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-23 14:38:46 +0100 |
commit | 73f5cdce567bf1a010f2e5a927a5c003f6405179 (patch) | |
tree | 3754391f461cd5523cda6583c530c236014db722 /sw/inc/ndgrf.hxx | |
parent | bd377014470f796bc52b679e19e2ed596f906858 (diff) |
[CWS autorecovery] removed SfxCancellable/SfxCancelManager, and (part of) its transitive closure
No real-life use cases for this exist anymore, since nowadays document loading happens
synchronously all the time.
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r-- | sw/inc/ndgrf.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index fcef33fdba..942cda61a5 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -211,10 +211,6 @@ public: BOOL GetFileFilterNms( String* pFileNm, String* pFilterNm ) const; void ReleaseLink(); - // Prioritaet beim Laden der Grafik setzen. Geht nur, wenn der Link - // ein FileObject gesetzt hat - void SetTransferPriority( USHORT nPrio ); - // Skalieren einer Image-Map: Die Image-Map wird um den Faktor // zwischen Grafik-Groesse und Rahmen-Groesse vergroessert/verkleinert void ScaleImageMap(); |