Kaydet (Commit) 02061ceb authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.2.14); FILE MERGED

2006/08/10 11:37:37 thb 1.2.14.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)
üst 87cb1591
......@@ -4,9 +4,9 @@
*
* $RCSfile: EnhancedCustomShapeFunctionParser.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: obo $ $Date: 2006-07-10 11:26:05 $
* last change: $Author: obo $ $Date: 2006-10-12 11:38:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -115,6 +115,8 @@ void FillEquationParameter( const com::sun::star::drawing::EnhancedCustomShapePa
class ExpressionNode
{
public:
virtual ~ExpressionNode();
/** Predicate whether this node is constant.
This predicate returns true, if this node is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment