summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/qpro.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/qpro.hxx')
-rw-r--r--sc/source/filter/inc/qpro.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/qpro.hxx b/sc/source/filter/inc/qpro.hxx
index bc74b9ad81d0..5410b8145d64 100644
--- a/sc/source/filter/inc/qpro.hxx
+++ b/sc/source/filter/inc/qpro.hxx
@@ -48,7 +48,7 @@ public:
bool nextRecord();
sal_uInt16 getId() { return mnId; }
sal_uInt16 getLength() { return mnLength; }
- void readString( OUString &rString, sal_uInt16 nLength );
+ OUString readString(sal_uInt16 nLength);
ErrCode import( ScDocument *pDoc );
ErrCode readSheet( SCTAB nTab, ScDocument* pDoc, ScQProStyle *pStyle );