You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/06/15 06:28:51 UTC

svn commit: r1861368 - /openoffice/trunk/main/svx/source/dialog/langbox.src

Author: mseidel
Date: Sat Jun 15 06:28:51 2019
New Revision: 1861368

URL: http://svn.apache.org/viewvc?rev=1861368&view=rev
Log:
Cleaned up whitespace, removed maskcolor

Modified:
    openoffice/trunk/main/svx/source/dialog/langbox.src

Modified: openoffice/trunk/main/svx/source/dialog/langbox.src
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/dialog/langbox.src?rev=1861368&r1=1861367&r2=1861368&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/dialog/langbox.src (original)
+++ openoffice/trunk/main/svx/source/dialog/langbox.src Sat Jun 15 06:28:51 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,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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,19 +27,15 @@
 
 Image RID_SVXIMG_NOTCHECKED
 {
-	ImageBitmap = Bitmap { File = "notcheck.bmp" ; } ;
-    MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
+	ImageBitmap = Bitmap { File = "notcheck.png" ; } ;
 };
 Image RID_SVXIMG_CHECKED
 {
-	ImageBitmap = Bitmap { File = "lngcheck.bmp" ; } ;
-	MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
+	ImageBitmap = Bitmap { File = "lngcheck.png" ; } ;
 };
 Image RID_SVXIMG_CHECKED_H
 {
-    ImageBitmap = Bitmap { File = "lngcheck_h.bmp" ; } ;
-    MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
+	ImageBitmap = Bitmap { File = "lngcheck_h.png" ; } ;
 };
 
 // ********************************************************************** EOF
-