summaryrefslogtreecommitdiff
path: root/rsc/inc/rscdb.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 16:54:36 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 16:54:36 +0000
commit6f14fa2a6799e4e2611f342784fca32cb42fcf07 (patch)
tree94207030ed9adf58672a5a4c0a7f452f713e9f7a /rsc/inc/rscdb.hxx
parent1776c1d01f083b5870254a85f82db5379f8c16f3 (diff)
#94297# add -lip switch
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r--rsc/inc/rscdb.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index d0e6397bf660..cc1512905205 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdb.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: pl $ $Date: 2001-11-06 13:52:58 $
+ * last change: $Author: hjs $ $Date: 2001-11-06 17:54:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,6 +123,7 @@ class RscTypCont
USHORT nMachineId; // Globaler Maschinentyp
RSCBYTEORDER_TYPE nByteOrder; // Intel oder
ByteString aSearchPath; // Suchen der Bitmap, Icon, Pointer
+ ByteString aSysSearchPath; // aSearchPath plus language specific paths
USHORT nUniqueId; // eindeutiger Id fuer Systemresourcen
ULONG nFilePos; // Position in der Datei ( MTF )
USHORT nPMId; // eindeutiger Id fuer PM-Rseourcefile
@@ -396,6 +397,8 @@ public:
}
void SetSearchPath( const ByteString & rStr) { aSearchPath = rStr; }
ByteString GetSearchPath() const { return aSearchPath; }
+ void SetSysSearchPath( const ByteString& rStr ) { aSysSearchPath = rStr; }
+ ByteString GetSysSearchPath() const { return aSysSearchPath; }
void InsertType( RscTop * pType )
{
aBaseLst.Insert( pType, LIST_APPEND );