diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-26 14:43:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-26 14:43:26 +0000 |
commit | bfb17e5e5a62a628f6fe4a98ad082fe37b776987 (patch) | |
tree | c58638b9d4fd08ceb7dc7709231da72c561ce8f7 /sw/inc/fesh.hxx | |
parent | 8bd0c1383687d15be58384af44ee986ea4a3ba83 (diff) |
CWS-TOOLING: integrate CWS mav39_DEV300
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index ada7e46a250b..f4572a024eb5 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -397,6 +397,9 @@ public: // The return value is the applied size. Size RequestObjectResize( const SwRect &rRect, const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& ); + //The layout has been changed, so the active object has to be moved after that + virtual void MoveObjectIfActive( svt::EmbeddedObjectRef& xObj, const Point& rOffset ); + //Der Client fuer das OleObject muss bezueglich der Scalierung auf dem //neuesten Stand gehalten werden. Impl in der WrtShell. //Wird ein Pointer auf eine Size uebergeben, so ist diese die aktuelle |