diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:58:18 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:08:01 +0200 |
commit | e2039c054c9674bd68652274bd64ee1a569b196b (patch) | |
tree | cef0dfa5398a4be322986ea6121bfb2b61bf3dc6 /extensions/source/inc | |
parent | 755ad6834625488c5d31d4bacc9370eae7ffd8f3 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'extensions/source/inc')
-rw-r--r-- | extensions/source/inc/componentmodule.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx index 6b08c46ff13b..414bea345ce0 100644 --- a/extensions/source/inc/componentmodule.cxx +++ b/extensions/source/inc/componentmodule.cxx @@ -27,9 +27,7 @@ #include "componentmodule.hxx" #include <tools/resmgr.hxx> -#ifndef _SOLAR_HRC #include <svl/solar.hrc> -#endif #include <comphelper/sequence.hxx> #include <tools/debug.hxx> |