summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-17 14:05:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-17 14:05:24 +0100
commitddee088798cc93bcb165b08f3e24f5e710e3f606 (patch)
treef353b9944eb3b4369723ea43317cd8b9556e03e4 /vcl/unx/gtk3
parentaa0f47aa65693a9763ac0ebeed85c09ac2076431 (diff)
Missing semicolon
Change-Id: If7e643ed3238074a3e6394834b17b8c96e8decac
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r--vcl/unx/gtk3/gtk3gtkframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index f8e3bf233c5b..4e917ba33386 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -2509,7 +2509,7 @@ bool GtkSalFrame::UpdatePopover(sal_uIntPtr nId, const OUString& rHelpText, cons
(void)nId;
(void)rHelpText;
(void)rHelpArea;
- return false
+ return false;
#endif
}