summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-18 16:44:30 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-18 16:45:02 -0500
commitb5a2242ff6fd3136daec04a46d2780d425740398 (patch)
tree5e0915f9808eb1a756e459dba0edcccaae03b7f5 /svx/inc
parent2605a9b5c00cc320f9a169dae96738834fea963e (diff)
This aCropRect data member is no longer used.
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdograf.hxx3
1 files changed, 0 insertions, 3 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();