summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/unotxvw.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-05 06:44:35 +0000
committerOliver Specht <os@openoffice.org>2001-06-05 06:44:35 +0000
commit2faccfedbc30648e92f771d8f8cdad45eb979004 (patch)
treeaf1b6ebb9f1f37ef3348a1c313ef7168399e2a3d /sw/source/ui/inc/unotxvw.hxx
parent#87733# syntax error corrected (diff)
downloadcore-2faccfedbc30648e92f771d8f8cdad45eb979004.tar.gz
core-2faccfedbc30648e92f771d8f8cdad45eb979004.zip
#87305# enable selection of cells, cell ranges and controls in SwXTextView
Diffstat (limited to 'sw/source/ui/inc/unotxvw.hxx')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index be33bcada271..609d69e0b8a8 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxvw.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-03-09 14:58:19 $
+ * last change: $Author: os $ $Date: 2001-06-05 07:44:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,6 +133,11 @@ class SwXTextView :
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * pxViewSettings;
::com::sun::star::uno::Reference< ::com::sun::star::text::XTextViewCursor > * pxTextViewCursor;
+ SdrObject* GetControl(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & Model,
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& xToFill );
+
+
public:
SwXTextView(SwView* pSwView);
virtual ~SwXTextView();