summaryrefslogtreecommitdiff
path: root/unotools/source/config/pathoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/pathoptions.cxx')
-rw-r--r--unotools/source/config/pathoptions.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/pathoptions.cxx b/unotools/source/config/pathoptions.cxx
index 443583088329..c18d004c94f4 100644
--- a/unotools/source/config/pathoptions.cxx
+++ b/unotools/source/config/pathoptions.cxx
@@ -372,7 +372,6 @@ OUString SvtPathOptions_Impl::SubstVar( const OUString& rVar ) const
while ( ( nPosition != STRPOS_NOTFOUND ) && ( nLength > 0 ) )
{
// YES; Get the next variable for replace.
- OUString aReplacement;
OUString aSubString = aWorkText.copy( nPosition, nLength );
aSubString = aSubString.toAsciiLowerCase();