summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-27 13:56:58 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:59 +0200
commitfbb07536e49f7f80200ae038331fc5281a1e773e (patch)
tree6390e6ed4fc58d028f2ce5cb7e5c404afddfce21 /sc/inc/textuno.hxx
parent568c45f37f78c87ec11ee81ed51d0fa9fe83495e (diff)
convert sc/source/ui/inc/a*.hxx from String to OUString
Change-Id: Ia127776aed43eb634b4a7b87d03000d0d53c3b64
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index e531c8ebcb2e..65505981685c 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -379,7 +379,7 @@ protected:
sal_Bool bDoUpdate;
protected:
- virtual void GetCellText(const ScAddress& rCellPos, String& rText);
+ virtual void GetCellText(const ScAddress& rCellPos, OUString& rText);
public:
ScCellTextData(ScDocShell* pDocSh, const ScAddress& rP);