summaryrefslogtreecommitdiffstats
path: root/include/tools/b3dtrans.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/b3dtrans.hxx')
-rw-r--r--include/tools/b3dtrans.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx
index ae50f4596ac6..eca70105b248 100644
--- a/include/tools/b3dtrans.hxx
+++ b/include/tools/b3dtrans.hxx
@@ -68,13 +68,13 @@ private:
double mfRatio;
// Viewport area in logical coordinates
- Rectangle maViewportRectangle;
+ tools::Rectangle maViewportRectangle;
// Visible area within viewport
- Rectangle maVisibleRectangle;
+ tools::Rectangle maVisibleRectangle;
// Actual coordinates as set by CalcViewport
// of visible viewport area (logical coordinates)
- Rectangle maSetBound;
+ tools::Rectangle maSetBound;
// Flags
bool mbPerspective : 1;
@@ -109,8 +109,8 @@ public:
void SetPerspective(bool bNew);
- void SetViewportRectangle(Rectangle const & rRect, Rectangle const & rVisible);
- void SetViewportRectangle(Rectangle const & rRect) { SetViewportRectangle(rRect, rRect); }
+ void SetViewportRectangle(tools::Rectangle const & rRect, tools::Rectangle const & rVisible);
+ void SetViewportRectangle(tools::Rectangle const & rRect) { SetViewportRectangle(rRect, rRect); }
void CalcViewport();