summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvgrid.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-27 11:44:22 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:59 +0200
commit568c45f37f78c87ec11ee81ed51d0fa9fe83495e (patch)
treec06ee54acb3930c6556b57f6b77d98fa8498288a /sc/source/ui/inc/csvgrid.hxx
parentb476614e28cde3a4c3e8ef966c6cb5fc0e8a1ba0 (diff)
convert sc/source/ui/inc/c*.hxx from String to OUString
Change-Id: I364aeba561a0f6688924fddc55634f83fe5045f6
Diffstat (limited to 'sc/source/ui/inc/csvgrid.hxx')
-rw-r--r--sc/source/ui/inc/csvgrid.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx
index 2486ba347f6d..0e2b4eb34039 100644
--- a/sc/source/ui/inc/csvgrid.hxx
+++ b/sc/source/ui/inc/csvgrid.hxx
@@ -211,7 +211,7 @@ public:
/** Sets new UI data type names. */
void SetTypeNames( const StringVec& rTypeNames );
/** Returns the UI type name of the specified column. */
- const String& GetColumnTypeName( sal_uInt32 nColIndex ) const;
+ const OUString& GetColumnTypeName( sal_uInt32 nColIndex ) const;
/** Fills the options object with column data for separators mode. */
void FillColumnDataSep( ScAsciiOptions& rOptions ) const;
@@ -274,7 +274,7 @@ public:
void ImplSetTextLineFix( sal_Int32 nLine, const OUString& rTextLine );
/** Returns the text of the specified cell. */
- const String& GetCellText( sal_uInt32 nColIndex, sal_Int32 nLine ) const;
+ const OUString& GetCellText( sal_uInt32 nColIndex, sal_Int32 nLine ) const;
// event handling ---------------------------------------------------------
protected:
@@ -313,7 +313,7 @@ private:
SC_DLLPRIVATE void ImplDrawColumnHeader( OutputDevice& rOutDev, sal_uInt32 nColIndex, Color aFillColor );
/** Draws the text at the specified position to maBackgrDev. */
- SC_DLLPRIVATE void ImplDrawCellText( const Point& rPos, const String& rText );
+ SC_DLLPRIVATE void ImplDrawCellText( const Point& rPos, const OUString& rText );
/** Draws the "first imported line" separator to maBackgrDev (or erases, if bSet is false). */
SC_DLLPRIVATE void ImplDrawFirstLineSep( bool bSet );
/** Draws the column with index nColIndex to maBackgrDev. */