summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 2f8c1ee40870..36731fedb73c 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_DOCSH_HXX
#define INCLUDED_SC_SOURCE_UI_INC_DOCSH_HXX
-
#include <sfx2/objsh.hxx>
#include <sfx2/docfac.hxx>
@@ -436,11 +435,9 @@ public:
virtual bool SetProtectionPassword( const OUString &rPassword ) SAL_OVERRIDE;
virtual bool GetProtectionHash( /*out*/ ::com::sun::star::uno::Sequence< sal_Int8 > &rPasswordHash ) SAL_OVERRIDE;
-
void SnapVisArea( Rectangle& rRect ) const;
};
-
void UpdateAcceptChangesDialog();
class ScDocShell;
@@ -509,8 +506,6 @@ namespace HelperNotifyChanges
}
};
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */