summaryrefslogtreecommitdiff
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index f27755eb3aa8..fd23ae4af437 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -45,13 +45,6 @@
#include <functional>
#include <sfx2/AccessibilityIssue.hxx>
-#ifdef EMSCRIPTEN
-#include <emscripten.h>
-#include <emscripten/bind.h>
-#include <emscripten/html5.h>
-#include <emscripten/val.h>
-#endif
-
namespace weld {class Button; }
namespace model {class ColorSet; }
struct NamedColor;
@@ -454,10 +447,6 @@ public:
virtual bool PrepareClose(bool bUI = true);
virtual HiddenInformation GetHiddenInformationState( HiddenInformation nStates );
void QueryHiddenInformation( HiddenWarningFact eFact );
-#ifdef EMSCRIPTEN
- void ReadWASMFile(emscripten::val& contentArray, sal_Int32 nRead, css::uno::Sequence<sal_Int8>& aContent);
- void WriteWASMFile(emscripten::val& contentArray, const OUString& rFileName);
-#endif
bool IsSecurityOptOpenReadOnly() const;
void SetSecurityOptOpenReadOnly( bool bOpenReadOnly );