summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-15 13:10:28 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-15 23:39:27 +0100
commitced69036671bd995b5af0e521cf913a0fb11753d (patch)
treee0306febfcbaeb89c740d368b360e742e214462e /sc/inc/conditio.hxx
parentca97c8679bc3646160649a5a2f28878a971512f8 (diff)
String to OUString
Change-Id: I32f35a34f031b1905b1b3955d6a8e6804bd4ce23
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r--sc/inc/conditio.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index bf4ca53a0f74..1009df71de12 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -293,7 +293,7 @@ private:
class SC_DLLPUBLIC ScCondFormatEntry : public ScConditionEntry
{
- String aStyleName;
+ rtl::OUString aStyleName;
using ScConditionEntry::operator==;
@@ -316,8 +316,8 @@ public:
int operator== ( const ScCondFormatEntry& r ) const;
- const String& GetStyle() const { return aStyleName; }
- void UpdateStyleName(const String& rNew) { aStyleName=rNew; }
+ const rtl::OUString& GetStyle() const { return aStyleName; }
+ void UpdateStyleName(const rtl::OUString& rNew) { aStyleName=rNew; }
virtual ScFormatEntry* Clone(ScDocument* pDoc) const;
protected:
@@ -360,13 +360,13 @@ public:
const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
void DeleteArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos );
- void RenameCellStyle( const String& rOld, const String& rNew );
+ void RenameCellStyle( const rtl::OUString& rOld, const rtl::OUString& rNew );
void SourceChanged( const ScAddress& rAddr );
const ScFormatEntry* GetEntry( sal_uInt16 nPos ) const;
- const String& GetCellStyle( ScBaseCell* pCell, const ScAddress& rPos ) const;
+ const rtl::OUString& GetCellStyle( ScBaseCell* pCell, const ScAddress& rPos ) const;
ScCondFormatData GetData( ScBaseCell* pCell, const ScAddress& rPos ) const;
@@ -422,7 +422,7 @@ public:
void CompileXML();
void UpdateReference( UpdateRefMode eUpdateRefMode,
const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
- void RenameCellStyle( const String& rOld, const String& rNew );
+ void RenameCellStyle( const rtl::OUString& rOld, const rtl::OUString& rNew );
void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos );
void DeleteArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );