Author: mseidel
Date: Sat Nov 10 10:52:56 2018
New Revision: 1846294
URL: http://svn.apache.org/viewvc?rev=1846294&view=rev
Log:
Re-added border for graphic
Modified:
openoffice/trunk/main/sd/source/filter/html/pubdlg.src
Modified: openoffice/trunk/main/sd/source/filter/html/pubdlg.src
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/filter/html/pubdlg.src?rev=1846294&r1=1846293&r2=1846294&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/filter/html/pubdlg.src (original)
+++ openoffice/trunk/main/sd/source/filter/html/pubdlg.src Sat Nov 10 10:52:56
2018
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -37,9 +37,10 @@ ModalDialog DLG_PUBLISHING
FixedBitmap PAGE1_BMP
{
OutputSize = TRUE ;
- Scale = TRUE;
- Pos = MAP_APPFONT ( 6, 5 ) ;
- Size = MAP_APPFONT ( 260, 29 ) ;
+ Border = TRUE ;
+ Scale = TRUE ;
+ Pos = MAP_APPFONT ( 6, 4 ) ;
+ Size = MAP_APPFONT ( 258, 29 ) ;
Fixed = Bitmap { File = "pubdlg1.png" ; } ;
};
@@ -47,7 +48,7 @@ ModalDialog DLG_PUBLISHING
{
Pos = MAP_APPFONT ( 6, 38 ) ;
Size = MAP_APPFONT ( 258, 8 ) ;
- Text [ en-US ] = "Assign design";
+ Text [ en-US ] = "Assign design" ;
};
RadioButton PAGE1_NEW_DESIGN
@@ -108,7 +109,7 @@ ModalDialog DLG_PUBLISHING
{
Pos = MAP_APPFONT ( 6, 38 ) ;
Size = MAP_APPFONT ( 124, 8 ) ;
- Text [ en-US ] = "Publication type";
+ Text [ en-US ] = "Publication type" ;
};
RadioButton PAGE2_STANDARD
@@ -358,9 +359,10 @@ ModalDialog DLG_PUBLISHING
FixedBitmap PAGE3_BMP
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 6, 5 ) ;
- Size = MAP_APPFONT ( 260, 29 ) ;
+ Border = TRUE ;
Scale = TRUE ;
+ Pos = MAP_APPFONT ( 6, 4 ) ;
+ Size = MAP_APPFONT ( 258, 29 ) ;
Fixed = Bitmap { File = "pubdlg2.png" ; } ;
};
@@ -379,7 +381,7 @@ ModalDialog DLG_PUBLISHING
Size = MAP_APPFONT( 116, 10 ) ;
Text [ en-US ] = "~PNG" ;
};
-
+
RadioButton PAGE3_GIF
{
HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE3_GIF" ;
@@ -475,12 +477,14 @@ ModalDialog DLG_PUBLISHING
Text [ en-US ] = "Export ~hidden slides" ;
};
- // Page 4: Information for titel page
+ // Page 4: Information for title page
FixedBitmap PAGE4_BMP
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 6, 5 ) ;
- Size = MAP_APPFONT ( 260, 29 ) ;
+ Border = TRUE ;
+ Scale = TRUE ;
+ Pos = MAP_APPFONT ( 6, 4 ) ;
+ Size = MAP_APPFONT ( 258, 29 ) ;
Fixed = Bitmap { File = "pubdlg3.png" ; } ;
};
@@ -579,8 +583,10 @@ ModalDialog DLG_PUBLISHING
FixedBitmap PAGE5_BMP
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 6, 5 ) ;
- Size = MAP_APPFONT ( 260, 29 ) ;
+ Border = TRUE ;
+ Scale = TRUE ;
+ Pos = MAP_APPFONT ( 6, 4 ) ;
+ Size = MAP_APPFONT ( 258, 29 ) ;
Fixed = Bitmap { File = "pubdlg4.png" ; } ;
};
@@ -611,8 +617,10 @@ ModalDialog DLG_PUBLISHING
FixedBitmap PAGE6_BMP
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 6, 5 ) ;
- Size = MAP_APPFONT ( 260, 29 ) ;
+ Border = TRUE ;
+ Scale = TRUE ;
+ Pos = MAP_APPFONT ( 6, 4 ) ;
+ Size = MAP_APPFONT ( 258, 29 ) ;
Fixed = Bitmap { File = "pubdlg5.png" ; } ;
};
@@ -784,3 +792,5 @@ ModalDialog DLG_DESIGNNAME
};
Text [ en-US ] = "Name HTML Design" ;
};
+
+// ******************************************************************* EOF