ooo-build r13023 - in trunk: . patches/dev300



Author: thorstenb
Date: Wed Jul  2 10:38:42 2008
New Revision: 13023
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13023&view=rev

Log:
	* patches/dev300/apply:
	* patches/dev300/sd-more-title-styles.diff: added
	RID_SVXPAGE_TEXTATTR to (sub)title style settings. No apparent
	reason why it should not be modifiable there.



Added:
   trunk/patches/dev300/sd-more-title-styles.diff
Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Wed Jul  2 10:38:42 2008
@@ -2268,6 +2268,7 @@
 vcl-png-import-fix.diff, n#397128, i#90913, thorsten
 sd-macro-nudges.diff, i#91249, n#188199, thorsten
 slideshow-animated-bmp-fix.diff, i#73914, jlcheng
+sd-more-title-styles.diff, i#23221, thorsten
 
 [ LocalizeFixes ]
 # it is Y axis, not X one [in Spanish]

Added: trunk/patches/dev300/sd-more-title-styles.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/sd-more-title-styles.diff	Wed Jul  2 10:38:42 2008
@@ -0,0 +1,52 @@
+ sd/source/ui/dlg/prltempl.cxx |    2 ++
+ sd/source/ui/dlg/prltempl.src |   12 ++++++++++++
+ 2 files changed, 14 insertions(+), 0 deletions(-)
+
+diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx
+index 57c47f9..70e9e4f 100644
+--- sd/source/ui/dlg/prltempl.cxx
++++ sd/source/ui/dlg/prltempl.cxx
+@@ -241,11 +241,13 @@ SdPresLayoutTemplateDlg::SdPresLayoutTemplateDlg( SfxObjectShell* pDocSh,
+ 		{
+ 			AddTabPage( RID_SVXPAGE_ALIGN_PARAGRAPH );
+ 			AddTabPage( RID_SVXPAGE_TABULATOR );
++			AddTabPage( RID_SVXPAGE_TEXTATTR );
+ 		}
+ 		else
+ 		{
+ 			RemoveTabPage( RID_SVXPAGE_ALIGN_PARAGRAPH );
+ 			RemoveTabPage( RID_SVXPAGE_TABULATOR );
++			RemoveTabPage( RID_SVXPAGE_TEXTATTR );
+ 		}
+ 	}
+ 
+diff --git a/sd/source/ui/dlg/prltempl.src b/sd/source/ui/dlg/prltempl.src
+index 1d54d34..482a397 100644
+--- sd/source/ui/dlg/prltempl.src
++++ sd/source/ui/dlg/prltempl.src
+@@ -88,6 +88,12 @@ TabDialog TAB_PRES_LAYOUT_TEMPLATE
+ 			};
+ 			PageItem
+ 			{
++				Identifier = RID_SVXPAGE_TEXTATTR ;
++				PageResID = RID_SVXPAGE_TEXTATTR ;
++				Text [ en-US ] = "Text" ;
++			};
++			PageItem
++			{
+ 				Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
+ 				PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
+ 				Text [ en-US ] = "Alignment" ;
+@@ -184,6 +190,12 @@ TabDialog TAB_PRES_LAYOUT_TEMPLATE_3
+ 			};
+ 			PageItem
+ 			{
++				Identifier = RID_SVXPAGE_TEXTATTR ;
++				PageResID = RID_SVXPAGE_TEXTATTR ;
++				Text [ en-US ] = "Text" ;
++			};
++			PageItem
++			{
+ 				Identifier = RID_SVXPAGE_PICK_BULLET ;
+ 				Text [ en-US ] = "Bullets" ;
+ 			};



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]