summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8toolbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8toolbar.hxx')
-rw-r--r--sw/source/filter/ww8/ww8toolbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8toolbar.hxx b/sw/source/filter/ww8/ww8toolbar.hxx
index ea5456ede91c..bc6a232abc66 100644
--- a/sw/source/filter/ww8/ww8toolbar.hxx
+++ b/sw/source/filter/ww8/ww8toolbar.hxx
@@ -60,7 +60,7 @@ public:
SwCTB();
virtual ~SwCTB() override;
bool Read(SvStream &rS) override;
- bool IsMenuToolbar();
+ bool IsMenuToolbar() const;
bool ImportCustomToolBar( SwCTBWrapper&, CustomToolBarImportHelper& );
bool ImportMenuTB( SwCTBWrapper&, const css::uno::Reference< css::container::XIndexContainer >&, CustomToolBarImportHelper& );
OUString const & GetName() { return tb.getName().getString(); }