summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-03 15:53:56 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-03 15:53:56 +0100
commit2e913ff4d61087475ddf3d15455a652cb50c0549 (patch)
tree9fc661cdf6462f6d245cd92ac2a20c747e1f9cd9 /unotools/inc
parentCWS gnumake3: gcc warning fixed (diff)
parentCWS-TOOLING: integrate CWS writerfilter09 (diff)
downloadcore-2e913ff4d61087475ddf3d15455a652cb50c0549.tar.gz
core-2e913ff4d61087475ddf3d15455a652cb50c0549.zip
CWS gnumake3: resync to m99
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/pathoptions.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/inc/unotools/pathoptions.hxx b/unotools/inc/unotools/pathoptions.hxx
index 4d94c93cca4a..bff3a3120ee4 100644
--- a/unotools/inc/unotools/pathoptions.hxx
+++ b/unotools/inc/unotools/pathoptions.hxx
@@ -129,8 +129,9 @@ public:
void SetWorkPath( const String& rPath );
void SetPath( SvtPathOptions::Pathes ePath, const String& rNewPath );
- String SubstituteVariable( const String& rVar );
- String UseVariable( const String& rVar );
+ String SubstituteVariable( const String& rVar ) const;
+ String ExpandMacros( const String& rPath ) const;
+ String UseVariable( const String& rVar ) const;
sal_Bool SearchFile( String& rIniFile, Pathes ePath = PATH_USERCONFIG );
::com::sun::star::lang::Locale GetLocale() const;
sal_Bool IsReadonly() const;