summaryrefslogtreecommitdiff
path: root/sfx2/inc/sorgitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sorgitm.hxx')
-rw-r--r--sfx2/inc/sorgitm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sorgitm.hxx b/sfx2/inc/sorgitm.hxx
index 494f4e6529c5..2fd26ea698f1 100644
--- a/sfx2/inc/sorgitm.hxx
+++ b/sfx2/inc/sorgitm.hxx
@@ -34,11 +34,11 @@ public:
SfxScriptOrganizerItem( const SfxScriptOrganizerItem& );
virtual ~SfxScriptOrganizerItem();
- virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const SAL_OVERRIDE;
- virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const SAL_OVERRIDE;
+ virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
- OUString getLanguage() { return aLanguage; };
+ OUString getLanguage() const { return aLanguage; };
};
#endif