summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/DeckDescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/DeckDescriptor.hxx')
-rw-r--r--sfx2/source/sidebar/DeckDescriptor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/DeckDescriptor.hxx b/sfx2/source/sidebar/DeckDescriptor.hxx
index fc3f09f9debd..3ea1db1cf4dc 100644
--- a/sfx2/source/sidebar/DeckDescriptor.hxx
+++ b/sfx2/source/sidebar/DeckDescriptor.hxx
@@ -40,9 +40,9 @@ public:
bool mbIsEnabled;
sal_Int32 mnOrderIndex;
- DeckDescriptor (void);
+ DeckDescriptor();
DeckDescriptor (const DeckDescriptor& rOther);
- ~DeckDescriptor (void);
+ ~DeckDescriptor();
};
} } // end of namespace sfx2::sidebar