summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/bitmap/bitmap.cxx2
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/bitmap/bitmap.cxx b/vcl/source/bitmap/bitmap.cxx
index d76ae3950b4d..c26cf89c3b66 100644
--- a/vcl/source/bitmap/bitmap.cxx
+++ b/vcl/source/bitmap/bitmap.cxx
@@ -352,7 +352,7 @@ BitmapInfoAccess* Bitmap::AcquireInfoAccess()
if( !*pInfoAccess )
{
- return nullptr;;
+ return nullptr;
}
return pInfoAccess.release();
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 1825fe9703e2..0d72b7cd41c7 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3313,7 +3313,7 @@ private:
else
{
auto nMainLen = gtk_notebook_get_n_pages(m_pNotebook);
- return nOverFlowIndex + nMainLen;;
+ return nOverFlowIndex + nMainLen;
}
}
}