summaryrefslogtreecommitdiff
path: root/sc/source/core/data/rowheightcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/rowheightcontext.cxx')
-rw-r--r--sc/source/core/data/rowheightcontext.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sc/source/core/data/rowheightcontext.cxx b/sc/source/core/data/rowheightcontext.cxx
index 9fa96d130ec0..408bf4df759a 100644
--- a/sc/source/core/data/rowheightcontext.cxx
+++ b/sc/source/core/data/rowheightcontext.cxx
@@ -22,15 +22,7 @@ RowHeightContext::RowHeightContext(
RowHeightContext::~RowHeightContext() {}
-double RowHeightContext::getPPTX() const
-{
- return mfPPTX;
-}
-double RowHeightContext::getPPTY() const
-{
- return mfPPTY;
-}
const Fraction& RowHeightContext::getZoomX() const
{
@@ -42,30 +34,18 @@ const Fraction& RowHeightContext::getZoomY() const
return maZoomY;
}
-OutputDevice* RowHeightContext::getOutputDevice()
-{
- return mpOutDev;
-}
void RowHeightContext::setExtraHeight( sal_uInt16 nH )
{
mnExtraHeight = nH;
}
-sal_uInt16 RowHeightContext::getExtraHeight() const
-{
- return mnExtraHeight;
-}
void RowHeightContext::setForceAutoSize( bool b )
{
mbForceAutoSize = b;
}
-bool RowHeightContext::isForceAutoSize() const
-{
- return mbForceAutoSize;
-}
}