summaryrefslogtreecommitdiff
path: root/include/sfx2/notebookbar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-21 20:00:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-22 07:51:28 +0100
commit5098f825931604004caf37069a3fb38359c837a4 (patch)
tree951707070e41c7df3ab2e35b0215caedcd5ff520 /include/sfx2/notebookbar
parent331b4603be47fe059095307b2b3e2c1d399b04f9 (diff)
Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/
...as it is included from other include/vcl/*.hxx files. (And moving it there helps the heuristic in an upcoming improvement of loplugin:dyncastvisibility.) Change-Id: I15e061fbaba8e82235afb5b312f7b38f26eec900 Reviewed-on: https://gerrit.libreoffice.org/50123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/sfx2/notebookbar')
-rw-r--r--include/sfx2/notebookbar/NotebookbarContextControl.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/sfx2/notebookbar/NotebookbarContextControl.hxx b/include/sfx2/notebookbar/NotebookbarContextControl.hxx
deleted file mode 100644
index 172b25756d8f..000000000000
--- a/include/sfx2/notebookbar/NotebookbarContextControl.hxx
+++ /dev/null
@@ -1,26 +0,0 @@
-/* -*- 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/.
- */
-
-#ifndef INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARCONTEXTCONTROL_HXX
-#define INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARCONTEXTCONTROL_HXX
-
-#include <vcl/EnumContext.hxx>
-
-class NotebookBar;
-
-class NotebookbarContextControl
-{
-public:
- virtual ~NotebookbarContextControl() {}
- virtual void SetContext( vcl::EnumContext::Context eContext ) = 0;
-};
-
-#endif // INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARCONTEXTCONTROL_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */