diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-19 18:31:17 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-19 18:36:38 +0100 |
commit | e111aa0c20c2e88d13164c025359982fc6d0bd18 (patch) | |
tree | 99c6adddb28dd1ad06256d8ca40a725c24617d60 /include/svl | |
parent | 2dde51e17288e7fecd4fad0d9a69fffc465f536b (diff) |
svl: whitespace fixes in grabbagitem
Change-Id: I363e8c0f1a51a18bf0ad0ac4f931107137fd1c58
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/grabbagitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx index 1e7c592132b5..e28f2134776b 100644 --- a/include/svl/grabbagitem.hxx +++ b/include/svl/grabbagitem.hxx @@ -26,7 +26,7 @@ public: TYPEINFO(); SfxGrabBagItem(); - SfxGrabBagItem(sal_uInt16 nWhich, const std::map<OUString, com::sun::star::uno::Any> *pMap = 0); + SfxGrabBagItem(sal_uInt16 nWhich, const std::map<OUString, com::sun::star::uno::Any>* pMap = 0); SfxGrabBagItem(const SfxGrabBagItem& rItem); ~SfxGrabBagItem(); @@ -34,7 +34,7 @@ public: const std::map<OUString, com::sun::star::uno::Any>& GetGrabBag() const; virtual int operator==(const SfxPoolItem&) const; - virtual SfxPoolItem* Clone(SfxItemPool *pPool = 0) const; + virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const; virtual bool PutValue(const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0); virtual bool QueryValue(com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0) const; |