summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-23 13:39:15 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-23 14:29:59 +0300
commit43bea0e2f77bb2de9ca4d74f2f1f401e857b7178 (patch)
treec4b5714c184c54917d6d53fc34c453b2d792bed7 /include
parent87e81e4e527044fbc76cdf8f1b8a244093c06bae (diff)
Avoid including <config_features.h> in <sfx2/objsh.hxx>
Change-Id: I36969367e47c1ed1368ed46638ff9e7768e8a008
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objsh.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 79082aaf72b2..9c28cc503941 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SFX2_OBJSH_HXX
#define INCLUDED_SFX2_OBJSH_HXX
-#include <config_features.h>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
@@ -256,7 +255,6 @@ public:
virtual bool AcceptStateUpdate() const;
bool IsHelpDocument() const;
-#if HAVE_FEATURE_MULTIUSER_ENVIRONMENT
bool IsDocShared() const;
OUString GetSharedFileURL() const;
bool SwitchToShared( bool bShared, bool bSave );
@@ -265,12 +263,6 @@ public:
SAL_DLLPRIVATE void DoNotCleanShareControlFile();
void SetSharedXMLFlag( bool bFlag ) const;
bool HasSharedXMLFlagSet() const;
-#else
- bool IsDocShared() const
- { return sal_False; };
- OUString GetSharedFileURL() const
- { return OUString(); };
-#endif
SAL_DLLPRIVATE void SetModalMode_Impl(bool bModal=true);
SAL_DLLPRIVATE void SetMacroMode_Impl(bool bModal=true);