diff options
Diffstat (limited to 'sfx2/source/doc/objcont.cxx')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 30971be768a3..1024dadf5687 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -84,7 +84,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; - static bool operator> (const util::DateTime& i_rLeft, const util::DateTime& i_rRight) { @@ -176,7 +175,6 @@ SfxObjectShell::CreatePreviewMetaFile_Impl( bool bFullContent ) const } - void SfxObjectShell::UpdateDocInfoForSave() { uno::Reference<document::XDocumentProperties> xDocProps(getDocProperties()); @@ -213,7 +211,6 @@ void SfxObjectShell::UpdateDocInfoForSave() } - static void lcl_add(util::Duration & rDur, tools::Time const& rTime) { @@ -285,7 +282,6 @@ void SfxObjectShell::UpdateTime_Impl( } - VclPtr<SfxDocumentInfoDialog> SfxObjectShell::CreateDocumentInfoDialog ( vcl::Window* pParent, @@ -296,8 +292,6 @@ VclPtr<SfxDocumentInfoDialog> SfxObjectShell::CreateDocumentInfoDialog } - - std::set<Color> SfxObjectShell::GetDocColors() { std::set<Color> empty; |