diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-09 19:10:19 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-09 19:10:19 +0100 |
commit | dbc2ea3db472286139a9f82b2c6aa972a8d43406 (patch) | |
tree | 7176fc3477d0a43c4f9d0ebde5824ff09b8abaa9 /sw/source/ui/inc/navicfg.hxx | |
parent | b4c4d7ac0a50b17c526fc8092d1fa3b7b39dadd5 (diff) | |
parent | e8eaf1947f895d0c57321ff1e7e8d9d44fb19ee5 (diff) |
CWS-TOOLING: integrate CWS killnonpro
Diffstat (limited to 'sw/source/ui/inc/navicfg.hxx')
-rw-r--r-- | sw/source/ui/inc/navicfg.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/inc/navicfg.hxx b/sw/source/ui/inc/navicfg.hxx index 124758a773b1..a1c5beb6007b 100644 --- a/sw/source/ui/inc/navicfg.hxx +++ b/sw/source/ui/inc/navicfg.hxx @@ -50,7 +50,8 @@ public: SwNavigationConfig(); ~SwNavigationConfig(); - virtual void Commit(); + virtual void Commit(); + virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames ); sal_Int32 GetRootType()const {return nRootType;} void SetRootType(sal_Int32 nSet){ |