summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/scenariobuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/scenariobuffer.hxx')
-rw-r--r--sc/source/filter/inc/scenariobuffer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx
index 26e2d7386bb3..b0e7dc889d6f 100644
--- a/sc/source/filter/inc/scenariobuffer.hxx
+++ b/sc/source/filter/inc/scenariobuffer.hxx
@@ -33,7 +33,7 @@ namespace xls {
struct ScenarioCellModel
{
::com::sun::star::table::CellAddress maPos;
- ::rtl::OUString maValue;
+ OUString maValue;
sal_Int32 mnNumFmtId;
bool mbDeleted;
@@ -44,9 +44,9 @@ struct ScenarioCellModel
struct ScenarioModel
{
- ::rtl::OUString maName; /// Name of the scenario.
- ::rtl::OUString maComment; /// Comment.
- ::rtl::OUString maUser; /// Name of user created the scenario.
+ OUString maName; /// Name of the scenario.
+ OUString maComment; /// Comment.
+ OUString maUser; /// Name of user created the scenario.
bool mbLocked; /// True = input cell values locked.
bool mbHidden; /// True = scenario is hidden.