diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-26 14:45:09 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-26 14:45:09 +0100 |
commit | dd19343634909cc3ee030087f1d0e84731853d68 (patch) | |
tree | 4baf8405ad2df703a69c028dfe672428c76b4547 /sw/source/ui/inc/barcfg.hxx | |
parent | 35933081fda3551db61a81c9af5ac393fb5fc80e (diff) | |
parent | fdde737ea0caf7450a6676f46651f78ee05321ab (diff) |
merge DEV300_m70
Diffstat (limited to 'sw/source/ui/inc/barcfg.hxx')
-rw-r--r-- | sw/source/ui/inc/barcfg.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/inc/barcfg.hxx b/sw/source/ui/inc/barcfg.hxx index 05b92671ba77..96d8f76d4b92 100644 --- a/sw/source/ui/inc/barcfg.hxx +++ b/sw/source/ui/inc/barcfg.hxx @@ -41,7 +41,8 @@ public: SwToolbarConfigItem( sal_Bool bWeb ); ~SwToolbarConfigItem(); - virtual void Commit(); + virtual void Commit(); + virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames ); void SetTopToolbar( sal_Int32 nSelType, sal_Int32 nBarId ); }; |