From 64517292c92cb1a28880a31e335726744ec7c82d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 2 Jul 2012 21:30:12 +0200 Subject: hrc cleanup: Remove include guards Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1 --- uui/source/ids.hrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'uui') diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index 8b961210078f..9ede06491030 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -19,12 +19,8 @@ #ifndef UUI_IDS_HRC #define UUI_IDS_HRC -#ifndef _SOLAR_HRC #include "svl/solar.hrc" -#endif -#ifndef _ERRCODE_HXX #include "tools/errcode.hxx" -#endif #define RID_KEEP_PASSWORD (RID_UUI_START + 0) #define RID_SAVE_PASSWORD (RID_UUI_START + 1) -- cgit