diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 13:12:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:10 +0200 |
commit | 4c4d748767c5740cc4b5348c69ad86c68db234bd (patch) | |
tree | 0dd2552859802f0554f83589cc02995eaa7c602e /sd/source/helper | |
parent | 57154616f064752c237a278db18767241da13c3f (diff) |
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'sd/source/helper')
-rw-r--r-- | sd/source/helper/simplereferencecomponent.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index 7ef62d70a94c..353a9e996b00 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -32,10 +32,7 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include "osl/diagnose.h" -#ifndef INCLUDED_NEW #include <new> -#define INCLUDED_NEW -#endif using com::sun::star::uno::RuntimeException; using sd::SimpleReferenceComponent; |