diff options
Diffstat (limited to 'sd/source/ui/inc/tpaction.hxx')
-rw-r--r-- | sd/source/ui/inc/tpaction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx index 37a43c39f44d..249c9221de0a 100644 --- a/sd/source/ui/inc/tpaction.hxx +++ b/sd/source/ui/inc/tpaction.hxx @@ -55,7 +55,7 @@ private: bool bTreeUpdated; std::vector<css::presentation::ClickAction> maCurrentActions; OUString aLastFile; - ::std::vector< long > aVerbVector; + ::std::vector< tools::Long > aVerbVector; std::unique_ptr<weld::ComboBox> m_xLbAction; std::unique_ptr<weld::Label> m_xFtTree; // jump destination controls |