summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/appoptio.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/appoptio.cxx')
-rw-r--r--sc/source/core/tool/appoptio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/appoptio.cxx b/sc/source/core/tool/appoptio.cxx
index eb9f5d3adf17..abe4658a9e09 100644
--- a/sc/source/core/tool/appoptio.cxx
+++ b/sc/source/core/tool/appoptio.cxx
@@ -174,7 +174,7 @@ static void lcl_SetSortList( const Any& rValue )
ScUserList aList;
// if setting is "default", keep default values from ScUserList ctor
- //! mark "default" in a safe way
+ //TODO: mark "default" in a safe way
bool bDefault = ( nCount == 1 && pArray[0] == "NULL" );
if (!bDefault)