diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2022-07-29 00:08:46 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2022-08-30 13:07:36 +0200 |
commit | 2958e4c92f15652c424765f02c87518011eb2406 (patch) | |
tree | 788c66ebf5f6fee2921fbc1a4bab773645e7390a /framework/inc/uielement | |
parent | 1f6918b458e5edee8daa7c81675b30d50533249f (diff) |
tdf#149956 Remove previous vcl only solution
Change-Id: Id67b75856a230e175ccc6328ec0838c78589191b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139020
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 162e14aca4e3..865a1b54d5b4 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -82,7 +82,6 @@ public: virtual void Clear() = 0; virtual void SetName(const OUString& rName) = 0; virtual void SetHelpId(const OString& rHelpId) = 0; - virtual void TrackImageOrientation(const css::uno::Reference<css::frame::XFrame>& rFrame) = 0; virtual bool WillUsePopupMode() = 0; virtual bool IsReallyVisible() = 0; virtual void SetIconSize(ToolBoxButtonSize eSize) = 0; |