diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-25 10:31:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-25 10:56:50 +0900 |
commit | 227be92635a6c1a1cc46b2b547eccd5a1a8cd583 (patch) | |
tree | 9ec668cb99cdb4e774d850a56c673309873cfd3c /sw/source | |
parent | bbe02c2212a24a1984c951b0d32001b54cf307a0 (diff) |
drop useless #define
Change-Id: I375b3bd4a4bfb1d96350194d620f2ee77731e04b
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/utlui/glbltree.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/utlui/navipi.cxx | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index 6fd340d727b2..65c0138f493f 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.cxx @@ -39,7 +39,6 @@ #include <IMark.hxx> #include <section.hxx> #include <tox.hxx> -#define NAVIPI_CXX #include <navipi.hxx> #include <navicont.hxx> #include <navicfg.hxx> diff --git a/sw/source/ui/utlui/glbltree.cxx b/sw/source/ui/utlui/glbltree.cxx index f978c6f2ffa9..ec4e5c6cd9dd 100644 --- a/sw/source/ui/utlui/glbltree.cxx +++ b/sw/source/ui/utlui/glbltree.cxx @@ -43,7 +43,6 @@ #include <section.hxx> #include <tox.hxx> #include <cnttab.hxx> -#define NAVIPI_CXX #include <navipi.hxx> #include <navicont.hxx> #include <edtwin.hxx> diff --git a/sw/source/ui/utlui/navipi.cxx b/sw/source/ui/utlui/navipi.cxx index 380f9ba7cfb5..5b11717461ca 100644 --- a/sw/source/ui/utlui/navipi.cxx +++ b/sw/source/ui/utlui/navipi.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#define NAVIPI_CXX - #include <string> #include <comphelper/string.hxx> #include <svl/urlbmk.hxx> |