vcl/unx/gtk/a11y/atkimage.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit c123d7c2a0a76283413b7bc39a659ef66fa4fadc
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Apr 9 12:29:56 2014 +0200

    -Werror=deprecated-declarations (on Debian, reportedly)
    
    Change-Id: I3d766025a85d1c5c7f3f48d39e73117d18c636ae

diff --git a/vcl/unx/gtk/a11y/atkimage.cxx b/vcl/unx/gtk/a11y/atkimage.cxx
index 524a268..3471032 100644
--- a/vcl/unx/gtk/a11y/atkimage.cxx
+++ b/vcl/unx/gtk/a11y/atkimage.cxx
@@ -81,7 +81,11 @@ image_get_image_position( AtkImage     *image,
 {
     *x = *y = 0;
     if( ATK_IS_COMPONENT( image ) )
+    {
+        SAL_WNODEPRECATED_DECLARATIONS_PUSH
         atk_component_get_position( ATK_COMPONENT( image ), x, y, coord_type );
+        SAL_WNODEPRECATED_DECLARATIONS_POP
+    }
     else
         g_warning( "FIXME: no image position information" );
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to