diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-10-02 13:25:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-10-02 13:25:58 +0000 |
commit | 1c861f8913f32c5f323e88844884c413d23b8f5c (patch) | |
tree | 4ecb3c6002a449a25673c8c5350f0cf7dc41de90 /svx/source/unodraw/unomod.cxx | |
parent | 2112acb3924e1667d9802f5a64f220f6f0c485f6 (diff) |
#65293# exception specification
Diffstat (limited to 'svx/source/unodraw/unomod.cxx')
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index e8b6c77c8b27..26b344bbc049 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unomod.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: cl $ $Date: 2001-09-28 14:56:37 $ + * last change: $Author: vg $ $Date: 2001-10-02 14:25:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -354,7 +354,7 @@ uno::Sequence< OUString > SvxUnoDrawMSFactory::concatServiceNames( uno::Sequence #ifndef SVX_LIGHT /// -SvxUnoDrawingModel::SvxUnoDrawingModel( SdrModel* pDoc ) +SvxUnoDrawingModel::SvxUnoDrawingModel( SdrModel* pDoc ) throw() : mpDoc( pDoc ) { } @@ -810,4 +810,4 @@ uno::Sequence< OUString > SAL_CALL SvxUnoDrawPagesAccess::getSupportedServiceNam return aSeq; } -#endif
\ No newline at end of file +#endif |