canvas/source/vcl/canvashelper.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3d70fe990dbf977aebf4042e846f2ca173e5b43e
Author: Tor Lillqvist <[email protected]>
Date:   Mon Oct 8 13:43:22 2012 +0300

    WaE: unused function 'unoCapeFromCap'
    
    Change-Id: I21dc33e39da8f46379fad672a83e8fb8449a0ec4

diff --git a/canvas/source/vcl/canvashelper.cxx 
b/canvas/source/vcl/canvashelper.cxx
index 8028a91..0d4f204 100644
--- a/canvas/source/vcl/canvashelper.cxx
+++ b/canvas/source/vcl/canvashelper.cxx
@@ -90,6 +90,7 @@ namespace vclcanvas
             return basegfx::B2DLINEJOIN_NONE;
         }
 
+#ifdef FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
         drawing::LineCap unoCapeFromCap( sal_Int8 nCapType)
         {
             switch ( nCapType)
@@ -109,6 +110,7 @@ namespace vclcanvas
             }
             return drawing::LineCap_BUTT;
         }
+#endif
     }
 
     CanvasHelper::CanvasHelper() :
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to