summaryrefslogtreecommitdiff
path: root/include/svx/tbcontrl.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-09-02 16:25:54 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-09-04 11:43:13 +0300
commit56205276698dc6633d8110f628339bb01ae1fcc3 (patch)
treec1a83478d0a9450de1d28bcf87600cad7740d233 /include/svx/tbcontrl.hxx
parent3317b1f7eec887f4ed1303ef0ab8b43acd200f60 (diff)
Non-split currency button
Change-Id: I002af2140dd372302509509baf8d5f400ed4341a
Diffstat (limited to 'include/svx/tbcontrl.hxx')
-rw-r--r--include/svx/tbcontrl.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index 662a9fb58c7b..5e96b22fc040 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -304,6 +304,10 @@ public:
virtual ~SvxCurrencyToolBoxControl();
virtual void Select( sal_uInt16 nSelectModifier ) override;
virtual VclPtr<SfxPopupWindow> CreatePopupWindow() override;
+
+ // XInitialization
+ virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& rArguments )
+ throw ( css::uno::Exception, css::uno::RuntimeException, std::exception ) override;
};