Kaydet (Commit) b5a2242f authored tarafından Kohei Yoshida's avatar Kohei Yoshida

This aCropRect data member is no longer used.

üst 2605a9b5
...@@ -100,8 +100,6 @@ protected: ...@@ -100,8 +100,6 @@ protected:
void ImpSetAttrToGrafInfo(); // Werte vom Pool kopieren void ImpSetAttrToGrafInfo(); // Werte vom Pool kopieren
GraphicAttr aGrafInfo; 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 aFileName; // Wenn es sich um einen Link handelt, steht hier der Dateiname drin.
String aFilterName; String aFilterName;
GraphicObject* pGraphic; // Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten. GraphicObject* pGraphic; // Zur Beschleunigung von Bitmapausgaben, besonders von gedrehten.
...@@ -125,7 +123,6 @@ protected: ...@@ -125,7 +123,6 @@ protected:
DECL_LINK( ImpSwapHdl, GraphicObject* ); DECL_LINK( ImpSwapHdl, GraphicObject* );
public: public:
TYPEINFO(); TYPEINFO();
SdrGrafObj(); SdrGrafObj();
......
...@@ -818,7 +818,6 @@ SdrGrafObj& SdrGrafObj::operator=( const SdrGrafObj& rObj ) ...@@ -818,7 +818,6 @@ SdrGrafObj& SdrGrafObj::operator=( const SdrGrafObj& rObj )
SdrRectObj::operator=( rObj ); SdrRectObj::operator=( rObj );
pGraphic->SetGraphic( rObj.GetGraphic(), &rObj.GetGraphicObject() ); pGraphic->SetGraphic( rObj.GetGraphic(), &rObj.GetGraphicObject() );
aCropRect = rObj.aCropRect;
aFileName = rObj.aFileName; aFileName = rObj.aFileName;
aFilterName = rObj.aFilterName; aFilterName = rObj.aFilterName;
bMirrored = rObj.bMirrored; bMirrored = rObj.bMirrored;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment