summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-01-15 17:38:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-01-15 17:41:04 +0900
commit94518fb280075e2dbebd7717618ca0f5557a333a (patch)
tree865971a00ce61b2e214ef112e27450e4f5d14153 /starmath
parentf95a3a409a056a0b0bc8e9d56a0c3bff42c72355 (diff)
protected -> private
Change-Id: I199f4cd8897e3fa7b794f3d6d96077e98ccff51e
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/parse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index 7b7a8a5f0bd0..8219407ea594 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -51,7 +51,6 @@ class SmParser : boost::noncopyable
//! locale where '.' is decimal separator!
::com::sun::star::lang::Locale m_aDotLoc;
-protected:
#if OSL_DEBUG_LEVEL > 1
bool IsDelimiter( const OUString &rTxt, sal_Int32 nPos );
#endif