summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/shlxthandler/propsheets/document_statistic.hxx')
-rw-r--r--shell/source/win32/shlxthandler/propsheets/document_statistic.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/document_statistic.hxx b/shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
index 45a747784600..1a4a21d6c7ab 100644
--- a/shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
+++ b/shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
@@ -26,8 +26,6 @@
#include "internal/metainforeader.hxx"
-
-
struct statistic_item
{
statistic_item();
@@ -47,20 +45,17 @@ struct statistic_item
};
-
typedef std::vector<statistic_item> statistic_item_list_t;
typedef std::pair<std::wstring, statistic_item_list_t> statistic_group_t;
typedef std::vector<statistic_group_t> statistic_group_list_t;
-
class document_statistic_reader;
typedef std::unique_ptr<document_statistic_reader> document_statistic_reader_ptr;
document_statistic_reader_ptr create_document_statistic_reader(const std::string& document_name, CMetaInfoReader* meta_info_accessor);
-
class document_statistic_reader
{
public:
@@ -86,7 +81,6 @@ private:
};
-
class writer_document_statistic_reader : public document_statistic_reader
{
protected:
@@ -99,7 +93,6 @@ protected:
};
-
class calc_document_statistic_reader : public document_statistic_reader
{
protected:
@@ -112,7 +105,6 @@ protected:
};
-
class draw_impress_math_document_statistic_reader : public document_statistic_reader
{
protected: