summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/basesh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/basesh.hxx')
-rw-r--r--sw/source/ui/inc/basesh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/basesh.hxx b/sw/source/ui/inc/basesh.hxx
index e4603391c1ad..2e2577b939f2 100644
--- a/sw/source/ui/inc/basesh.hxx
+++ b/sw/source/ui/inc/basesh.hxx
@@ -57,7 +57,7 @@ protected:
inline SwView& GetView() { return rView; }
inline void SetGetStateSet( SfxItemSet* p ) { pGetStateSet = p; }
- inline sal_Bool AddGrfUpdateSlot( sal_uInt16 nSlot ){ return aGrfUpdateSlots.insert( nSlot ).second; }
+ inline bool AddGrfUpdateSlot( sal_uInt16 nSlot ){ return aGrfUpdateSlots.insert( nSlot ).second; }
DECL_STATIC_LINK( SwBaseShell, InsertDBTextHdl, DBTextStruct_Impl* );