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 | afb4cbbcae4e553eae99303024a72784a336a399 (patch) | |
tree | 959da4a9d24b92b22c0e83ea3168bf0bdbd9ba28 /sw/inc/ndgrf.hxx | |
parent | af4e6b24573b5dd00e6beac7544becf559b8f498 (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 45ecea30a9c0..b21bf78037d7 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(); |