summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galexpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/galexpl.cxx')
-rw-r--r--svx/source/gallery2/galexpl.cxx11
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 );
+}