diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-13 13:57:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-13 13:57:41 +0300 |
commit | 1c263b70cad4ec168279857a0e00d9eea14dd741 (patch) | |
tree | 386b2f1580979299a5f2e220392476778a43fdc9 /include/svx/grfflt.hxx | |
parent | c50f962215e9b09dc37fc319bb821c057a5e349c (diff) |
Bin pointless comments
Change-Id: Ifebb44ce61b920488af52c7ab377c188bd4f9015
Diffstat (limited to 'include/svx/grfflt.hxx')
-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; |