summaryrefslogtreecommitdiff
path: root/include/vcl/textrectinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/textrectinfo.hxx')
-rw-r--r--include/vcl/textrectinfo.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/textrectinfo.hxx b/include/vcl/textrectinfo.hxx
index 8b98e1a37c99..b5dcf561f132 100644
--- a/include/vcl/textrectinfo.hxx
+++ b/include/vcl/textrectinfo.hxx
@@ -41,8 +41,6 @@ public:
{ return ((mnMaxWidth == rInfo.mnMaxWidth) &&
(mnLineCount == rInfo.mnLineCount) &&
(mbEllipsis == rInfo.mbEllipsis)); }
- bool operator !=( const TextRectInfo& rInfo ) const
- { return !(TextRectInfo::operator==( rInfo )); }
};
inline TextRectInfo::TextRectInfo()