summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu/sdrhhcwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/lingu/sdrhhcwrap.cxx')
-rw-r--r--sw/source/uibase/lingu/sdrhhcwrap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/lingu/sdrhhcwrap.cxx b/sw/source/uibase/lingu/sdrhhcwrap.cxx
index 109e6d20d1f6..ee42ddec3339 100644
--- a/sw/source/uibase/lingu/sdrhhcwrap.cxx
+++ b/sw/source/uibase/lingu/sdrhhcwrap.cxx
@@ -80,7 +80,7 @@ SdrHHCWrapper::SdrHHCWrapper( SwView* pVw,
InsertView( pOutlView );
Point aPoint( 0, 0 );
- Rectangle aRect( aPoint, aSize );
+ tools::Rectangle aRect( aPoint, aSize );
pOutlView->SetOutputArea( aRect );
// SetText( NULL );
ClearModifyFlag();
@@ -94,7 +94,7 @@ SdrHHCWrapper::~SdrHHCWrapper()
OSL_ENSURE( pSdrView, "SdrHHCWrapper without DrawView?" );
pSdrView->SdrEndTextEdit( true );
SetUpdateMode(false);
- pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) );
+ pOutlView->SetOutputArea( tools::Rectangle( Point(), Size(1, 1) ) );
}
RemoveView( pOutlView );
delete pOutlView;
@@ -115,7 +115,7 @@ bool SdrHHCWrapper::ConvertNextDocument()
OSL_ENSURE( pSdrView, "SdrHHCWrapper without DrawView?" );
pSdrView->SdrEndTextEdit( true );
SetUpdateMode(false);
- pOutlView->SetOutputArea( Rectangle( Point(), Size(1, 1) ) );
+ pOutlView->SetOutputArea( tools::Rectangle( Point(), Size(1, 1) ) );
SetPaperSize( Size(1, 1) );
Clear();
pTextObj = nullptr;
@@ -151,7 +151,7 @@ bool SdrHHCWrapper::ConvertNextDocument()
SdrPageView* pPV = pSdrView->GetSdrPageView();
nDocIndex = n;
bNextDoc = true;
- pOutlView->SetOutputArea( Rectangle( Point(), Size(1,1)));
+ pOutlView->SetOutputArea( tools::Rectangle( Point(), Size(1,1)));
SetPaperSize( pTextObj->GetLogicRect().GetSize() );
SetUpdateMode(true);
pView->GetWrtShell().MakeVisible(pTextObj->GetLogicRect());