diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 13:06:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 13:06:54 +0000 |
commit | 10c2402681eda393e405254334ffe0dfb02244d2 (patch) | |
tree | f26e813bee3f8c99210f7068a86fac87cae0f6d3 /svx/source/gallery2/galexpl.cxx | |
parent | 8943c7abd8d7e9df7c8af95b445d09d03d221d06 (diff) |
INTEGRATION: CWS sj05 (1.5.430); FILE MERGED
2004/01/23 16:26:17 cl 1.5.430.1: #i20484# adding autoshape ui
Diffstat (limited to 'svx/source/gallery2/galexpl.cxx')
-rw-r--r-- | svx/source/gallery2/galexpl.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/svx/source/gallery2/galexpl.cxx b/svx/source/gallery2/galexpl.cxx index 5930202a729c..97b8ad8e6fa9 100644 --- a/svx/source/gallery2/galexpl.cxx +++ b/svx/source/gallery2/galexpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: galexpl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ka $ $Date: 2001-07-30 13:06:09 $ + * last change: $Author: rt $ $Date: 2004-04-02 14:06:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -487,3 +487,10 @@ BOOL GalleryExplorer::EndLocking( ULONG nThemeId ) Gallery* pGal = ImplGetGallery(); return( pGal ? EndLocking( pGal->GetThemeName( nThemeId ) ) : FALSE ); } + +// ----------------------------------------------------------------------------- + +BOOL GalleryExplorer::DrawCentered( OutputDevice* pOut, const FmFormModel& rModel ) +{ + return SgaObjectSvDraw::DrawCentered( pOut, rModel ); +} |