summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-26 10:19:06 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-26 10:19:06 +0200
commitb12644eb20d8153243943d22e5923e06afebd637 (patch)
treec9cb586fe9d833bf627cf07e159291d849b8651c /shell/inc
parent1e37c007736fb550b3e43a5aada15220263f7376 (diff)
parent668f998c88cc5e3a344dfc0693c0694d5121296a (diff)
CWS-TOOLING: integrate CWS dv20
Notes
split repo tag: libs-core_ooo/DEV300_m87
Diffstat (limited to 'shell/inc')
-rwxr-xr-xshell/inc/internal/utilities.hxx6
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