diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:24:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:42 +0200 |
commit | 00240d049790d11c4ef35de7a294819107197efd (patch) | |
tree | 6479f4fee0eac540ca6d0b80552834f2b19e4364 /sw/inc/tox.hxx | |
parent | d341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff) |
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index f8217350230a..561df1f69635 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -59,9 +59,6 @@ class SwTOXMarks : public std::vector<SwTOXMark*> {}; Description: Entry of content index, alphabetical index or user defined index --------------------------------------------------------------------*/ -#define IVER_TOXMARK_STRPOOL ((sal_uInt16)1) -#define IVER_TOXMARK_NEWTOX ((sal_uInt16)2) - class SW_DLLPUBLIC SwTOXMark : public SfxPoolItem , public SwModify |