[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source
Matthias Seidel (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 15 08:08:58 UTC 2019
svx/source/dialog/langbox.src | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
New commits:
commit 2eca2d26fee7f5dcdb7ad914a1003a7ee8fe0ca0
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Jun 15 06:28:51 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Jun 15 06:28:51 2019 +0000
Cleaned up whitespace, removed maskcolor
diff --git a/svx/source/dialog/langbox.src b/svx/source/dialog/langbox.src
index 4ae5a68c8249..f04f504d4760 100644
--- a/svx/source/dialog/langbox.src
+++ b/svx/source/dialog/langbox.src
@@ -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
-
More information about the Libreoffice-commits
mailing list