summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/EnumContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/EnumContext.hxx')
-rw-r--r--include/sfx2/sidebar/EnumContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx
index 29185374b6ba..80e8228484ed 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -117,12 +117,12 @@ public:
Writer or WriterWeb -> WriterAndWeb
Use the Application_DrawImpress or Application_WriterAndWeb values in the CombinedEnumContext macro.
*/
- sal_Int32 GetCombinedContext_DI(void) const;
+ sal_Int32 GetCombinedContext_DI() const;
- Application GetApplication_DI (void) const;
+ Application GetApplication_DI() const;
- bool operator == (const EnumContext aOther);
- bool operator != (const EnumContext aOther);
+ bool operator == (const EnumContext& rOther);
+ bool operator != (const EnumContext& rOther);
/** When two contexts are matched against each other then
application or context name may have the wildcard value 'any'.