diff options
author | gt <gt@openoffice.org> | 2002-06-06 06:19:27 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-06-06 06:19:27 +0000 |
commit | 49f1fdeebb61191235dc10a8e1e69619c4f07703 (patch) | |
tree | 3fe35576589a3144e3c947d0fe27b50b588cb50a /svtools/inc/localresaccess.hxx | |
parent | 202241f8063a4673ce86433e02119f5a945856fa (diff) |
#65293# second ctor gets a const for ResId&
Diffstat (limited to 'svtools/inc/localresaccess.hxx')
-rw-r--r-- | svtools/inc/localresaccess.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/svtools/inc/localresaccess.hxx b/svtools/inc/localresaccess.hxx index 82eb389a925c..b5562852395d 100644 --- a/svtools/inc/localresaccess.hxx +++ b/svtools/inc/localresaccess.hxx @@ -2,9 +2,9 @@ * * $RCSfile: localresaccess.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2002-05-24 16:48:37 $ + * last change: $Author: gt $ $Date: 2002-06-06 07:19:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ namespace svt { } - OLocalResourceAccess(ResId& _rId, RESOURCE_TYPE _rType) + OLocalResourceAccess(const ResId& _rId, RESOURCE_TYPE _rType) :Resource(_rId.SetRT(_rType).SetAutoRelease(sal_False)) ,m_pManager(_rId.GetResMgr()) { @@ -118,6 +118,9 @@ namespace svt /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.2 2002/05/24 16:48:37 fs + * #99484# new (easier) ctor, +IsAvailableRes + * * Revision 1.1 2001/02/05 17:04:48 fs * initial checkin - accessing local resources * |