diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 0e825c4351cc..2b0a58e901f9 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -669,7 +669,7 @@ bool SfxObjectShell::HasSharedXMLFlagSet() const return pImp->m_bSharedXMLFlag; } - +#endif bool SfxObjectShell::IsDocShared() const { @@ -691,10 +691,6 @@ OUString SfxObjectShell::GetSharedFileURL() const #endif } -#endif - - - Size SfxObjectShell::GetFirstPageSize() { return GetVisArea(ASPECT_THUMBNAIL).GetSize(); |