summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-05 14:44:54 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-05 14:44:54 +0000
commitc6e4566f4ea3ad223e5353f35c397699e9b9f3c0 (patch)
treedb3b59a5798cabb0ccb7bc611f833b26d766a4ed /sc/inc/docuno.hxx
parentc9922f0f2558e8b73193aa8b0b65a0e0d0c57392 (diff)
#85774#; make it possible to get the OutputFactor of the docshell from the model
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index abf8182624f8..755b9f7e218f 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-03-02 14:39:10 $
+ * last change: $Author: sab $ $Date: 2001-04-05 15:44:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,6 +199,7 @@ public:
ScDocument* GetDocument() const;
SvEmbeddedObject* GetEmbeddedObject() const;
BOOL IsEmbedded() const;
+ double GetOutputFactor() const;
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType )