[Libreoffice-commits] core.git: vcl/workben
Stephan Bergmann
sbergman at redhat.com
Tue Jan 27 05:03:06 PST 2015
vcl/workben/vcldemo.cxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit c3fcec765cc3a9e4aad30685af9aa44491bf1d08
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 27 14:02:29 2015 +0100
loplugin:unreffun
Change-Id: I54a79059fbba4709cc445a5f200e4fac3b35ed48
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 3911b9e..e6f923b 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -393,13 +393,13 @@ public:
: DrawText( false, true, false ) {}
};
- struct DrawRotatedText : public DrawText
- {
- RENDER_DETAILS(rotatedtext,KEY_T,1)
+ // struct DrawRotatedText : public DrawText
+ // {
+ // RENDER_DETAILS(rotatedtext,KEY_T,1)
- DrawRotatedText()
- : DrawText( false, false, true ) {}
- };
+ // DrawRotatedText()
+ // : DrawText( false, false, true ) {}
+ // };
struct DrawCheckered : public RegionRenderer
{
More information about the Libreoffice-commits
mailing list