diff options
Diffstat (limited to 'sw/source/uibase/sidebar/StylePresetsPanel.hxx')
-rw-r--r-- | sw/source/uibase/sidebar/StylePresetsPanel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/StylePresetsPanel.hxx b/sw/source/uibase/sidebar/StylePresetsPanel.hxx index abb3fae568e5..ba0f60b2a034 100644 --- a/sw/source/uibase/sidebar/StylePresetsPanel.hxx +++ b/sw/source/uibase/sidebar/StylePresetsPanel.hxx @@ -41,7 +41,7 @@ private: : maURL(rURL) {} - OUString const maURL; + OUString maURL; }; void RefreshList(); |