diff options
Diffstat (limited to 'connectivity/source/inc/resource/calc_res.hrc')
-rw-r--r-- | connectivity/source/inc/resource/calc_res.hrc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/connectivity/source/inc/resource/calc_res.hrc b/connectivity/source/inc/resource/calc_res.hrc index 9a4519ec81..9487dd585c 100644 --- a/connectivity/source/inc/resource/calc_res.hrc +++ b/connectivity/source/inc/resource/calc_res.hrc @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: calc_res.hrc,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.56.1 $ * * This file is part of OpenOffice.org. * @@ -31,16 +31,14 @@ #ifndef CONNECTIVITY_RESOURCE_CALC_HRC #define CONNECTIVITY_RESOURCE_CALC_HRC -#ifndef CONNECTIVITY_SHARED_RES_HRC #include "resource/conn_shared_res.hrc" -#endif +#include "resource/common_res.hrc" // ============================================================================ // = the calc driver's resource strings // ============================================================================ -#define STR_COULD_NOT_LOAD_FILE ( STR_CALC_BASE + 0 ) -#define STR_LOAD_FILE_ERROR_MESSAGE ( STR_CALC_BASE + 1 ) +#define STR_LOAD_FILE_ERROR_MESSAGE ( STR_CALC_BASE + 0 ) #endif // CONNECTIVITY_RESOURCE_CALC_HRC |