diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/grfflt.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svx/grfflt.hxx b/include/svx/grfflt.hxx index 6a0ded00a8ca..278e093e24bc 100644 --- a/include/svx/grfflt.hxx +++ b/include/svx/grfflt.hxx @@ -23,18 +23,10 @@ #include <svtools/grfmgr.hxx> #include <svx/svxdllapi.h> - -// - Error codes - - - #define SVX_GRAPHICFILTER_ERRCODE_NONE 0x00000000 #define SVX_GRAPHICFILTER_UNSUPPORTED_GRAPHICTYPE 0x00000001 #define SVX_GRAPHICFILTER_UNSUPPORTED_SLOT 0x00000002 - -// - SvxGraphicFilter - - - class SfxRequest; class SfxItemSet; |