[Libreoffice-commits] core.git: sfx2/source
Tor Lillqvist
tml at collabora.com
Fri May 23 08:31:32 PDT 2014
sfx2/source/doc/objmisc.cxx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 5befa0c5c28bce987eb862e7c5bb11abdf8fe81d
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri May 23 18:30:09 2014 +0300
Correct #endif placement (avoid linking error for TiledLibreOffice)
Change-Id: I37577456740b4dd255df22047ce7740bd1e43ace
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index 0e825c4..2b0a58e 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();
More information about the Libreoffice-commits
mailing list