[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Tue Jun 30 04:36:56 PDT 2015
sw/source/core/view/viewsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8c92b5ae3d6e96f64754da603a36f42b7feaac5a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jun 30 13:36:28 2015 +0200
loplugin:vclwidgets
Change-Id: Icebaba828316b0f304ad407dc88d7a45f1f62cba
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index d65d213..f3b9121 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1668,7 +1668,7 @@ namespace
class RenderContextGuard
{
VclPtr<vcl::RenderContext>& m_pRef;
- vcl::RenderContext* m_pOriginalValue;
+ VclPtr<vcl::RenderContext> m_pOriginalValue;
SwViewShell* m_pShell;
public:
More information about the Libreoffice-commits
mailing list