summaryrefslogtreecommitdiffstats
path: root/sc/inc/paramisc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 10:47:33 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:01 +0200
commit11cea9af959f6f39c863310b8ba8cdb3dff4a8cd (patch)
tree31020459e5db1b40d779d55ee5a7c184b57719a6 /sc/inc/paramisc.hxx
parentsal_Bool->bool (diff)
downloadcore-11cea9af959f6f39c863310b8ba8cdb3dff4a8cd.tar.gz
core-11cea9af959f6f39c863310b8ba8cdb3dff4a8cd.zip
sal_Bool->bool
Change-Id: I42f3e248cc368a8cea47ff8ff124df654d445879
Diffstat (limited to 'sc/inc/paramisc.hxx')
-rw-r--r--sc/inc/paramisc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/paramisc.hxx b/sc/inc/paramisc.hxx
index b5545a9ab38d..e97ca3800b04 100644
--- a/sc/inc/paramisc.hxx
+++ b/sc/inc/paramisc.hxx
@@ -37,7 +37,7 @@ struct ScSolveParam
~ScSolveParam();
ScSolveParam& operator= ( const ScSolveParam& r );
- sal_Bool operator== ( const ScSolveParam& r ) const;
+ bool operator== ( const ScSolveParam& r ) const;
};
/**