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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/rowheightcontext.hxx b/sc/inc/rowheightcontext.hxx
index 21e9ee4e9e09..8d2c5975d1bf 100644
--- a/sc/inc/rowheightcontext.hxx
+++ b/sc/inc/rowheightcontext.hxx
@@ -36,18 +36,18 @@ public:
~RowHeightContext();
- double getPPTX() const;
- double getPPTY() const;
+ double getPPTX() const { return mfPPTX;}
+ double getPPTY() const { return mfPPTY;}
const Fraction& getZoomX() const;
const Fraction& getZoomY() const;
- OutputDevice* getOutputDevice();
+ OutputDevice* getOutputDevice() { return mpOutDev;}
void setExtraHeight( sal_uInt16 nH );
- sal_uInt16 getExtraHeight() const;
+ sal_uInt16 getExtraHeight() const { return mnExtraHeight;}
void setForceAutoSize( bool b );
- bool isForceAutoSize() const;
+ bool isForceAutoSize() const { return mbForceAutoSize;}
};
}