Author: mseidel
Date: Wed Jun 19 23:54:32 2019
New Revision: 1861665

URL: http://svn.apache.org/viewvc?rev=1861665&view=rev
Log:
Removed some whitespace, changed String

Modified:
    openoffice/trunk/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc

Modified: openoffice/trunk/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc?rev=1861665&r1=1861664&r2=1861665&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc 
(original)
+++ openoffice/trunk/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc Wed Jun 
19 23:54:32 2019
@@ -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,21 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
-
 #ifndef _DBAUI_AUTOCONTROLS_HRC_
 #define _DBAUI_AUTOCONTROLS_HRC_
 
@@ -92,7 +91,7 @@
                Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;           
                                \
                HelpId = AUTO_HID2;                                             
                        \
                TabStop = TRUE ;                                                
                                    \
-               Text[ en-US ]  = "Browse";                                      
                            \
+               Text[ en-US ]  = "Browse...";                                   
                               \
        };
 
 // 
--------------------------------------------------------------------------------------------------
@@ -133,7 +132,7 @@
         HelpId = AUTO_HID;                                                     
                                                    \
                TabStop = TRUE ;                                                
                            \
                Border = TRUE ;                                                 
                                \
-    };                                                                         
                     
+    };
 
 // 
--------------------------------------------------------------------------------------------------
 
@@ -211,7 +210,7 @@
         CurPos = 0 ;                                                           
                     \
     };                                                                         
                     \
 
-// 
--------------------------------------------------------------------------------------------------
    
+// 
--------------------------------------------------------------------------------------------------
 #define AUTO_SEPARATORCONTROLGROUP(AUTO_Y,AUTOPAGE_X)                          
                     \
                                                                                
                     \
        FixedText FT_AUTOEXTENSIONHEADER                                        
                        \
@@ -380,7 +379,7 @@
        String STR_AUTONO_WILDCARDS                                             
                                                \
        {                                                                       
                                                \
                Text[ en-US ]  = "Wildcards such as ?,* are not allowed in #1." 
;                                                   \
-       };                                                                      
                                                                                
                                                                                
        
+       };
 
 
 #define NAMECONTROLGROUP_HEIGHT (FIXEDTEXT_HEIGHT + 2 + EDIT_HEIGHT)
@@ -442,7 +441,7 @@
         Size = MAP_APPFONT ( 97, EDIT_HEIGHT ) ;                               
                                        \
                TabStop = TRUE ;                                                
                            \
                Border = TRUE ;                                                 
                                \
-    };                                                                         
                     
+    };
 
 
 #define AUTOHELP_JDBCCONTROLGROUP( AUTO_HID, AUTO_HID2, AUTO_HID3, AUTO_HID4, 
AUTO_HID5 )                                                                     
                 \
@@ -451,7 +450,7 @@
     AUTO_HOSTCONTROLGROUP(96, AUTO_HID2)                                       
                                        \
     AUTO_PORTCONTROLGROUP(113, AUTO_HID3 )                                     
                                \
     AUTO_SOCKETCONTROLGROUP(129)                                               
         \
-    AUTO_JDBCDRIVERCLASSGROUP(146, AUTO_HID4, AUTO_HID5) 
+    AUTO_JDBCDRIVERCLASSGROUP(146, AUTO_HID4, AUTO_HID5)
 
 
 // 
--------------------------------------------------------------------------------------------------


Reply via email to