summaryrefslogtreecommitdiff
path: root/svx/inc/svdoopengl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svdoopengl.hxx')
-rw-r--r--svx/inc/svdoopengl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svdoopengl.hxx b/svx/inc/svdoopengl.hxx
index e30baeacfd0a..30fd2c86abb5 100644
--- a/svx/inc/svdoopengl.hxx
+++ b/svx/inc/svdoopengl.hxx
@@ -32,7 +32,7 @@ public:
OpenGLContext* getOpenGLContext() { return mpContext;}
- virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) SAL_OVERRIDE;
+ virtual void NbcResize(const Point& rRef, const boost::rational<long>& xFact, const boost::rational<long>& yFact) SAL_OVERRIDE;
void setRenderer(IOpenGLRenderer* pRenderer);
IOpenGLRenderer* getRenderer();