Kaydet (Commit) 5befa0c5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Correct #endif placement (avoid linking error for TiledLibreOffice)

Change-Id: I37577456740b4dd255df22047ce7740bd1e43ace
üst 81c492ef
...@@ -669,7 +669,7 @@ bool SfxObjectShell::HasSharedXMLFlagSet() const ...@@ -669,7 +669,7 @@ bool SfxObjectShell::HasSharedXMLFlagSet() const
return pImp->m_bSharedXMLFlag; return pImp->m_bSharedXMLFlag;
} }
#endif
bool SfxObjectShell::IsDocShared() const bool SfxObjectShell::IsDocShared() const
{ {
...@@ -691,10 +691,6 @@ OUString SfxObjectShell::GetSharedFileURL() const ...@@ -691,10 +691,6 @@ OUString SfxObjectShell::GetSharedFileURL() const
#endif #endif
} }
#endif
Size SfxObjectShell::GetFirstPageSize() Size SfxObjectShell::GetFirstPageSize()
{ {
return GetVisArea(ASPECT_THUMBNAIL).GetSize(); return GetVisArea(ASPECT_THUMBNAIL).GetSize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment