diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-05-17 09:47:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-19 09:42:41 +0200 |
commit | 10749bbf8247f0b17201b33f95a090dfc4fc3211 (patch) | |
tree | c34474977546aaccb6d5cd30ac4b45b1d422c11d /sc | |
parent | df64e7c709fc6d771546554b4026583c55609105 (diff) |
remove the last of the OUString #defines in header files
Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/excdefs.hxx | 4 | ||||
-rw-r--r-- | sc/source/filter/inc/xlconst.hxx | 8 | ||||
-rw-r--r-- | sc/source/filter/inc/xlpivot.hxx | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/filter/inc/excdefs.hxx b/sc/source/filter/inc/excdefs.hxx index 121b7a22287b..7b8b3e6a4780 100644 --- a/sc/source/filter/inc/excdefs.hxx +++ b/sc/source/filter/inc/excdefs.hxx @@ -59,8 +59,8 @@ const sal_uInt8 EXC_AFOPER_GREATEREQUAL = 0x06; // defines for change tracking ================================================ -#define EXC_STREAM_USERNAMES OUString( "User Names" ) -#define EXC_STREAM_REVLOG OUString( "Revision Log" ) +#define EXC_STREAM_USERNAMES "User Names" +#define EXC_STREAM_REVLOG "Revision Log" // opcodes #define EXC_CHTR_OP_COLFLAG 0x0001 diff --git a/sc/source/filter/inc/xlconst.hxx b/sc/source/filter/inc/xlconst.hxx index b402f0095237..1f1f8ee14b23 100644 --- a/sc/source/filter/inc/xlconst.hxx +++ b/sc/source/filter/inc/xlconst.hxx @@ -76,13 +76,13 @@ const SCTAB SCTAB_GLOBAL = SCTAB_MAX; /// A Calc sheet // Storage/stream names ------------------------------------------------------- -#define EXC_STORAGE_OLE_LINKED OUString( "LNK" ) -#define EXC_STORAGE_OLE_EMBEDDED OUString( "MBD" ) -#define EXC_STORAGE_VBA_PROJECT OUString( "_VBA_PROJECT_CUR" ) +#define EXC_STORAGE_OLE_LINKED "LNK" +#define EXC_STORAGE_OLE_EMBEDDED "MBD" +#define EXC_STORAGE_VBA_PROJECT "_VBA_PROJECT_CUR" #define EXC_STREAM_BOOK "Book" #define EXC_STREAM_WORKBOOK "Workbook" -#define EXC_STREAM_CTLS OUString( "Ctls" ) +#define EXC_STREAM_CTLS "Ctls" // Encoded URLs --------------------------------------------------------------- diff --git a/sc/source/filter/inc/xlpivot.hxx b/sc/source/filter/inc/xlpivot.hxx index 1fb8317fd4e6..a064e57532c4 100644 --- a/sc/source/filter/inc/xlpivot.hxx +++ b/sc/source/filter/inc/xlpivot.hxx @@ -41,7 +41,7 @@ class XclExpStream; // misc ----------------------------------------------------------------------- -#define EXC_STORAGE_PTCACHE OUString( "_SX_DB_CUR" ) +#define EXC_STORAGE_PTCACHE "_SX_DB_CUR" // strings const sal_uInt16 EXC_PT_NOSTRING = 0xFFFF; |