diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-07 14:52:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-07 14:52:31 +0000 |
commit | b487c7fc08acb0137fe5edb02b22869e7f6d8fdf (patch) | |
tree | b17fa6c16da39c1411f28c90facb47c463a688b8 /desktop | |
parent | 60001f46f0f5d2edb4392bac49752f66cc69d216 (diff) |
#i86268# Add missing visibility markup for class DbException (patch by cmc).
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/inc/db.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/db.hxx b/desktop/source/deployment/inc/db.hxx index 117fe08f0069..64e2ce6321f0 100644 --- a/desktop/source/deployment/inc/db.hxx +++ b/desktop/source/deployment/inc/db.hxx @@ -4,9 +4,9 @@ * * $RCSfile: db.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:26:02 $ + * last change: $Author: rt $ $Date: 2008-03-07 15:52:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,7 @@ namespace berkeleydbproxy { }; } - class DbException + class DESKTOP_DEPLOYMENTMISC_DLLPUBLIC DbException { rtl::OString what_; public: |