diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-18 16:44:30 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-18 16:45:02 -0500 |
commit | b5a2242ff6fd3136daec04a46d2780d425740398 (patch) | |
tree | 5e0915f9808eb1a756e459dba0edcccaae03b7f5 /svx | |
parent | 2605a9b5c00cc320f9a169dae96738834fea963e (diff) |
This aCropRect data member is no longer used.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/svdograf.hxx | 3 | ||||
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx index 6aef6bd5209e..28f784d60a2f 100644 --- a/svx/inc/svx/svdograf.hxx +++ b/svx/inc/svx/svdograf.hxx @@ -100,8 +100,6 @@ protected: void ImpSetAttrToGrafInfo(); // Werte vom Pool kopieren GraphicAttr aGrafInfo; - Rectangle aCropRect; // Wenn aCropRect nicht Empty ist, dann enthaelt es den sichtbaren - // Ausschnitt der Grafik in logischen Eingeiten der Grafik! Also Bitmap->=Pixel String aFileName; // Wenn es sich um einen Link handelt, steht hier der Dateiname drin. String aFilterName; GraphicObject* pGraphic; // Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten. @@ -125,7 +123,6 @@ protected: DECL_LINK( ImpSwapHdl, GraphicObject* ); public: - TYPEINFO(); SdrGrafObj(); diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index c82b5fe33f19..86862114f19d 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -818,7 +818,6 @@ SdrGrafObj& SdrGrafObj::operator=( const SdrGrafObj& rObj ) SdrRectObj::operator=( rObj ); pGraphic->SetGraphic( rObj.GetGraphic(), &rObj.GetGraphicObject() ); - aCropRect = rObj.aCropRect; aFileName = rObj.aFileName; aFilterName = rObj.aFilterName; bMirrored = rObj.bMirrored; |