summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-03 16:23:09 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-03 16:23:09 +0000
commit45b797de4394dd001ad8b8cd3ef41360f6af01af (patch)
treeb01f50377fcc018775f347aa770077e7d89f473b /rsc/inc
parentb655a1a41f7a375039830918643a79fe01450405 (diff)
INTEGRATION: CWS res32bit (1.8.16); FILE MERGED
2004/10/22 13:54:28 pl 1.8.16.1: #i34513# free rsc of 32 bit constraints
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscrsc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index f880f5d77faf..b742969dcc0b 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscrsc.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hjs $ $Date: 2004-06-26 20:24:42 $
+ * last change: $Author: obo $ $Date: 2005-01-03 17:23:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ public:
RscStrList aSymbolList; // Liste der Symbole
ByteString aPath; // Liste der Pfade
RSCBYTEORDER_TYPE nByteOrder;
- short nCommands; // Steuerbits
+ unsigned short nCommands; // Steuerbits
ByteString aOutputLst; // Name der List-Ausgabedatei
ByteString aOutputSrs; // Name der Srs-Ausgabedatei
ByteString aOutputSrc; // Name der Src-Ausgabedatei
@@ -121,7 +121,7 @@ public:
std::list<OutputFile> m_aOutputFiles;
std::list< std::pair< rtl::OString, rtl::OString > > m_aReplacements;
- RscCmdLine( short argc, char ** argv, RscError * pEH );
+ RscCmdLine( int argc, char ** argv, RscError * pEH );
RscCmdLine();
~RscCmdLine();