diff options
-rw-r--r-- | cui/source/tabpages/tabarea.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx index 236333d93e7f..a5b677233e06 100644 --- a/cui/source/tabpages/tabarea.cxx +++ b/cui/source/tabpages/tabarea.cxx @@ -135,7 +135,7 @@ void SvxAreaTabDialog::SavePalettes() // save the tables when they have been changed - const String aPath( SvtPathOptions().GetPalettePath() ); + const OUString aPath( SvtPathOptions().GetPalettePath() ); if( mnHatchingListState & CT_MODIFIED ) { |