diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-16 15:48:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-16 15:48:11 +0000 |
commit | c50b50c778c0625bf10e9f67831146b6ffdcbb9c (patch) | |
tree | 5372bf36fd6b3d2427cf36b91accf43292331a2c /framework/inc | |
parent | 5671a987946532a9a119b98c2e677e07c7dc372d (diff) |
equalsAsciiL faster than equals
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/dispatchcommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatchcommands.h b/framework/inc/dispatchcommands.h index 978fd66efe8f..fc279d9dac3d 100644 --- a/framework/inc/dispatchcommands.h +++ b/framework/inc/dispatchcommands.h @@ -43,7 +43,7 @@ namespace framework{ //_________________________________________________________________________________________________________________ -static ::rtl::OUString CMD_UNO_SHOWSTARTMODULE(RTL_CONSTASCII_USTRINGPARAM(".uno:ShowStartModule")); +#define CMD_UNO_SHOWSTARTMODULE ".uno:ShowStartModule" } // namespace framework |