summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /shell/source/win32/shlxthandler/propsheets/document_statistic.hxx
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
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: