diff options
Diffstat (limited to 'sfx2/inc/recentdocsview.hxx')
-rw-r--r-- | sfx2/inc/recentdocsview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/recentdocsview.hxx b/sfx2/inc/recentdocsview.hxx index 95b9386cd0ec..9067f3cef5a3 100644 --- a/sfx2/inc/recentdocsview.hxx +++ b/sfx2/inc/recentdocsview.hxx @@ -85,7 +85,7 @@ private: bool isAcceptedFile(const OUString &rURL) const; - long mnItemMaxSize; + tools::Long mnItemMaxSize; size_t mnLastMouseDownItem; /// Image that appears when there is no recent document. |