summaryrefslogtreecommitdiff
path: root/include/vcl/NotebookbarContextControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/NotebookbarContextControl.hxx')
-rw-r--r--include/vcl/NotebookbarContextControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/NotebookbarContextControl.hxx b/include/vcl/NotebookbarContextControl.hxx
index ce557c54904f..adb6178e510d 100644
--- a/include/vcl/NotebookbarContextControl.hxx
+++ b/include/vcl/NotebookbarContextControl.hxx
@@ -16,7 +16,7 @@ class NotebookbarContextControl
{
public:
virtual ~NotebookbarContextControl() {}
- virtual void SetContext( vcl::EnumContext::Context eContext ) = 0;
+ virtual void SetContext(vcl::EnumContext::Context eContext) = 0;
};
#endif