diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 13:13:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 13:13:47 +0000 |
commit | 24fe234d964b1cca4b31931c4656547effc451ac (patch) | |
tree | 49f9e85a1cea731e3d3489c53c6bfe35e81ea0cb | |
parent | e1620846ecfe3cb6546ad4be9348700e2dff768d (diff) |
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
-rw-r--r-- | svx/source/gallery2/gallery1.cxx | 6 |
1 files 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; |