summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/CovarianceDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/CovarianceDialog.hxx')
-rw-r--r--sc/source/ui/inc/CovarianceDialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/CovarianceDialog.hxx b/sc/source/ui/inc/CovarianceDialog.hxx
index cd46701dc74d..9325af2585ff 100644
--- a/sc/source/ui/inc/CovarianceDialog.hxx
+++ b/sc/source/ui/inc/CovarianceDialog.hxx
@@ -23,8 +23,8 @@ public:
virtual sal_Bool Close();
protected:
- virtual const OUString& getLabel();
- virtual const OUString& getTemplate();
+ virtual const OUString getLabel();
+ virtual const OUString getTemplate();
};
#endif