summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/excscen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excscen.hxx')
-rw-r--r--sc/source/filter/inc/excscen.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excscen.hxx b/sc/source/filter/inc/excscen.hxx
index 38d436c6d61c..a33a37db6d8e 100644
--- a/sc/source/filter/inc/excscen.hxx
+++ b/sc/source/filter/inc/excscen.hxx
@@ -38,9 +38,9 @@ public:
ExcScenarioCell( const sal_uInt16 nC, const sal_uInt16 nR );
- inline void SetValue( const OUString& rVal ) { aValue = rVal; }
+ void SetValue( const OUString& rVal ) { aValue = rVal; }
- inline const OUString& GetValue() const { return aValue; }
+ const OUString& GetValue() const { return aValue; }
};
class ExcScenario