summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorGil Forcada <gforcada@gnome.org>2010-09-28 20:41:24 +0200
committerMichael Meeks <michael.meeks@novell.com>2010-09-28 22:19:32 +0100
commited4f972c1f118d2f3d2a578416e720f3b251c996 (patch)
tree57d33700c81d783a337788adea9170884aadee6d /starmath
parent4c97ff1826c4ea5d91d361c2ed3d3643d4590868 (diff)
Removed all //CHINA-like comments
Diffstat (limited to 'starmath')
-rwxr-xr-xstarmath/source/view.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 0087595703ca..98c7142d255e 100755
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1612,19 +1612,17 @@ void SmViewShell::Execute(SfxRequest& rReq)
{
if ( !GetViewFrame()->GetFrame().IsInPlace() )
{
- //CHINA001 SvxZoomDialog *pDlg = 0;
AbstractSvxZoomDialog *pDlg = 0;
const SfxItemSet *pSet = rReq.GetArgs();
if ( !pSet )
{
SfxItemSet aSet( GetDoc()->GetPool(), SID_ATTR_ZOOM, SID_ATTR_ZOOM);
aSet.Put( SvxZoomItem( SVX_ZOOM_PERCENT, aGraphic.GetZoom()));
- //CHINA001 pDlg = new SvxZoomDialog( &GetViewFrame()->GetWindow(), aSet);
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)
{
pDlg = pFact->CreateSvxZoomDialog(&GetViewFrame()->GetWindow(), aSet);
- DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001
+ DBG_ASSERT(pDlg, "Dialogdiet fail!");
}
pDlg->SetLimits( MINZOOM, MAXZOOM );
if( pDlg->Execute() != RET_CANCEL )