summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/viewobjectcontact.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/viewobjectcontact.hxx')
-rw-r--r--include/svx/sdr/contact/viewobjectcontact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx b/include/svx/sdr/contact/viewobjectcontact.hxx
index 0a48efffa9e8..9e8b4e972ffd 100644
--- a/include/svx/sdr/contact/viewobjectcontact.hxx
+++ b/include/svx/sdr/contact/viewobjectcontact.hxx
@@ -102,7 +102,7 @@ public:
// Check if this primitive is animated in any OC (View) which means it has
// generated a PrimitiveAnimation
- bool isAnimated() const { return (0 != mpPrimitiveAnimation); }
+ bool isAnimated() const { return (nullptr != mpPrimitiveAnimation); }
// Take some action when new objects are inserted
void ActionChildInserted(ViewContact& rChild);
60732e7d088529e3'>C++ solution of 'unopkg can't be used by root'Katarina Behrens 2015-06-15Remove bash-ism, allow also --bundled option for rootKatarina Behrens 2015-06-14Don't let root run unopkg without --shared optionKatarina Behrens 2015-05-20desktop: add soffice --record parameter for easy use of rrMichael Stahl 2015-05-12Fixup my earlier quoting fix.Thorsten Behrens 2015-05-11Add some quoting to shell scripts.Thorsten Behrens 2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann 2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann 2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann 2014-09-29Adapt unoinfo to new Mac OS X LibreOffice.app layoutStephan Bergmann 2014-05-08Disable rtl/alloc.h also for HelgrindStephan Bergmann