summaryrefslogtreecommitdiff
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 7a9c3598da43..efe35eeb9ce0 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -68,7 +68,6 @@ class SmDocShell;
class EditEngine;
-
class SmPrinterAccess
{
VclPtr<Printer> pPrinter;
@@ -81,12 +80,9 @@ public:
};
-
-
void SetEditEngineDefaultFonts(SfxItemPool &rEditEngineItemPool);
-
class SM_DLLPUBLIC SmDocShell : public SfxObjectShell, public SfxListener
{
friend class SmPrinterAccess;
@@ -108,7 +104,6 @@ class SM_DLLPUBLIC SmDocShell : public SfxObjectShell, public SfxListener
std::set< OUString > aUsedSymbols; // to export used symbols only when saving
-
virtual void Notify(SfxBroadcaster& rBC, const SfxHint& rHint) override;
bool WriteAsMathType3( SfxMedium& );