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 /sw/source/ui | |
parent | 57154616f064752c237a278db18767241da13c3f (diff) |
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/uno/unofreg.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unofreg.cxx b/sw/source/ui/uno/unofreg.cxx index a20be9de8dcd..ef7a1cef435e 100644 --- a/sw/source/ui/uno/unofreg.cxx +++ b/sw/source/ui/uno/unofreg.cxx @@ -32,10 +32,8 @@ #include <uno/lbnames.h> #include <cppuhelper/factory.hxx> #include <sfx2/sfxmodelfactory.hxx> -#ifndef INCLUDED_STRING_H + #include <string.h> -#define INCLUDED_STRING_H -#endif using namespace ::com::sun::star; using namespace ::com::sun::star::lang; |