diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-03 22:45:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-06 22:15:20 +0000 |
commit | 4c3b36073ae542fc5a8ccffa685a4105525b3394 (patch) | |
tree | 35b9a73888371dafd48b95305919909fa817676c /sc/source/ui/pagedlg | |
parent | cae83eb8b6906bba4abf9b625b84364e5f6e36ca (diff) |
Bin ugly (ab)use of preprocessor in headers (final part)
Finish the work of ec8617568ff091026b2f17cce3b547b1633fa6c4
Only one is left: SC_PROGRESS_CXX
Change-Id: Ifdc07ec377d7a84e92bc4b0a66ab82b1fc93f76a
Reviewed-on: https://gerrit.libreoffice.org/9636
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/areasdlg.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/tphf.cxx | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/pagedlg/areasdlg.cxx b/sc/source/ui/pagedlg/areasdlg.cxx index cde8be668da5..097a1bb1e510 100644 --- a/sc/source/ui/pagedlg/areasdlg.cxx +++ b/sc/source/ui/pagedlg/areasdlg.cxx @@ -26,10 +26,7 @@ #include <unotools/charclass.hxx> #include <stdlib.h> -#define _AREASDLG_CXX #include "areasdlg.hxx" -#undef _AREASDLG_CXX - #include "scresid.hxx" #include "rangenam.hxx" #include "reffact.hxx" diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 0d22eed7306f..3d495da48f0b 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -17,12 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #undef SC_DLLIMPLEMENTATION - - -#define _TPHF_CXX #include "scitems.hxx" #include <sfx2/basedlgs.hxx> #include <svl/style.hxx> @@ -40,10 +36,8 @@ #include "styledlg.hxx" #include "scresid.hxx" #include "scuitphfedit.hxx" -#undef _TPHF_CXX #include <boost/scoped_ptr.hpp> - // class ScHFPage |