summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-12-05 19:26:56 +0100
committerJan Holesovsky <kendy@collabora.com>2013-12-06 07:18:52 +0100
commit0b5e5783d8b15b0415c9fd5043932882904aece8 (patch)
tree6d6008ad2440b85f068803fc39b390eb3a3dcf25 /cui/source/options/optaboutconfig.hxx
parent4ec8c63b5d41ca9ad7dd9ed10dda6b40927d859c (diff)
A bit of constness.
Change-Id: If7681341c7d5d88286f36f943708f99b3c5700e0
Diffstat (limited to 'cui/source/options/optaboutconfig.hxx')
-rw-r--r--cui/source/options/optaboutconfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx
index 55ba3e22bd1e..9ad78a6d2cf8 100644
--- a/cui/source/options/optaboutconfig.hxx
+++ b/cui/source/options/optaboutconfig.hxx
@@ -60,9 +60,9 @@ private:
public:
//static ModalDialog* Create( Window* pParent, const SfxItemSet& rItemset );
CuiAboutConfigTabPage( Window* pParent/*, const SfxItemSet& rItemSet*/ );
- void InsertEntry(OUString& rProp, OUString& rStatus, OUString& rType, OUString& rValue);
+ void InsertEntry(const OUString& rProp, const OUString& rStatus, const OUString& rType, const OUString& rValue);
void Reset(/* const SfxItemSet&*/ );
- void FillItems( com::sun::star::uno::Reference < com::sun::star::container::XNameAccess > xNameAccess, OUString sPath);
+ void FillItems(const com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>& xNameAccess, const OUString& sPath);
com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > getConfigAccess( OUString sNodePath, sal_Bool bUpdate );
virtual sal_Bool FillItemSet( /* SfxItemSet& rSet*/ );