diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-08-26 10:19:06 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-08-26 10:19:06 +0200 |
commit | b12644eb20d8153243943d22e5923e06afebd637 (patch) | |
tree | c9cb586fe9d833bf627cf07e159291d849b8651c /shell/inc | |
parent | 1e37c007736fb550b3e43a5aada15220263f7376 (diff) | |
parent | 668f998c88cc5e3a344dfc0693c0694d5121296a (diff) |
CWS-TOOLING: integrate CWS dv20
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m87
Diffstat (limited to 'shell/inc')
-rwxr-xr-x | shell/inc/internal/utilities.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/inc/internal/utilities.hxx b/shell/inc/internal/utilities.hxx index 4701a2682446..c67787c5cb9d 100755 --- a/shell/inc/internal/utilities.hxx +++ b/shell/inc/internal/utilities.hxx @@ -84,6 +84,12 @@ bool HasOnlySpaces(const std::wstring& String); Windows Locale Identifier corresponding to input LocaleSet. */ +//--------------------------------- +/** Convert a long path name using Windows api call GetShortPathName +*/ +std::wstring getShortPathName( const std::wstring& aLongName ); + + #ifndef OS2 LCID LocaleSetToLCID( const LocaleSet_t & Locale ); #endif |