diff options
Diffstat (limited to 'sfx2/source/notebookbar/NotebookBarPopupMenu.hxx')
-rw-r--r-- | sfx2/source/notebookbar/NotebookBarPopupMenu.hxx | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sfx2/source/notebookbar/NotebookBarPopupMenu.hxx b/sfx2/source/notebookbar/NotebookBarPopupMenu.hxx new file mode 100644 index 000000000000..2fca13512849 --- /dev/null +++ b/sfx2/source/notebookbar/NotebookBarPopupMenu.hxx @@ -0,0 +1,23 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include <vcl/notebookbar.hxx> +#include <vcl/menu.hxx> +#include <sfxlocal.hrc> +#include <sfx2/sfxresid.hxx> + +class NotebookBarPopupMenu : public PopupMenu +{ +public: + NotebookBarPopupMenu(ResId aRes); + void Execute(NotebookBar* pNotebookbar, + css::uno::Reference<css::frame::XFrame>& xFrame); +}; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |