Kaydet (Commit) 9377e44c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: Ic792930c291bae1cf18ffd65548908e910c69c45
üst fe7a4bcc
...@@ -106,12 +106,14 @@ static inline OUString getBuildId() ...@@ -106,12 +106,14 @@ static inline OUString getBuildId()
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
#if defined LINUX || defined SOLARIS
static inline OUString getBaseInstallation() static inline OUString getBaseInstallation()
{ {
OUString aPathVal("$BRAND_BASE_DIR"); OUString aPathVal("$BRAND_BASE_DIR");
rtl::Bootstrap::expandMacros(aPathVal); rtl::Bootstrap::expandMacros(aPathVal);
return aPathVal; return aPathVal;
} }
#endif
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment