diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-13 10:23:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-14 08:14:07 +0200 |
commit | 5a27120a11bef343a2da909a1da3fed5dc710282 (patch) | |
tree | 0a2052a822f5f1b793dd1b76593289386187ac89 /include/sfx2 | |
parent | 24deb95b9d7472a43f11f176df25a5fd8ae8be82 (diff) |
INDEX_IGNORE is unused
Change-Id: Ib7691a078c45f1eb8c78bd4e639503a732e3ef8c
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 85a4f23768e4..3acdc4c1a6d8 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -480,8 +480,6 @@ public: StarBASIC* GetBasic() const; // Interface Document content, Organizer -#define INDEX_IGNORE USHRT_MAX - #define CONTENT_STYLE 0 #define CONTENT_CONFIG 1 #define CONTENT_MACRO 2 |