summaryrefslogtreecommitdiff
path: root/include/svx/xflgrit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xflgrit.hxx')
-rw-r--r--include/svx/xflgrit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xflgrit.hxx b/include/svx/xflgrit.hxx
index 34152b122310..110ce064f5a6 100644
--- a/include/svx/xflgrit.hxx
+++ b/include/svx/xflgrit.hxx
@@ -58,7 +58,7 @@ public:
const XGradient& GetGradientValue() const; // GetValue -> GetGradientValue
void SetGradientValue(const XGradient& rNew) { aGradient = rNew; Detach(); } // SetValue -> SetGradientValue
- static sal_Bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
+ static bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
XFillGradientItem* checkForUniqueItem( SdrModel* pModel ) const;
};