From 8956854d8e7294b41e65d5aacbc43e11d1795711 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Thu, 13 Jun 2013 22:07:41 +0200 Subject: String to OUString (SfxStringItem and related) Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa Reviewed-on: https://gerrit.libreoffice.org/4280 Reviewed-by: Noel Power Tested-by: Noel Power --- sc/inc/docoptio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/docoptio.hxx') diff --git a/sc/inc/docoptio.hxx b/sc/inc/docoptio.hxx index abfbe7e9a7a9..4c70786cdec3 100644 --- a/sc/inc/docoptio.hxx +++ b/sc/inc/docoptio.hxx @@ -153,7 +153,7 @@ public: ScTpCalcItem( const ScTpCalcItem& rItem ); ~ScTpCalcItem(); - virtual String GetValueText() const; + virtual OUString GetValueText() const; virtual int operator==( const SfxPoolItem& ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; -- cgit