summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-20 21:32:39 +0200
committerNoel Grandin <noel@peralex.com>2015-01-06 10:59:41 +0200
commit465356ecc81e23016b4289ab16e99084f2a7b84e (patch)
tree00d93dc3c00dcef3566f8ed4900724e1c7f0b89d
parentd1ce6effb62745e9f9c85badd44a1be0aa4a1d8f (diff)
remove unused #defines
Change-Id: Ia56012ec795da47a2b6c2482289b698793703918
-rw-r--r--include/xmloff/XMLTextTableContext.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx
index d5576e92af96..a039beb09f9c 100644
--- a/include/xmloff/XMLTextTableContext.hxx
+++ b/include/xmloff/XMLTextTableContext.hxx
@@ -29,9 +29,6 @@ namespace com { namespace sun { namespace star {
namespace text { class XTextContent; }
} } }
-#define XML_TEXT_FRAME_TEXTBOX 1
-#define XML_TEXT_FRAME_GRAPHIC 2
-
class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext
{