From 24fe234d964b1cca4b31931c4656547effc451ac Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 12 Oct 2004 13:13:47 +0000
Subject: INTEGRATION: CWS sj09 (1.14.542); FILE MERGED 2004/10/11 21:19:05 sj
1.14.542.3: RESYNC: (1.15-1.16); FILE MERGED 2004/07/09 16:17:14 sj
1.14.542.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/18 12:13:22 sj
1.14.542.1: added new hidden theme for new fontwork feature
---
svx/source/gallery2/gallery1.cxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx
index 53ed790dcef3..23c64c5edd17 100644
--- a/svx/source/gallery2/gallery1.cxx
+++ b/svx/source/gallery2/gallery1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gallery1.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 14:53:29 $
+ * last change: $Author: hr $ $Date: 2004-10-12 14:13:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -692,6 +692,8 @@ String Gallery::GetThemeName( ULONG nThemeId ) const
case( GALLERY_THEME_HOMEPAGE ): aFallback = "Homepage"; break;
case( GALLERY_THEME_HTMLBUTTONS ): aFallback = "private://gallery/hidden/HtmlExportButtons"; break;
case( GALLERY_THEME_POWERPOINT ): aFallback = "private://gallery/hidden/imgppt"; break;
+ case( GALLERY_THEME_FONTWORK ): aFallback = "private://gallery/hidden/fontwork"; break;
+ case( GALLERY_THEME_FONTWORK_VERTICAL ): aFallback = "private://gallery/hidden/fontworkvertical"; break;
case( GALLERY_THEME_RULERS ): aFallback = "Rulers"; break;
case( GALLERY_THEME_SOUNDS ): aFallback = "Sounds"; break;
--
cgit