summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-12-07 09:51:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-12-07 09:51:57 +0000
commitd7e20f98055984df019ce880d27e6cee44936171 (patch)
treed0cf5a1ae6f1d73e340615879c81c62d10ce4a96 /desktop
parente8850162d915f3e1e286b8bd0cca786771ca8346 (diff)
INTEGRATION: CWS impress21beta (1.5.48); FILE MERGED
2004/11/29 18:10:39 dbo 1.5.48.1: #i38073# fixing persistent db map, rtl/instance.hxx template use
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/inc/dp_persmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/dp_persmap.h b/desktop/source/deployment/inc/dp_persmap.h
index ef7a9eb46291..cc84ff1e59dc 100644
--- a/desktop/source/deployment/inc/dp_persmap.h
+++ b/desktop/source/deployment/inc/dp_persmap.h
@@ -2,9 +2,9 @@
*
* $RCSfile: dp_persmap.h,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 08:14:12 $
+ * last change: $Author: rt $ $Date: 2004-12-07 10:51:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ class PersistentMap
{
::rtl::OUString m_sysPath;
mutable Db m_db;
- void throw_rtexc( char const * msg ) const;
+ void throw_rtexc( int err, char const * msg = 0 ) const;
public:
~PersistentMap();