summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-08-13 15:25:54 +0200
committerDirk Voelzke <dv@openoffice.org>2010-08-13 15:25:54 +0200
commitdc50b041cf1c549bb4ec9cde37da1ca5e61cdc34 (patch)
tree5becb2c61f6cddd11f44678ac53b01661c3054b8 /shell/inc
parent0e6f37318dd855bd04e3281435d1af751398c98f (diff)
dv20:#i95454# Use GetShortName to avoid problems with char versus wchar
Diffstat (limited to 'shell/inc')
-rwxr-xr-x[-rw-r--r--]shell/inc/internal/propsheets.hxx0
-rwxr-xr-xshell/inc/internal/utilities.hxx6
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/inc/internal/propsheets.hxx b/shell/inc/internal/propsheets.hxx
index 0159379e3127..0159379e3127 100644..100755
--- a/shell/inc/internal/propsheets.hxx
+++ b/shell/inc/internal/propsheets.hxx
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