User: timar   
Date: 05/11/12 13:17:50

Modified:
 /hu/src/2.0.1/Patches/
  caption-hu.diff

Log:
 Fixed automatic captions

File Changes:

Directory: /hu/src/2.0.1/Patches/
=================================

File [changed]: caption-hu.diff
Url: 
http://hu.openoffice.org/source/browse/hu/src/2.0.1/Patches/caption-hu.diff?r1=1.1&r2=1.2
Delta lines:  +23 -0
--------------------
--- caption-hu.diff     11 Nov 2005 15:38:22 -0000      1.1
+++ caption-hu.diff     12 Nov 2005 21:17:47 -0000      1.2
@@ -45,3 +45,26 @@
              if(rCharacterStyle.Len())
              {
                  SwCharFmt* pCharFmt = FindCharFmtByName( rCharacterStyle );
+--- sw/source/ui/config/optload.cxx.orig       2005-11-12 18:59:30.000000000 
+0100
++++ sw/source/ui/config/optload.cxx    2005-11-12 21:08:42.000000000 +0100
+@@ -905,9 +905,6 @@
+                                         aFormatBox.GetSelectEntryPos() );
+         if( SVX_NUM_NUMBER_NONE != nNumFmt )
+         {
+-            // Kategorie
+-            aStr += aCategoryBox.GetText();
+-            aStr += ' ';
+ 
+             SwWrtShell *pSh = ::GetActiveWrtShell();
+             String sFldTypeName( aCategoryBox.GetText() );
+@@ -940,6 +937,10 @@
+                 //case ARABIC:
+                 default:                    aStr += '1'; break;
+             }
++            // Kategorie
++            aStr += '.';
++            aStr += ' ';
++            aStr += aCategoryBox.GetText();
+         }
+         aStr += aTextEdit.GetText();
+     }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to