summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-01 16:37:27 +0000
committerOliver Specht <os@openoffice.org>2000-12-01 16:37:27 +0000
commitffa8dd05a98eb2ca84057e9bc8c7a0d11bc20fe3 (patch)
treeec8c565c9d37e1f479cdb9e350560fdbb8a57e13 /sw/inc
parentb7844a60305020261a06aa753ff5f082880be67b (diff)
#81111# unoobj.cxx split
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoobj.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/inc/unoobj.hxx b/sw/inc/unoobj.hxx
index 121a7ff797b8..35feae868c47 100644
--- a/sw/inc/unoobj.hxx
+++ b/sw/inc/unoobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $
+ * last change: $Author: os $ $Date: 2000-12-01 17:35:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,6 +195,17 @@ class SwFmtFld;
class SwFmtRefMark;
class SwEvtLstnrArray;
class GetCurTxtFmtColl;
+/* -----------------------------01.12.00 18:09--------------------------------
+
+ ---------------------------------------------------------------------------*/
+class SwParaSelection
+{
+ SwUnoCrsr* pUnoCrsr;
+public:
+ SwParaSelection(SwUnoCrsr* pCrsr);
+ ~SwParaSelection();
+};
+
/* -----------------29.04.98 07:35-------------------
*
* --------------------------------------------------*/