summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-17 14:45:59 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:15 +0200
commit6eb770f9d6ded95f187d0509fb5a465868b07ad8 (patch)
tree691e81d55e437990accf15b968e56a0ccb6e8432 /sw/inc/unocrsrhelper.hxx
parent6644f69761c430ec8d63fd28f17704e8ece76426 (diff)
convert sw/inc/unoicrsrhelper.hxx from String to OUString
Change-Id: Ic2b4f775b519cf56004e7d984dd333304237a9c3
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 7863d574f422..bf1fa8849841 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -29,7 +29,6 @@
#include <pam.hxx>
-class String;
class SfxItemSet;
class SfxItemPropertySet;
struct SfxItemPropertySimpleEntry;
@@ -88,7 +87,7 @@ namespace SwUnoCursorHelper
, com::sun::star::beans::PropertyState& eState
, const SwTxtNode* pNode = 0 );
- void GetCurPageStyle(SwPaM& rPaM, String &rString);
+ void GetCurPageStyle(SwPaM& rPaM, OUString &rString);
inline sal_Bool IsStartOfPara(SwPaM& rUnoCrsr)
{ return rUnoCrsr.GetPoint()->nContent == 0;}
@@ -98,7 +97,7 @@ namespace SwUnoCursorHelper
void resetCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry, SwPaM& rPam);
void InsertFile(SwUnoCrsr* pUnoCrsr,
- const String& rURL,
+ const OUString& rURL,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rOptions
) throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException, com::sun::star::uno::RuntimeException );
@@ -116,7 +115,7 @@ namespace SwUnoCursorHelper
com::sun::star::beans::PropertyState& eState);
bool DocInsertStringSplitCR( SwDoc &rDoc,
- const SwPaM &rNewCursor, const String &rText,
+ const SwPaM &rNewCursor, const OUString &rText,
const bool bForceExpandHints );
void makeRedline( SwPaM& rPaM, const OUString& RedlineType,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties )