summaryrefslogtreecommitdiff
path: root/unotools/source/config/saveopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/saveopt.cxx')
-rw-r--r--unotools/source/config/saveopt.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/unotools/source/config/saveopt.cxx b/unotools/source/config/saveopt.cxx
index c739dff6b266..b2715c10c7e9 100644
--- a/unotools/source/config/saveopt.cxx
+++ b/unotools/source/config/saveopt.cxx
@@ -33,7 +33,6 @@
using namespace utl;
using namespace com::sun::star::uno;
-
class SvtSaveOptions_Impl;
class SvtLoadOptions_Impl;
@@ -389,8 +388,6 @@ Sequence< OUString > GetPropertyNames()
return aNames;
}
-
-
SvtSaveOptions_Impl::SvtSaveOptions_Impl()
: ConfigItem( OUString("Office.Common/Save") )
, nAutoSaveTime( 0 )
@@ -745,13 +742,10 @@ void SvtSaveOptions_Impl::Commit()
batch->commit();
}
-
-
void SvtSaveOptions_Impl::Notify( const Sequence<OUString>& )
{
}
-
class SvtLoadOptions_Impl : public utl::ConfigItem
{
@@ -802,7 +796,6 @@ void SvtLoadOptions_Impl::Notify( const Sequence<OUString>& )
SAL_WARN( "unotools.config", "properties have been changed" );
}
-
namespace
{
class LocalSingleton : public rtl::Static< osl::Mutex, LocalSingleton >
@@ -810,7 +803,6 @@ namespace
};
}
-
SvtSaveOptions::SvtSaveOptions()
{
// Global access, must be guarded (multithreading)
@@ -827,8 +819,6 @@ SvtSaveOptions::SvtSaveOptions()
pImp = pOptions;
}
-
-
SvtSaveOptions::~SvtSaveOptions()
{
// Global access, must be guarded (multithreading)