diff --git a/src/App/PropertyFile.h b/src/App/PropertyFile.h index 0ad19b0d54..3b534e62e4 100644 --- a/src/App/PropertyFile.h +++ b/src/App/PropertyFile.h @@ -111,6 +111,8 @@ public: std::string getExchangeTempFile(void) const; std::string getOriginalFileName(void) const; + bool isEmpty(void){return _cValue.empty();} + protected: // get the transient path if the property is in a DocumentObject std::string getDocTransientPath(void) const;