diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:51:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:54:18 +0200 |
commit | 5fcecf9b88a0879081d8239cebbc03e30150985a (patch) | |
tree | 2eaa65002db4ccb19778e054f9fc40c33312537c /toolkit | |
parent | 47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (diff) |
hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/src2xml/src-sw.lst | 1 | ||||
-rw-r--r-- | toolkit/src2xml/src.lst | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/src2xml/src-sw.lst b/toolkit/src2xml/src-sw.lst index a0e7245fc4f4..9e8c875fdb1a 100644 --- a/toolkit/src2xml/src-sw.lst +++ b/toolkit/src2xml/src-sw.lst @@ -113,7 +113,6 @@ ../../sw/source/ui/ribbar/tbxanchr.src ../../sw/source/ui/ribbar/workctrl.src ../../sw/source/ui/ribbar/inputwin.src -../../sw/source/ui/ribbar/tblctrl.src ../../sw/source/ui/shells/shells.src ../../sw/source/ui/uiview/pview.src ../../sw/source/ui/uiview/view.src diff --git a/toolkit/src2xml/src.lst b/toolkit/src2xml/src.lst index d0aad0119e49..1d7e3b28ecb5 100644 --- a/toolkit/src2xml/src.lst +++ b/toolkit/src2xml/src.lst @@ -226,7 +226,6 @@ ../../sw/source/ui/ribbar/tbxanchr.src ../../sw/source/ui/ribbar/workctrl.src ../../sw/source/ui/ribbar/inputwin.src -../../sw/source/ui/ribbar/tblctrl.src ../../sw/source/ui/shells/shells.src ../../sw/source/ui/uiview/pview.src ../../sw/source/ui/uiview/view.src |