sal/inc/sal/log-areas.dox | 1 + vcl/inc/vcl/graphicfilter.hxx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 1aed1041840324aaea49d465f463eca19834828b Author: Tor Lillqvist <[email protected]> Date: Wed Mar 27 00:00:54 2013 +0200 Add log area 'vcl.headless' Change-Id: I40053b9a51c5a640b46c6d615a5d7e067a5e138a diff --git a/sal/inc/sal/log-areas.dox b/sal/inc/sal/log-areas.dox index 4f01fd5..d925c52 100644 --- a/sal/inc/sal/log-areas.dox +++ b/sal/inc/sal/log-areas.dox @@ -250,6 +250,7 @@ certain functionality. @li @c vcl.fonts - font-specific code @li @c vcl.gdi - the GDI part of VCL, devices, bitmaps, etc. @li @c vcl.gtk - Gtk+ 2/3 plugin +@li @c vcl.headless - bitmap-based backend @li @c vcl.layout - Widget layout @li @c vcl.scrollbar - Scroll Bars @li @c vcl.sm - Session Manager commit c8eafbb311d2839689fd807e2a1c81034eed2a7d Author: Tor Lillqvist <[email protected]> Date: Tue Mar 26 23:51:46 2013 +0200 OPT_FILTERSECTION is unused Change-Id: I251eeb98d880f04a5e4ef5829c01799b10db253b diff --git a/vcl/inc/vcl/graphicfilter.hxx b/vcl/inc/vcl/graphicfilter.hxx index 3e2218c..b415d8f 100644 --- a/vcl/inc/vcl/graphicfilter.hxx +++ b/vcl/inc/vcl/graphicfilter.hxx @@ -34,8 +34,6 @@ class FilterConfigCache; struct WMF_EXTERNALHEADER; struct ConvertData; -#define OPT_FILTERSECTION "Graphic" - #define GRFILTER_OK 0 #define GRFILTER_OPENERROR 1 #define GRFILTER_IOERROR 2 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
