summaryrefslogtreecommitdiff
path: root/unotools/source/config/defaultoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/defaultoptions.cxx')
-rw-r--r--unotools/source/config/defaultoptions.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/unotools/source/config/defaultoptions.cxx b/unotools/source/config/defaultoptions.cxx
index 91603499f5d4..6480c6ff6140 100644
--- a/unotools/source/config/defaultoptions.cxx
+++ b/unotools/source/config/defaultoptions.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unotools/defaultoptions.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/configitem.hxx>
@@ -36,7 +35,6 @@ using namespace osl;
using namespace utl;
using namespace com::sun::star::uno;
-
// define ----------------------------------------------------------------
#define DEFAULTPATH__ADDIN 0
@@ -214,8 +212,6 @@ OUString SvtDefaultOptions_Impl::GetDefaultPath( sal_uInt16 nId ) const
return aRet;
}
-
-
SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( "Office.Common/Path/Default" )
{
Sequence< OUString > aNames = GetDefaultPropertyNames();
@@ -324,8 +320,6 @@ SvtDefaultOptions::SvtDefaultOptions()
pImp = pOptions;
}
-
-
SvtDefaultOptions::~SvtDefaultOptions()
{
// Global access, must be guarded (multithreading)
@@ -338,8 +332,6 @@ SvtDefaultOptions::~SvtDefaultOptions()
}
}
-
-
OUString SvtDefaultOptions::GetDefaultPath( sal_uInt16 nId ) const
{
return pImp->GetDefaultPath( nId );