summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-10-28 15:03:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-10-28 15:03:16 +0000
commitada35cded048fd19660c62266a827a7c8e0f5054 (patch)
tree646dd727a416c0e6a0a7df6babe8a815a99da641 /cppcanvas
parent216e0048e41f2109d624679686f473c7e886890d (diff)
CWS-TOOLING: integrate CWS cli002
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx
index c868561c12d8..66bf728418c1 100644
--- a/cppcanvas/source/mtfrenderer/textaction.cxx
+++ b/cppcanvas/source/mtfrenderer/textaction.cxx
@@ -2307,7 +2307,7 @@ namespace cppcanvas
}
}
#if defined __GNUC__
-#if __GNUC__ == 4 && __GNUC_MINOR__ == 1
+#if __GNUC__ == 4 && __GNUC_MINOR__ >= 1
// Unreachable; to avoid bogus warning:
return ActionSharedPtr();
#endif