summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/navicfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/navicfg.cxx')
-rw-r--r--sc/source/core/tool/navicfg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/core/tool/navicfg.cxx b/sc/source/core/tool/navicfg.cxx
index 0991071774ed..21b25ca6ffc5 100644
--- a/sc/source/core/tool/navicfg.cxx
+++ b/sc/source/core/tool/navicfg.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,12 +36,12 @@
//------------------------------------------------------------------
-//! #define CFGPATH_NAVIPI "Office.Calc/Navigator"
+//! #define CFGPATH_NAVIPI "Office.Calc/Navigator"
//------------------------------------------------------------------
ScNavipiCfg::ScNavipiCfg() :
-//! ConfigItem( OUString::createFromAscii( CFGPATH_NAVIPI ) ),
+//! ConfigItem( OUString::createFromAscii( CFGPATH_NAVIPI ) ),
nListMode(0),
nDragMode(0),
nRootType(0)
@@ -55,7 +55,7 @@ void ScNavipiCfg::SetListMode(USHORT nNew)
if ( nListMode != nNew )
{
nListMode = nNew;
-//! SetModified();
+//! SetModified();
}
}
@@ -64,7 +64,7 @@ void ScNavipiCfg::SetDragMode(USHORT nNew)
if ( nDragMode != nNew )
{
nDragMode = nNew;
-//! SetModified();
+//! SetModified();
}
}
@@ -73,7 +73,7 @@ void ScNavipiCfg::SetRootType(USHORT nNew)
if ( nRootType != nNew )
{
nRootType = nNew;
-//! SetModified();
+//! SetModified();
}
}