summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpformula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpformula.hxx')
-rw-r--r--sc/source/ui/inc/tpformula.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index b895235c1c7b..0b613169a242 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -48,7 +48,7 @@ private:
void UpdateCustomCalcRadioButtons(bool bDefault);
void LaunchCustomCalcSettings();
- bool IsValidSeparator(const ::rtl::OUString& rSep) const;
+ bool IsValidSeparator(const OUString& rSep) const;
bool IsValidSeparatorSet() const;
DECL_LINK( ButtonHdl, Button* );
@@ -83,7 +83,7 @@ private:
/** Stores old separator value of currently focused separator edit box.
This value is used to revert undesired value change. */
- ::rtl::OUString maOldSepValue;
+ OUString maOldSepValue;
ScCalcConfig maSavedConfig;
ScCalcConfig maCurrentConfig;