diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-17 14:05:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-17 14:05:24 +0100 |
commit | ddee088798cc93bcb165b08f3e24f5e710e3f606 (patch) | |
tree | f353b9944eb3b4369723ea43317cd8b9556e03e4 /vcl/unx/gtk3 | |
parent | aa0f47aa65693a9763ac0ebeed85c09ac2076431 (diff) |
Missing semicolon
Change-Id: If7e643ed3238074a3e6394834b17b8c96e8decac
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 2 |
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 } |