summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-10 19:52:21 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-10 19:52:21 +0000
commitbafd430bfaa0a5f257dfbcb59661385cbe4bea68 (patch)
treee6f45aed69d270662802b43a7f08ec0bb27b5bf9 /sc/inc/docuno.hxx
parente431a92cddaa01e47629ae705d488b4fec1092ff (diff)
AdjustRowHeight
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 755b9f7e218f..f431f2e86cdf 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: sab $ $Date: 2001-04-05 15:44:54 $
+ * last change: $Author: nn $ $Date: 2001-05-10 20:51:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,6 +201,8 @@ public:
BOOL IsEmbedded() const;
double GetOutputFactor() const;
+ BOOL AdjustRowHeight( USHORT nStartRow, USHORT nEndRow, USHORT nTab );
+
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType )
throw(::com::sun::star::uno::RuntimeException);