summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/autostyletag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/autostyletag.cxx')
-rw-r--r--shell/source/win32/ooofilereader/autostyletag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/ooofilereader/autostyletag.cxx b/shell/source/win32/ooofilereader/autostyletag.cxx
index d6c3c149b40e..f2220d91549a 100644
--- a/shell/source/win32/ooofilereader/autostyletag.cxx
+++ b/shell/source/win32/ooofilereader/autostyletag.cxx
@@ -77,7 +77,7 @@ void CAutoStyleTag::setStyle( ::std::wstring const & Style )
m_CurrentStyleLocalePair.first = Style;
}
-void CAutoStyleTag::setLocale( LocaleSet_t Locale )
+void CAutoStyleTag::setLocale(const LocaleSet_t& Locale)
{
m_CurrentStyleLocalePair.second = Locale;
}