[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 31 02:09:21 UTC 2018


 sd/source/ui/dlg/copydlg.src |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 2bffe2d4615ee36a13de375026dbb3283a94f102
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Jul 31 00:09:01 2018 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Jul 31 00:09:01 2018 +0000

    Cleaned up resource file for Duplicate.
    
    Removed entry for MASKCOLOR.

diff --git a/sd/source/ui/dlg/copydlg.src b/sd/source/ui/dlg/copydlg.src
index e547683631d4..ee3c72d67f93 100644
--- a/sd/source/ui/dlg/copydlg.src
+++ b/sd/source/ui/dlg/copydlg.src
@@ -82,8 +82,7 @@ ModalDialog DLG_COPY
         Size = MAP_APPFONT ( 14, 14 ) ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "pipette.bmp" ; };
-            MaskColor = IMAGE_MASK_STDCOLOR;
+            ImageBitmap = Bitmap { File = "pipette.png" ; };
         };
         TabStop = TRUE ;
         QuickHelpText [ en-US ] = "Values from Selection" ;


More information about the Libreoffice-commits mailing list