summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/qpro.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:35:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:35:22 +0000
commit4e211d988672a70d326deced9579e188c7d7c1b6 (patch)
tree3bad375d658b89d6dc53faa5b2670b049cf5c7ea /sc/source/filter/inc/qpro.hxx
parent84fbfe37e8a875294a86d24a64750f097abb6b7f (diff)
INTEGRATION: CWS calcwarnings (1.2.248); FILE MERGED
2006/12/01 16:06:17 dr 1.2.248.1: #i69284# remove compiler warnings for wntmsci10
Diffstat (limited to 'sc/source/filter/inc/qpro.hxx')
-rw-r--r--sc/source/filter/inc/qpro.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/qpro.hxx b/sc/source/filter/inc/qpro.hxx
index 2d5d7505cc30..523f7cd483b8 100644
--- a/sc/source/filter/inc/qpro.hxx
+++ b/sc/source/filter/inc/qpro.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: qpro.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-01-27 15:50:03 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:35:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,10 +63,10 @@ class ScQProReader : public ScBiffReader
sal_uInt16 getId() { return mnId; }
sal_uInt16 getLength() { return mnLength; }
void readString( String &rString, sal_uInt16 nLength );
- ScQProReader( SfxMedium &rMedium, ScDocument* pDoc);
+ ScQProReader( SfxMedium &rMedium );
~ScQProReader(){ };
FltError import( ScDocument *pDoc );
- FltError readSheet( sal_uInt16 ntab, ScDocument* pDoc, ScQProStyle *pStyle );
+ FltError readSheet( SCTAB nTab, ScDocument* pDoc, ScQProStyle *pStyle );
};
#endif