summaryrefslogtreecommitdiff
path: root/include/svx/viewpt3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/viewpt3d.hxx')
-rw-r--r--include/svx/viewpt3d.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/viewpt3d.hxx b/include/svx/viewpt3d.hxx
index 61157fe79569..d344f0d11923 100644
--- a/include/svx/viewpt3d.hxx
+++ b/include/svx/viewpt3d.hxx
@@ -56,7 +56,7 @@ class SVX_DLLPUBLIC Viewport3D
double fVPD; // View Plane Distance
ProjectionType eProjection; // kind of the projection
- Rectangle aDeviceRect; // position and size of the output area
+ tools::Rectangle aDeviceRect; // position and size of the output area
struct
{
@@ -88,8 +88,8 @@ class SVX_DLLPUBLIC Viewport3D
void SetViewWindow(double fX, double fY, double fW, double fH);
- void SetDeviceWindow(const Rectangle& rRect);
- const Rectangle& GetDeviceWindow() const { return aDeviceRect; }
+ void SetDeviceWindow(const tools::Rectangle& rRect);
+ const tools::Rectangle& GetDeviceWindow() const { return aDeviceRect; }
// returns observers position in world coordinates
const basegfx::B3DPoint& GetViewPoint();