diff options
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r-- | include/vcl/graph.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index f44858c88085..e8af0d2c06ce 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -128,9 +128,8 @@ public: Graphic& operator=( Graphic&& rGraphic ); bool operator==( const Graphic& rGraphic ) const; bool operator!=( const Graphic& rGraphic ) const; - bool operator!() const; - operator bool() const; + bool IsNone() const; void Clear(); |