summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbacommandbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbacommandbar.hxx')
-rw-r--r--vbahelper/source/vbahelper/vbacommandbar.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbar.hxx b/vbahelper/source/vbahelper/vbacommandbar.hxx
index e2b7ea84a8da..5c66988fb407 100644
--- a/vbahelper/source/vbahelper/vbacommandbar.hxx
+++ b/vbahelper/source/vbahelper/vbacommandbar.hxx
@@ -67,8 +67,7 @@ public:
VbaDummyCommandBar(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
- const OUString& rName,
- sal_Int32 nType ) throw( css::uno::RuntimeException );
+ const OUString& rName ) throw( css::uno::RuntimeException );
// Attributes
virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException, std::exception) override;
@@ -90,7 +89,6 @@ public:
private:
OUString maName;
- sal_Int32 mnType;
};
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBAR_HXX