summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embedserv/source/inc/docholder.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx
index 76124d86554f..fb48603c95c4 100644
--- a/embedserv/source/inc/docholder.hxx
+++ b/embedserv/source/inc/docholder.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docholder.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2004-02-25 17:10:33 $
+ * last change: $Author: obo $ $Date: 2004-07-06 11:26:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,7 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::lang::XMultiServiceFactory > m_xFactory;
+ RECT m_aBorder;
// contains top level system window data
bool m_bOnDeactivate;
@@ -214,6 +215,7 @@ public:
IDispatch* GetIDispatch();
+ HRESULT GetDocumentBorder( RECT *pRect );
HRESULT SetVisArea( const RECTL *pRect );
HRESULT GetVisArea( RECTL *pRect );
HRESULT SetExtent( const SIZEL *pSize );