summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-09 08:28:33 +0000
committerOliver Specht <os@openoffice.org>2001-05-09 08:28:33 +0000
commit98cc015880ea06f4dbc6bf08e793321f64ce89ba (patch)
tree9c469f1045d544718b318bab53a79d8c46cafa02 /sw/inc/unocrsrhelper.hxx
parent1f39e280083b36c34ee79b9450232de7bcf094b0 (diff)
optimization
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 67beb5f166bc..fda36153ea35 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocrsrhelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-12-15 12:22:50 $
+ * last change: $Author: os $ $Date: 2001-05-09 09:28:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,8 @@ namespace SwUnoCursorHelper
, SwPaM& rPam
, const SfxItemSet& rSet
, com::sun::star::uno::Any& rAny
- , com::sun::star::beans::PropertyState& eState );
+ , com::sun::star::beans::PropertyState& eState
+ , const SwTxtNode* pNode = 0 );
String GetCurPageStyle(SwPaM& rPaM);