diff options
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r-- | sd/source/ui/inc/ViewShellBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx index bf8e9990a64d..0510b2ad0fb5 100644 --- a/sd/source/ui/inc/ViewShellBase.hxx +++ b/sd/source/ui/inc/ViewShellBase.hxx @@ -118,7 +118,7 @@ public: /** This call is forwarded to the main sub-shell. */ - virtual ErrCode DoVerb (long nVerb) override; + virtual ErrCode DoVerb (::tools::Long nVerb) override; /** Return a new renderer that can be used for example for printing the document. |