summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/addresstemplate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/addresstemplate.cxx')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 21065383a99d..3d85f3e1e4df 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -700,7 +700,7 @@ void AssignmentPersistentData::Commit()
if ( !m_pImpl->bWorkingPersistent )
{
StyleSettings aSystemStyle = GetSettings().GetStyleSettings();
- const Color& rNewColor = aSystemStyle.GetDialogColor();
+ const ::Color& rNewColor = aSystemStyle.GetDialogColor();
m_aDatasource.SetReadOnly( sal_True );
m_aDatasource.SetBackground( Wallpaper( rNewColor ) );