diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-07-03 14:29:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-07-03 14:29:06 +0000 |
commit | 1c2ae6b1913b3fc2ccd100c145942339f702937d (patch) | |
tree | 02baaaa087b2fb5373a0597be15aa4a418de3781 /svx/source/tbxctrls | |
parent | 04d66447215e89590fd45b21e0bab0b078ee7d31 (diff) |
#65293#: must changes
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/grafctrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index 66890e2554c8..59ec7343b549 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: grafctrl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ka $ $Date: 2001-02-19 16:45:47 $ + * last change: $Author: vg $ $Date: 2001-07-03 15:29:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1064,7 +1064,7 @@ void SvxGrafAttrHelper::ExecuteGrafAttr( SfxRequest& rReq, SdrView& rView ) aRBSize.Width(), aRBSize.Height() ) ); SfxSingleTabDialog aCropDialog( SfxViewShell::Current() ? SfxViewShell::Current()->GetWindow() : NULL, - aCropDlgAttr, 950, FALSE ); + aCropDlgAttr, 950 ); const String aCropStr = SVX_RESSTR( RID_SVXSTR_GRAFCROP ); SfxTabPage* pTabPage = SvxGrfCropPage::Create( &aCropDialog, aCropDlgAttr ); |