summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-23 18:30:09 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-23 18:30:18 +0300
commit5befa0c5c28bce987eb862e7c5bb11abdf8fe81d (patch)
tree353518d1665a9d157fd0fd26fc06647ce82675fc /sfx2
parent81c492ef18b04cc283561018d69818cbca7f83ef (diff)
Correct #endif placement (avoid linking error for TiledLibreOffice)
Change-Id: I37577456740b4dd255df22047ce7740bd1e43ace
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objmisc.cxx6
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();