summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-09 14:03:23 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-09 14:03:23 +0000
commitdf654aae5994c88a4d7e7020b481408af69aa698 (patch)
tree9baf744113f3cbc95ca0474cf532a14f024bfacd /sw/inc/unocrsrhelper.hxx
parent3f292f0f2db4297da8122f2c253adb6758d0cdab (diff)
#86004# change methods to no longer return by value
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 7a5a3cf86171..acf654c57b23 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocrsrhelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2001-06-07 07:46:42 $
+ * last change: $Author: mtg $ $Date: 2001-10-09 15:03:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ namespace SwUnoCursorHelper
, com::sun::star::beans::PropertyState& eState
, const SwTxtNode* pNode = 0 );
- String GetCurPageStyle(SwPaM& rPaM);
+ void GetCurPageStyle(SwPaM& rPaM, String &rString);
inline sal_Bool IsStartOfPara(SwPaM& rUnoCrsr)
{ return rUnoCrsr.GetPoint()->nContent == 0;}
@@ -105,9 +105,10 @@ namespace SwUnoCursorHelper
const String& rFilterOption,
const String& rPassword);
- com::sun::star::uno::Any getNumberingProperty(
+ void getNumberingProperty(
SwPaM& rPam,
- com::sun::star::beans::PropertyState& eState);
+ com::sun::star::beans::PropertyState& eState,
+ com::sun::star::uno::Any *pAny );
void setNumberingProperty(
const com::sun::star::uno::Any& rValue,