diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-21 19:11:24 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-21 19:11:24 +0200 |
commit | 654088c1902d0cb88ea1f52684c5648b0fccc970 (patch) | |
tree | 4a068f3aaf1b8676306ad2c5f8f52d13454e25ff /sw/source/ui/config/barcfg.cxx | |
parent | cf3ba611598f4103ce2c7f41f1f4978150ee24ec (diff) |
#i104396#: some warnings, PCH and windows only fixes
Diffstat (limited to 'sw/source/ui/config/barcfg.cxx')
-rw-r--r-- | sw/source/ui/config/barcfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/barcfg.cxx b/sw/source/ui/config/barcfg.cxx index 78dde6c793..6686652bd9 100644 --- a/sw/source/ui/config/barcfg.cxx +++ b/sw/source/ui/config/barcfg.cxx @@ -151,5 +151,5 @@ void SwToolbarConfigItem::Commit() PutProperties(aNames, aValues); } -void SwToolbarConfigItem::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames ) {} +void SwToolbarConfigItem::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} |