summaryrefslogtreecommitdiff
path: root/include/sfx2/objface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/objface.hxx')
-rw-r--r--include/sfx2/objface.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx
index 32f23200afbd..bda6ecc05462 100644
--- a/include/sfx2/objface.hxx
+++ b/include/sfx2/objface.hxx
@@ -60,8 +60,8 @@ friend class SfxSlotPool;
const SfxInterface* pGenoType; // base interface
SfxSlot* pSlots; // SlotMap
sal_uInt16 nCount; // number of slots in SlotMap
- SfxInterfaceId const nClassId; // Id of interface
- bool const bSuperClass; // Whether children inherit its toolbars etc
+ SfxInterfaceId nClassId; // Id of interface
+ bool bSuperClass; // Whether children inherit its toolbars etc
std::unique_ptr<SfxInterface_Impl> pImplData;
public: