diff options
author | Armin Weiss <aw@openoffice.org> | 2010-01-07 12:31:24 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2010-01-07 12:31:24 +0000 |
commit | 054c155903b3253f37cfaac0fe586826ce15a37d (patch) | |
tree | 284e715a6028269436e61b2a82de700d814dfeed /svx/inc | |
parent | 11ab80fbb1eb0e4849a567ba06af57f789779aff (diff) |
#i107839# Added a NbcSetGraphic to SvxGraphicLink and use it in SvxGraphicLink::DataChanged to avoid unwanted ModelChange
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdograf.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx index 4f00da997361..238f6953af7a 100644 --- a/svx/inc/svx/svdograf.hxx +++ b/svx/inc/svx/svdograf.hxx @@ -144,6 +144,7 @@ public: void SetGraphicObject( const GraphicObject& rGrfObj ); const GraphicObject& GetGraphicObject( bool bForceSwapIn = false) const; + void NbcSetGraphic(const Graphic& rGrf); void SetGraphic(const Graphic& rGrf); const Graphic& GetGraphic() const; |