Kaydet (Commit) b5726f22 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

More of the same.

Change-Id: Id9a5968376f955b325d18067688f59116663740f
üst cb7f105b
......@@ -828,8 +828,8 @@ private:
sal_Int16 nActionLockCount;
private:
String GetInputString_Impl(sal_Bool bEnglish) const;
String GetOutputString_Impl() const;
OUString GetInputString_Impl(bool bEnglish) const;
OUString GetOutputString_Impl() const;
void SetString_Impl(const String& rString, sal_Bool bInterpret, sal_Bool bEnglish);
double GetValue_Impl() const;
void SetValue_Impl(double fValue);
......@@ -980,7 +980,7 @@ public:
throw(::com::sun::star::uno::RuntimeException);
virtual sal_Int16 SAL_CALL resetActionLocks() throw(::com::sun::star::uno::RuntimeException);
static String GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aPos);
static OUString GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aPos);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment