diff options
Diffstat (limited to 'sfx2/inc/recentdocsview.hxx')
-rw-r--r-- | sfx2/inc/recentdocsview.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/recentdocsview.hxx b/sfx2/inc/recentdocsview.hxx index e5f7ebfb5a8e..ff21644a9940 100644 --- a/sfx2/inc/recentdocsview.hxx +++ b/sfx2/inc/recentdocsview.hxx @@ -89,9 +89,9 @@ private: size_t mnLastMouseDownItem; /// Image that appears when there is no recent document. - Image const maWelcomeImage; - OUString const maWelcomeLine1; - OUString const maWelcomeLine2; + Image maWelcomeImage; + OUString maWelcomeLine1; + OUString maWelcomeLine2; }; } // namespace sfx2 |