summaryrefslogtreecommitdiff
path: root/sc/inc/rowheightcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/rowheightcontext.hxx')
-rw-r--r--sc/inc/rowheightcontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/rowheightcontext.hxx b/sc/inc/rowheightcontext.hxx
index 8d2c5975d1bf..a33455444438 100644
--- a/sc/inc/rowheightcontext.hxx
+++ b/sc/inc/rowheightcontext.hxx
@@ -38,8 +38,8 @@ public:
double getPPTX() const { return mfPPTX;}
double getPPTY() const { return mfPPTY;}
- const Fraction& getZoomX() const;
- const Fraction& getZoomY() const;
+ const Fraction& getZoomX() const { return maZoomX;}
+ const Fraction& getZoomY() const { return maZoomY;}
OutputDevice* getOutputDevice() { return mpOutDev;}